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)
- Fixed retry command for encrypted jobs (#36334, 2fb5e44)
- Make sure
trait_uses_recursive
returns an array (#36335)