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.38.1 - 2023-12-20

  • [10.x] Adds support for parse callbacks from anonymous classes by @nunomaduro in (#49432)
  • Revert "[10.x] Drop the primary key if it exists when adding a new primary key" by @taylorotwell in (#49448)
  • [10.x] Move Illuminate\Foundation\Application::joinPaths() to Illuminate\Filesystem\join_paths() by @crynobone in (#49433)

v10.38.0 - 2023-12-19

  • [10.x] Add routeRoute method to test request by @fragkp in (#49366)
  • [10.x] Fix primary key creation for MySQL with sql_require_primary_key enabled by @mtawil in (#49374)
  • [10.x] Add charset and collation method to Blueprint by @gcazin in (#49396)
  • Fixes second run of about command on Octane by @josecl in (#49387)
  • [10.x] Fix bug in ArrayLock getCurrentOwner by @Joostb in (#49393)
  • [10.x] Add Blade [@session](https://github.com/session) Directive by @jrd-lewis in (#49339)
  • [10.x] Only set defaultCasters if not previously set by @inxilpro in (#49402)
  • [10.x] Drop the primary key if it exists when adding a new primary key by @KieranFYI in (#49392)
  • [10.x] Add MailMessage helpers for plain text email notifications by @onlime in (#49407)

v10.37.3 - 2023-12-13

v10.37.2 - 2023-12-13

  • [10.x] Avoid using rescue() in standalone illuminate/database component. by @crynobone in (#49355)
  • [10.x] Revert "[10.x] Disconnecting the database connection after testing" by @driesvints in (#49361)

v10.37.1 - 2023-12-12