- [12.x] Add multipleOf support to JsonSchema numeric types by @Amirhf1 in #58903
- [12.x] chore: don't format notifiables in NotificationSender::send by @calebdw in #58900
- [12.x] Add vector option to whereFullText for pre-computed tsvector columns by @milroyfraser in #58893
- [12.x] Add array key support for
buildMorphMapFromModels()function by @josephkerkhof in #58891 - [12.x] Fix RequestException summarizing for Guzzle streamed responses by @cosmastech in #58909
- [12.x] Tests for streamed RequestException by @cosmastech in #58910
- Support a serializable classes value on caches by @taylorotwell in #58911
- [12.x] Simplify TokenGuard methods by @Amirhf1 in #58923
- [12.x] Add uniqueItems support to JsonSchema ArrayType by @Amirhf1 in #58922
- [12.x] Add tests for
PhpRedisClusterConnectionflushdb method by @miladev95 in #58917 - [12.x] Add support for named arguments in event dispatching and broadcasting by @ph7jack in #58913
- [12.x] Allow
downcommand to refresh maintenance mode options by @alies-dev in #58918 - [12.x] Rollback lingering PDO transaction before retrying on commit deadlock by @dxnter in #58906
- [12.x] Simplify queue resolution using
matchexpression by @josephkerkhof in #58928 - Bump tar from 7.5.7 to 7.5.9 in /src/Illuminate/Foundation/resources/exceptions/renderer by @dependabot[bot] in #58931
- [12.x] Fix model serialization in queue jobs by @axlon in #58939
- [12.x] Change Mail text alignment from left to start by @zvizvi in #58935
- [12.x] Refactor
convertValuesToBooleanto usematchfor cleaner logic by @josephkerkhof in #58927 - [12.x] Allow Scheduled Command
Eventmacros to be applied to schedule groups by @stevebauman in #58926 - [12.x] Fix race condition on creating the real-time facade cache file (#58945) by @sosias in #58947
- [12.x] Show all mismatched values in
assertSessionHasAllfailure output by @dxnter in #58946 - Fix RetryCommand not working for SQS FIFO queue by @cwang22 in #58936
- [12.x] Improve return types for Wormhole and InteractsWithTime by @KentarouTakeda in #58951
- [12.x] Add
Cache::funnel()for concurrency limiting with any cache driver by @mathiasgrimm in #58439 - [12.x] Ensure
oldest_pendingis displayed inqueue:monitorby @jackbayliss in #58952 - [12.x] Fix/cross database null safe equals by @patrickomeara in #58962
- [12.x] Add MySQL inRandomOrder regression tests by @laraib15 in #58966
- [12.x] Add missing @throws docblocks to Illuminate/Http by @Amirhf1 in #58965
- Fix Invalid Types by @RyanSchaefer in #58963
- JSONP Check by @taylorotwell in #58971
- [12.x] Resolve Stan Mailable CI error by @jackbayliss in #58972
- [12.x] Remove unnecessary dirname calls. by @jelleroorda in #58984
- [12.x] Add missing @throws docblocks to
SerializerandTypeclasses inIlluminate/JsonSchemaby @mrvipchien in #58981