v10.47.0
版本发布时间: 2024-03-05 23:21:28
laravel/framework最新发布版本:v11.22.0(2024-09-03 23:28:13)
- [10.x] Allow for relation key to be an enum by @AJenbo in https://github.com/laravel/framework/pull/50311
- FIx for "empty" strings passed to Str::apa() by @tiagof in https://github.com/laravel/framework/pull/50335
- [10.x] Fixed header mail text component to not use markdown by @dmyers in https://github.com/laravel/framework/pull/50332
- [10.x] Add test for the "empty strings in
Str::apa()
" fix by @osbre in https://github.com/laravel/framework/pull/50340 - [10.x] Fix the cache cannot expire cache with
0
TTL by @kayw-geek in https://github.com/laravel/framework/pull/50359 - [10.x] Add fail on timeout to queue listener by @saeedhosseiinii in https://github.com/laravel/framework/pull/50352
- [10.x] Support sort option flags on sortByMany Collections by @TWithers in https://github.com/laravel/framework/pull/50269
- [10.x] Add
whereAll
andwhereAny
methods to the query builder by @musiermoore in https://github.com/laravel/framework/pull/50344 - [10.x] Adds Reverb broadcasting driver by @joedixon in https://github.com/laravel/framework/pull/50088