Back to Blog

Laravel 10.27 Released

Julian Beaujardin
Julian Beaujardin Reference: Laravel News October 9th, 2023

A minor release yesterday and one today brings us to Laravel 10.27.0. Here are the highlights:

Release notes

You can see the complete list of new features and updates below and the diff between 10.26.0 and 10.27.0 on GitHub. The following release notes are directly from the changelog:

  • Store blocks after prepare strings by @nunomaduro in #48641
  • throw TransportException instead of Exception in SES mail drivers by @bchalier in #48645
  • Fix Model::replicate() when using unique keys by @axlon in #48636
  • Don't crash if replacement cannot be represented as a string by @GrahamCampbell in #48530
  • Extended pluck() testcases by @bert-w in #48657
  • Fixes GeneratorCommand not able to prevent uppercase reserved name such as CLASS by @crynobone in #48667
  • Fix timing sensitive flaky test by @KentarouTakeda in #48664
  • Fixed implementation related to afterCommit on Postgres and MSSQL database drivers by @SakiTakamachi in #48662
  • Implement chunkById in descending order by @cristiancalara in #48666