Laravel Changelog History Search

Welcome to the Laravel Changelog History Search! Dive into the comprehensive history of the Laravel framework with ease. Explore past changes, updates, and improvements. Find specific versions or features quickly. Stay informed and empowered as you navigate the evolution of Laravel. Start searching and uncover the valuable insights from the Laravel Changelog History.

v10.30.0 - 2023-10-31

  • [10.x] Fix the issue of using the now function within the ArrayCache in Lumen by @cxlblm in (#48826)
  • [10.x] Fix type error registering PSR Request by @kpicaza in (#48823)
  • [10.x] Ability to configure default session block timeouts by @bytestream in (#48795)
  • [10.x] Improvements for artisan migrate --pretend command 🚀 by @NickSdot in (#48768)
  • fix(Eloquent/Builder): calling the methods on passthru base object should be case-insensitive by @luka-papez in (#48852)
  • [10.x] Fix QueriesRelationships[@getRelationHashedColumn](https://github.com/getRelationHashedColumn)() typehint by @cosmastech in (#48847)
  • fix bug for always throwing exception when we pass a callable to throwUnlessStatus method [test included] by @mhfereydouni in (#48844)
  • [10.x] Throw exception when trying to escape array for database connection by @sidneyprins in (#48836)
  • [10.x] Fix Stringable objects not converted to string in HTTP facade Query parameters and Body by @LasseRafn in (#48849)

v10.29.0 - 2023-10-24

  • [10.x] Fixes Str::password() does not always generate password with numbers by @crynobone in (#48681)
  • [10.x] Fixes cache:prune-stale-tags preg_match delimiter no escaped by @ame1973 in (#48702)
  • [10.x] Allow route:list to expand middleware groups in 'VeryVerbose' mode by @NickSdot in (#48703)
  • [10.x] Fix model:prune command error with non-class php files by @zlodes in (#48708)
  • [10.x] Show CliDumper source content on last line by @CalebDW in (#48707)
  • [10.x] Revival of the reverted changes in 10.25.0: firstOrCreate updateOrCreate improvement through createOrFirst + additional query tests by @mpyw in (#48637)
  • [10.x] Update DocBlock for convertCase Method to Reflect Optional $encoding Parameter by @salehhashemi1992 in (#48729)
  • [10.x] Use ValidationException class from Validator Property by @a-h-abid in (#48736)
  • [10.x] Fix duplicate conditions on retrying SELECT calls under createOrFirst() by @KentarouTakeda in (#48725)
  • [10.x] Uses stefanzweifel/git-auto-commit-action[@v5](https://github.com/v5) by @nunomaduro in (#48763)
  • [10.x] Escape the delimiter when extracting an excerpt from text by @standaniels in (#48765)
  • [10.x] Do not bubble exceptions thrown rendering error view when debug is false (prevent infinite loops) by @simensen in (#48732)
  • [10.x] Correct phpdoc for Grammar::setConnection by @Neol3108 in (#48779)
  • [10.x] Make inherited relations and virtual attributes appear in model:show command by @sebj54 in (#48800)

v10.28.0 - 2023-10-10

  • [10.x] Fixed issue: Added a call to the getValue method by @lozobojan in (#48652)
  • [10.x] Add an example for queue retry range option by @pionl in (#48691)
  • [10.x] Optimize exists validation for empty array input by @mtawil in (#48684)

v10.27.0 - 2023-10-09

  • [10.x] throw TransportException instead of Exception in SES mail drivers by @bchalier in (#48645)
  • [10.x] Fix Model::replicate() when using unique keys by @axlon in (#48636)
  • [10.x] Fixes GeneratorCommand not able to prevent uppercase reserved name such as __CLASS__ by @crynobone in (#48667)
  • [10.x] Fixed implementation related to afterCommit on Postgres and MSSQL database drivers by @SakiTakamachi in (#48662)

v10.26.2 - 2023-10-03