v12.47.0
- [12.x] Add
@includeIsolateddirective for isolated Blade includes by @KennedyTedesco in https://github.com/laravel/framework/pull/58311 - [12.x] Fix typo in JsonApiResource trait method by @dxnter in https://github.com/laravel/framework/pull/58326
- [12.x] Add
Cache::withoutOverlapping()to wrapCache::lock()->block()by @mathiasgrimm in https://github.com/laravel/framework/pull/58303 - Update return type annotations in FormRequest.php by @arttiger in https://github.com/laravel/framework/pull/58333
- [12.x] Fix QueryException showing wrong connection details for read PDO by @mathiasgrimm in https://github.com/laravel/framework/pull/58331
- [12.x] Only fire
CacheFailedOverandQueueFailedOveron first failure by @cosmastech in https://github.com/laravel/framework/pull/58330 - allow precognitive requests to use wildcards with array validations (#57437) by @markusheinemann in https://github.com/laravel/framework/pull/57486
- [12.x] Fix docblock for Failovers by @cosmastech in https://github.com/laravel/framework/pull/58336
- [12.x] Only fire composer uninstall events when removing dev packages by @cosmastech in https://github.com/laravel/framework/pull/58338
- Vector things by @taylorotwell in https://github.com/laravel/framework/pull/58337
- Update tailwind version by @laserhybiz in https://github.com/laravel/framework/pull/58344
- [12.x] Allow for enum keys in additional Session Store methods by @riesjart in https://github.com/laravel/framework/pull/58343
- [12.x] JSON API: Deduplicate circular references by @mateusjatenee in https://github.com/laravel/framework/pull/58348
- [12.x] Improve
key:generateerror message whenAPP_KEYis set by @dxnter in https://github.com/laravel/framework/pull/58345 - [12.x] Add indexes to failed_jobs stub by @jackbayliss in https://github.com/laravel/framework/pull/58355
- [12.x] Improve types in
\Illuminate\Support\Strhelper by @shaedrich in https://github.com/laravel/framework/pull/58356 - [12.x] Fix MySQL port conflict in tests workflow by @jackbayliss in https://github.com/laravel/framework/pull/58357
- [12.x] Improve the return types for
Number::with*()helpers by @CasEbb in https://github.com/laravel/framework/pull/58358 - [12.x] Ensure
Bus::batchfilters out falsy items by @jackbayliss in https://github.com/laravel/framework/pull/58360 - [12.] Annotate tuple return type of
TableGuesser::guess()by @shaedrich in https://github.com/laravel/framework/pull/58354 - [12.x] Make Notification macroable by @ekateiva in https://github.com/laravel/framework/pull/58352
- [12.x] Allow PendingBatch
onConnectionto use Enum by @jackbayliss in https://github.com/laravel/framework/pull/58350