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.

v8.83.17 (2022-06-21)

Added

  • Apply where's from union query builder in cursor pagination (#42651)
  • Handle collection creation around a single enum (#42839)

Fixed

  • Fixed Request offsetExists without routeResolver (#42754)
  • Fixed: Loose comparison causes the value not to be saved (#42793)

v8.83.16 (2022-06-07)

Fixed

  • Free reserved memory before handling fatal errors (#42630, #42646)
  • Prevent $mailer being reset when testing mailables that implement ShouldQueue (#42695)

v8.83.15 (2022-05-31)

Reverted

Changed

  • Retain the original attribute value during validation of an array key with a dot for correct failure message (#42395)

v8.83.14 (2022-05-24)

Fixed

  • Add flush handler to output buffer for streamed test response (bugfix) (#42481)

Changed

  • Use duplicate instead of createFromBase to clone request when routes are cached (#42420)

v8.83.13 (2022-05-17)

Fixed

  • Fix PruneCommand finding its usage within other traits (#42350)

Changed

  • Consistency between digits and digits_between validation rules (#42358)
  • Corrects the use of "failed_jobs" instead of "job_batches" in BatchedTableCommand (#42389)