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.
Added
- Added
Illuminate\Http\Client\Response::handlerStats()
(#35520)
- Added support for attaching existing model instances in factories (#35494)
- Added
assertChained()
andassertDispatchedWithoutChain()
methods toIlluminate\Support\Testing\Fakes\BusFake
class (#35523, f1b8cac, 236c67d)
Fixed
- Fixed Application flush method (#35482)
- Fixed mime validation for jpeg files (#35518)
Revert
Fixed
- Fixed an issue with the database queue driver (#35449)
Added
Fixed
- Fix issue with polymorphic morphMaps with literal 0 (#35364)
- Fixed Use PHP_EOL instead of
\n
in PendingCommand (#35409)
- Fixed validating image/jpeg images after Symfony/Mime update (#35419)
- Fixed fail to morph with custom casting to objects (#35420)
- Fixed
Illuminate\Collections\Collection::sortBy()
(307f6fb)
- Don't overwrite minute and hour when specifying a time with twiceMonthly() (#35436)
Changed
- Set default value on cloud driver (0bb7fe4)
- Update Tailwind pagination focus styles (#35365)
- Redis: allow to pass connection name (#35402)
- Change Wormhole to use the Date Factory (#35421)
Fixed
- Fixed reflection exception in
Illuminate\Routing\Router::gatherRouteMiddleware()
(c6e8357)