- [12.x] Fix
DB::update()
with subqueries is not supported for all databases by @crynobone in #57381 - [12.x] Ensure custom validation messages work for AnyOf, Can and Enum by @jackbayliss in #57356
- Added Neovim editor support in ResolvesDumpSource by @cseknowledge in #57392
- Add clickable file reference for thrown exception by @jasonmccreary in #57400
- [12.x] Render newlines in query tooltip by @faisuc in #57310
- [12.x] Add SQS FIFO and fair queue messageGroup() method support by @patrickcarlohickman in #57421
- [12.x] Use MariaDB idiomatic
json_value()
by @crishoj in #57417 - Deferred queue by @taylorotwell in #57428
- Fix validate integer php doc type annotation by @tei0110 in #57435
- [12.x] Fix passing countable to Number::format() by @riesjart in #57434
- [12.x] Update
Route::middleware
to accept null by @avosalmon in #57436 - Only replace first basePath occurrence in dump source href by @fritz-c in #57458
- [12.x] Add missing @throws annotations to Encrypter class by @sumaiazaman in #57451
- [12.x] Add missing @throws annotations to Database Connection class by @sumaiazaman in #57452
- [12.x] Test Improvements by @crynobone in #57461
- Prevent TypeError in validateDigits when attribute value is an array by @elyass-dehghan in #57471
- Bump vite from 7.1.6 to 7.1.11 in /src/Illuminate/Foundation/resources/exceptions/renderer by @dependabot[bot] in #57460
- Failover cache by @taylorotwell in #57430
- Must collect the unparsed event and payload when deferring events by @moshe-autoleadstar in #57453