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 new line to
DetectsLostConnections
(#36373)
- Make Database Factory macroable (#36380)
- Added stop on first failure for Validators (39e1f84)
Changed
- Respect custom route key with explicit route model binding (#36375)
- Add Buffered Console Output (#36404)
- Don't flash 'current_password' input (#36415)
- Check for context method in Exception Handler (#36424)
Added
- Support username parameter for predis (#36299)
- Adds "setUpTestDatabase" support to Parallel Testing (#36301)
- Added support closures in sequences (3c66f6c)
- Added gate evaluation event (0c6f5f7)
- Added a
collect
method to the HTTP Client response (#36331)
- Allow Blade's service injection to inject services typed using class name resolution (#36356)
Fixed
- Fixed: Using withoutMiddleware() and a closure-based middleware on PHP8 throws an exception (#36293)
- Fixed: The label for page number in pagination links should always be a string (#36292)
- Clean up custom Queue payload between tests (#36295)
- Fixed flushDb (cache:clear) for redis clusters (#36281)
- Make sure
trait_uses_recursive
returns an array (#36335)
Changed
- Make use of specified ownerKey in MorphTo::associate() (#36303)
- Update pusher deps and update broadcasting (3404185)
Fixed
- Revert "[8.x] Clean up custom Queue payload between tests" (#36287)