Added
- Added methods to Enumerable contract (#46021)
- Added new mailer transport for AWS SES V2 API (#45977)
- Add S3 temporaryUploadUrl method to AwsS3V3Adapter (#45753)
- Add index hinting support to query builder (#46063)
- Add mailer name to data for SentMessage and MessageSending events (#46079)
- Added --pending option to migrate:status (#46089)
Fixed
- Fixed pdo exception when rollbacking without active transaction (#46017)
- Fix duplicated columns on select (#46049)
- Fixes memory leak on anonymous migrations (№46073)
- Fixed race condition in locks issued by the file cache driver (#46011)
Changed
- Allow choosing tables to truncate in
Illuminate/Foundation/Testing/DatabaseTruncation::truncateTablesForConnection()
(#46025) - Update afterPromptingForMissingArguments method (#46052)
- Accept closure in bus assertion helpers (#46075)
- Avoid mutating the $expectedLitener between loops on Event::assertListening (#46095)