v11.31.0
版本发布时间: 2024-11-12 23:37:44
laravel/framework最新发布版本:v10.48.24(2024-11-20 23:58:25)
- [11.x] Refactor: return Command::FAILURE by @fernandokbs in https://github.com/laravel/framework/pull/53354
- Allow the Batch and Chain onQueue method to accept Backed Enums by @onlime in https://github.com/laravel/framework/pull/53359
- Add transaction generics by @MatusBoa in https://github.com/laravel/framework/pull/53357
- Add laravel default exception blade files to view:cache by @SamuelWei in https://github.com/laravel/framework/pull/53353
- [11.x] Added
useCascadeTruncate
method forPostgresGrammar
by @korkoshko in https://github.com/laravel/framework/pull/53343 - Add Application::removeDeferredServices method by @ollieread in https://github.com/laravel/framework/pull/53362
- Add the ability to append and prepend middleware priority from the application builder by @ollieread in https://github.com/laravel/framework/pull/53326
- Fix typo in Translator code comment by @caendesilva in https://github.com/laravel/framework/pull/53366
- [11.x] Handle HtmlString constructed with a null by @sperelson in https://github.com/laravel/framework/pull/53367
- [11.x] Add
URL::forceHttps()
to enforce HTTPS scheme for URLs by @dasundev in https://github.com/laravel/framework/pull/53381 - [11.x] Refactor and add remaining test cases for the DatabaseUuidFailedJobProviderTest class by @kevinb1989 in https://github.com/laravel/framework/pull/53408
- [11.X] Postgres Aurora failover - DetectsLostConnections by @vifer in https://github.com/laravel/framework/pull/53404
-
whereFullText
case consistency by @parth391 in https://github.com/laravel/framework/pull/53395 - [11.x] Add
HasFactory
trait tomake:model
generation command using--all
options by @adel007gh in https://github.com/laravel/framework/pull/53391 - Introduce support for popping items from a stackable context item by @denjaland in https://github.com/laravel/framework/pull/53403
- [11.x] Test Improvements by @crynobone in https://github.com/laravel/framework/pull/53414
- [11.x] Add ability to dynamically build mailers on-demand using
Mail::build
by @stevebauman in https://github.com/laravel/framework/pull/53411 - [11.x] Refactor and add remaining test cases for the DatabaseFailedJobProviderTest class by @kevinb1989 in https://github.com/laravel/framework/pull/53409
- [11.x] Fix error event listener in Vite prefetching by @jnoordsij in https://github.com/laravel/framework/pull/53439
- [11.x] Ensure datetime cache durations account for script execution time by @timacdonald in https://github.com/laravel/framework/pull/53431
- [11.x] Fix fluent syntax for HasManyThrough when combining HasMany followed by HasOne by @jnoordsij in https://github.com/laravel/framework/pull/53335
- Correct parameter type of Collection::diffKeys() and Collection::diffKeysUsing() by @AJenbo in https://github.com/laravel/framework/pull/53441
- Correct parameter type of Collection::intersectByKeys() by @AJenbo in https://github.com/laravel/framework/pull/53444
- Fix schema foreign ID support for tables with non-standard primary key by @willrowe in https://github.com/laravel/framework/pull/53442
- [11.x] Cache token repository by @browner12 in https://github.com/laravel/framework/pull/53428
- Fix validation message when there is a parameter with escaped dot "." by @mdmahbubhelal in https://github.com/laravel/framework/pull/53416
- [11.x] add optional prefix for cache key by @browner12 in https://github.com/laravel/framework/pull/53448
- [11.x] Do not overwrite existing link header(s) in
AddLinkHeadersForPreloadedAssets
middleware by @jnoordsij in https://github.com/laravel/framework/pull/53463 - [11.x] use assertTrue and assertFalse method, instead of using assertE… by @iamyusuf in https://github.com/laravel/framework/pull/53453
- [11.x] Add
DB::build
method by @stevebauman in https://github.com/laravel/framework/pull/53464 - [11.x] Add ability to dynamically build cache repositories on-demand using
Cache::build
by @stevebauman in https://github.com/laravel/framework/pull/53454 - [11.x] Skip the number of connections transacting while testing to run callbacks by @tonysm in https://github.com/laravel/framework/pull/53377