- [13.x] Support #[Delay] attribute on queued mailables by @sumaiazaman in #59580
- [13.x] Added inheritance support for Controller Middleware attributes. by @niduranga in #59597
- [13.x] Normalize phpredis SSL context for single and cluster connections by @timmylindh in #59569
- [13.x] Memoize the result of
TestCase@withoutBootingFramework()by @cosmastech in #59610 - [13.x] Add missing @throws and docblocks for concurrency and model in… by @scabarcas17 in #59602
- [13.x] Fix that retries of
ShouldBeUniqueUntilProcessingjobs are force-releasing locks they don't own by @kohlerdominik in #59567 - [13.x] Add first-class Redis Cluster support for Queue and ConcurrencyLimiter by @timmylindh in #59533
- [13.x] chore: Update PHP version from 8.2 to 8.3 in
bin/test.shscript by @crynobone in #59605 - [13.x] Fix RedisQueueTest by @jackbayliss in #59613
- [13.x] Add enum support to CacheManager store and driver methods by @yousefkadah in #59637
- [13.x] Fix redirectUsersTo() overwriting redirectGuestsTo() callback by @timmylindh in #59633
- [13.x] Add ability to detect unserializable values returned from cache by @jackbayliss in #59630
- [13.x] Fix loose comparison false positive in NotPwnedVerifier with magic hash passwords by @scabarcas17 in #59644
- [13.x] Refactor
Skipmiddleware by @cosmastech in #59651 - [13.x] Resolve stan errors on MySqlSchemaState by @jackbayliss in #59652
- [13.x] Allow closure values in updateOrCreate and firstOrNew by @yousefkadah in #59647
- [13.x] Add enum support to MailManager mailer and driver methods by @yousefkadah in #59645
- [13.x] Add enum support to AuthManager guard and shouldUse methods by @yousefkadah in #59646
- [13.x] Add spatie/fork to composer suggestions by @jnoordsij in #59660
- [13.x] Add enum support to Manager driver method by @scabarcas17 in #59659
- [13.x] Fix custom driver binding bug and improve by @ollieread in #59614
- [13.x] Improve PHPDoc for "safe" method with conditional return type by @leo95batista in #59684
- [13.x] Bump Retry action in CI by @jackbayliss in #59681
- [13.x] Move Scope interface @template from method-level to class-level to fix LSP violation by @kayw-geek in #59675
- [13.x] Combine consecutive
issetandunsetby @lucasmichot in #59685 - [13.x] Changes
strlencomparison to 0 to direct empty string compare by @lucasmichot in #59686