v12.48.0
- [12.x] Fix missing variable reassignment by @nunomaduro in https://github.com/laravel/framework/pull/58376
- [12.x] Improve PendingRequest types by @cosmastech in https://github.com/laravel/framework/pull/58386
- [12.x] Fix backward compatibility with third-party guards by @daniser in https://github.com/laravel/framework/pull/58385
- Make \Illuminate\Testing\TestResponse::assertHeader() case insensitive by @HenkPoley in https://github.com/laravel/framework/pull/58383
- [12.x] Fix TypeError when validation rule has empty parameters by @irabbi360 in https://github.com/laravel/framework/pull/58380
- [12.x] Adjust PendingBatchFake to filter by @jackbayliss in https://github.com/laravel/framework/pull/58375
- [12.x] Resolve infinite loop when using deferred queue by @cosmastech in https://github.com/laravel/framework/pull/58373
- [12.x] Fix and improve
\Illuminate\Support\Strtypes further by @shaedrich in https://github.com/laravel/framework/pull/58372 - [12.x] Ensure Bus::chain filters out falsy items by @jackbayliss in https://github.com/laravel/framework/pull/58369
- [12.x] fix invalid array doctypes for Str::replaceMatches in v12.47.0 by @marcreichel in https://github.com/laravel/framework/pull/58364
- [12.x] Remove useless use of
MockeryPHPUnitIntegrationby @lucasmichot in https://github.com/laravel/framework/pull/58363 - [12.x] Fix: Drop indexes from failed_jobs by @jackbayliss in https://github.com/laravel/framework/pull/58362
- Translation lines may contain square brackets and curly braces now by @edwinheij in https://github.com/laravel/framework/pull/58367
- [12.x] Add
skipWhenfunctionality toHandleCorsmiddleware by @RobertBoes in https://github.com/laravel/framework/pull/58361 - [12.x] Fix backward compatibility with third-party guards, again by @daniser in https://github.com/laravel/framework/pull/58389
- [12.x] Add type tests for
\Illuminate\Support\Strby @shaedrich in https://github.com/laravel/framework/pull/58365 - [12.x]
new $classinstead of reflection for better performance by @takaram in https://github.com/laravel/framework/pull/58391 - [12.x] Isolate compiled views per process during parallel testing by @dxnter in https://github.com/laravel/framework/pull/58390
- [12.x] Fix broken import by @lucasmichot in https://github.com/laravel/framework/pull/58394
- [12.x] Implement Stringable in Enum rule by @owenconti in https://github.com/laravel/framework/pull/58392
- [12.x] Fix restoreLock for MemoizedStore by @jackbayliss in https://github.com/laravel/framework/pull/58423
- [12.x] Fix Filesystem::sharedGet partial reads (#58418) by @sv63rus in https://github.com/laravel/framework/pull/58419
- [12.x] Add missing @param docblock to ValidatedInput::__isset() by @ismaildasci in https://github.com/laravel/framework/pull/58410
- [12.x] Add queue to JobPopping by @jackbayliss in https://github.com/laravel/framework/pull/58413
- [12.x] add backoff to JobReleasedAfterException event by @jackbayliss in https://github.com/laravel/framework/pull/58414
- [12.x] Fix return type docblock for Number::abbreviate method by @ismaildasci in https://github.com/laravel/framework/pull/58408
- [12.x] Annotate tuple return type of Number::pairs() by @ismaildasci in https://github.com/laravel/framework/pull/58409
- Bump tar from 7.4.3 to 7.5.3 in /src/Illuminate/Foundation/resources/exceptions/renderer by @dependabot[bot] in https://github.com/laravel/framework/pull/58404
- [12.x] Update return type of merge for collections by @ramonrietdijk in https://github.com/laravel/framework/pull/58405
- [12.x] Fix missing import by @irabbi360 in https://github.com/laravel/framework/pull/58401
- [12.x] Account for
Throwableinside of PendingRequest by @cosmastech in https://github.com/laravel/framework/pull/58395 - [12.x] Allow setting flags for decoding json in the Http Client's Response by @cosmastech in https://github.com/laravel/framework/pull/58379
- [12.x] chore: make PruneCommand::isPrunable() protected by @calebdw in https://github.com/laravel/framework/pull/58430
- [12.x] widen PendingRequest@pool() return type by @cosmastech in https://github.com/laravel/framework/pull/58437
- [12.x] feat: query builder aliases for expressions by @tpetry in https://github.com/laravel/framework/pull/58436
- Test Improvements by @crynobone in https://github.com/laravel/framework/pull/58432
- [12.x] add BatchFinished event by @jackbayliss in https://github.com/laravel/framework/pull/58431