13.32.0
- [12.x] Default memoryExceededExitCode for Cloud by @jackbayliss in https://github.com/laravel/framework/pull/61432
- Wrap the closure return type in
withFreshQueryLog()by @SanderMuller in https://github.com/laravel/framework/pull/61458 - Wrap the autocompleter callback return type in
askWithCompletion()by @SanderMuller in https://github.com/laravel/framework/pull/61487 - [13.x] Allow enums in queue pause/resume methods by @jackbayliss in https://github.com/laravel/framework/pull/61464
- [13.x] Compare lowercased index names in hasIndex by @dwjordan in https://github.com/laravel/framework/pull/61506
- [13.x] Fix containsStrict() returning false when a closure matches a null value by @bunyaminbilenkaratas in https://github.com/laravel/framework/pull/61507
- [13.x] Pass the exception to Eloquent violation callbacks by @jackbayliss in https://github.com/laravel/framework/pull/61504
- [13.x] Change unused variables to named arguments by @imanghafoori1 in https://github.com/laravel/framework/pull/61513
- [13.x] Update SupportBinaryCodecTest by @jackbayliss in https://github.com/laravel/framework/pull/61512
- [13.x] Fix Factory::raw() with a count of zero by @OpadaAlzaiede in https://github.com/laravel/framework/pull/61510
- [13.x] Add missing implementation for
SessionHandlerInterfacefor PHP 9 by @crynobone in https://github.com/laravel/framework/pull/61517 - [13.x] Add copyToDisk & moveToDisk to FilesystemAdapter by @jackbayliss in https://github.com/laravel/framework/pull/61511
- [13.x] Add a Mercure broadcast driver by @dunglas in https://github.com/laravel/framework/pull/61474
- [13.x] Accept filesystem instance in
copyToDisk()andmoveToDisk()methods by @ziadoz in https://github.com/laravel/framework/pull/61519 - [13.x] Fix Str::password() returning extra characters and throwing Va… by @bunyaminbilenkaratas in https://github.com/laravel/framework/pull/61521
- [13.x] Fix Str::camel() not lowercasing multibyte first characters by @rayblair06 in https://github.com/laravel/framework/pull/61545
- [13.x] Fix collapseWithKeys() crashing when the outer collection has string keys by @rayblair06 in https://github.com/laravel/framework/pull/61539
- [13.x] Fix TypeError in SessionGuard::userFromRecaller() when getAuthPassword() is null by @irabbi360 in https://github.com/laravel/framework/pull/61532
- Strengthen mocked tests with the real thing by @jasonmccreary in https://github.com/laravel/framework/pull/61563
- [13.x] Fix appendToPriorityList() when the referenced middleware is the first item by @GabeSilvaDev in https://github.com/laravel/framework/pull/61567
- [13.x] Improve collection return types for methods that mutate by @axlon in https://github.com/laravel/framework/pull/61571
- [13.x] Add
isManagedQueueto CloudManager by @jackbayliss in https://github.com/laravel/framework/pull/61568 - [13.x] Fix Redis tagged cache not syncing tag entry expiration on touch by @Ashot1995 in https://github.com/laravel/framework/pull/61574
- [13.x] Decode job payload once by @jackbayliss in https://github.com/laravel/framework/pull/61526
- [13.x] Fix
sum()return type when the key matches a global function name by @crishoj in https://github.com/laravel/framework/pull/61578 - [13.x] add UnitEnum to Authorizable contract by @hosni in https://github.com/laravel/framework/pull/61589
- [13.x] Add support for installing Mercure via broadcasting install command by @Lea-Bar in https://github.com/laravel/framework/pull/61587
- [13.x] Preserve unchanged values when encrypting readable environment files by @mathiasgrimm in https://github.com/laravel/framework/pull/61503