Added
- Added stringable support for isUuid (#38330)
- Allow for closure reflection on all MailFake assertions (#38328)
- Added
Illuminate/Support/Testing/Fakes/MailFake::assertNothingOutgoing()
(363af47) - Added
Illuminate/Support/Testing/Fakes/MailFake::assertNotOutgoing()
(a3658c9) - Added Support withTrashed on routes (#38348)
- Added Failover Swift Transport driver (#38344)
- Added Conditional rules (#38361)
- Added assertRedirectToSignedRoute() method for testing responses (#38349)
- Added Validated subsets (#38366)
- Share handler instead of client between requests in pool to ensure ResponseReceived events are dispatched in async HTTP Request (#38380)
- Support union types on event discovery (#38383)
- Added Assert invalid in testResponse (#38384)
- Add qualifyColumns method to Model class (#38403)
- Added ability to throw a custom validation exception (#38406)
- Support shorter subscription syntax (#38408)
Fixed
- Handle exceptions in batch callbacks (#38327)
- Bump AWS PHP SDK (#38297)
- Fixed firstOrCreate and firstOrNew should merge attributes correctly (#38346)
- Check for incomplete class to prevent unexpected error when class cannot be loaded in retry command (#38379)