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.7 (2022-04-05)

Fixed

  • Backport - Fix trashed implicitBinding with child with no softdelete (#41814)
  • Fix assertListening check with auto discovery (#41820)

v8.83.6 (2022-03-29)

Fixed

  • Stop throwing LazyLoadingViolationException for recently created model instances (#41549)
  • Close doctrineConnection on disconnect (#41584)
  • Fix require fails if is_file cached by opcache (#41614)
  • Fix collection nth where step <= offset (#41645)

v8.83.5 (2022-03-15)

Fixed

  • Backport dynamically access batch options (#41361)
  • Fixed get and head options in Illuminate/Http/Client/PendingRequest.php (23ff879)

v8.83.4 (2022-03-08)

Added

  • Added Illuminate/Bus/Batch::__get() (#41361)

Fixed

  • Fixed get and head options in Illuminate/Http/Client/PendingRequest (23ff879)

v8.83.3 (2022-03-03)

Fixed

  • Fixes getting the trusted proxies IPs from the configuration file by @nunomaduro in (#41322)