Added
- Added
Illuminate/Validation/Rules/DatabaseRule::onlyTrashed()
(#44989) - Add some class rules in class Rule (#44998)
- Added
Illuminate/View/ComponentAttributeBag::missing()
(#45016) - Added
Illuminate/Http/Concerns/InteractsWithInput::whenMissing()
(#45019) - Add isolation levels to SQL Server Connector (#45023)
- Fix php artisan serve with PHP_CLI_SERVER_WORKERS > 1 (#45041)
- Add ability to prune cancelled job batches (#45034)
- Adding option for custom manifest filename on Vite Facade (#45007)
Fixed
- Fix deprecation warning when comparing a password against a NULL database password (#44986, 206e465)
- Outlook web dark mode email layout fix (#45024)
Changed
- Improves queue:work command output (#44971)
- Optimize Collection::containsStrict (#44970)
- Make name required in
Illuminate/Testing/TestResponse::assertRedirectToRoute()
(98a0301) - Strip key, secret and token from root config options on aws clients (#44979)
- Allow customised implementation of the SendQueuedMailable job (#45040)
- Validate uuid before route binding query (#44945)