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.

v9.22.1 - 2022-07-26

Added

  • Added unique locking to broadcast events (#43416)

Fixed

  • Fixes Artisan serve command on Windows (#43437)

v9.22.0 - 2022-07-26

Added

  • Added ability to attach an array of files in MailMessage (#43080)
  • Added conditional lines to MailMessage (#43387)
  • Add support for multiple hash algorithms to Illuminate/Filesystem/Filesystem::hash() (#43407)

Fixed

  • Fixes for model:show when attribute default is an enum (#43370)
  • Fixed DynamoDB locks with 0 seconds duration (#43365)
  • Fixed overriding global locale (#43426)

Changed

  • Round milliseconds in console output runtime (#43400)
  • Improves serve Artisan command (#43375)

v9.21.6 - 2022-07-22

Revert

Fixed

  • Fixes default attribute value when using enums on model:show (#43360)

v9.21.5 - 2022-07-21

Added

  • Adds fluent File validation rule (#43271)

Revert

Changed

  • Allow section payload to be lazy in the "about" command (#43329)

v9.21.4 - 2022-07-21

Added

  • Added Illuminate/Filesystem/FilesystemAdapter::supportsTemporaryUrl() (#43317)

Fixed

  • Fixes confirm component default value (#43334)

Changed

  • Improves console output when command not found (#43323)