You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please consult the [upgrade guide](https://laravel.com/docs/10.x/upgrade) and [release notes](https://laravel.com/docs/10.x/releases) in the official Laravel documentation.
- Added methods to Enumerable contract ([#46021](https://github.com/laravel/framework/pull/46021))
14
+
- Added new mailer transport for AWS SES V2 API ([#45977](https://github.com/laravel/framework/pull/45977))
15
+
- Add S3 temporaryUploadUrl method to AwsS3V3Adapter ([#45753](https://github.com/laravel/framework/pull/45753))
16
+
- Add index hinting support to query builder ([#46063](https://github.com/laravel/framework/pull/46063))
17
+
- Add mailer name to data for SentMessage and MessageSending events ([#46079](https://github.com/laravel/framework/pull/46079))
18
+
- Added --pending option to migrate:status ([#46089](https://github.com/laravel/framework/pull/46089))
19
+
20
+
### Fixed
21
+
22
+
- Fixed pdo exception when rollbacking without active transaction ([#46017](https://github.com/laravel/framework/pull/46017))
23
+
- Fix duplicated columns on select ([#46049](https://github.com/laravel/framework/pull/46049))
24
+
- Fixes memory leak on anonymous migrations ([№46073](https://github.com/laravel/framework/pull/46073))
25
+
- Fixed race condition in locks issued by the file cache driver ([#46011](https://github.com/laravel/framework/pull/46011))
26
+
27
+
### Changed
28
+
29
+
- Allow choosing tables to truncate in `Illuminate/Foundation/Testing/DatabaseTruncation::truncateTablesForConnection()` ([#46025](https://github.com/laravel/framework/pull/46025))
0 commit comments