v13.30.0
- [12.x] Backport #60908: Avoid quadratic wildcard rule expansion by @matteo-palazzo in https://github.com/laravel/framework/pull/61232
- Fix resource loading by @taylorotwell in https://github.com/laravel/framework/pull/61323
- [13.x] Output the worker stop reason in queue:work by @jackbayliss in https://github.com/laravel/framework/pull/61339
- Fix incorrect $startTime type in Worker::stopIfNecessary docblock by @il-m-tomita in https://github.com/laravel/framework/pull/61347
- [13.x] Ability to opt out of vendor/default commands in DevCommands by @jackbayliss in https://github.com/laravel/framework/pull/61344
- [13.x] Confine
Storage::path()to the configured disk root by @KIKOmanasijev in https://github.com/laravel/framework/pull/61343 - [13.x] Support Microsoft SQL Server DSN connection strings by @HenkPoley in https://github.com/laravel/framework/pull/61341
- [13.x] Restore the facade application after route:cache boots a fresh application by @reiarseni in https://github.com/laravel/framework/pull/61346
- [13.x] Gracefully handle missing param value or strings with request clamps by @kylemilloy in https://github.com/laravel/framework/pull/61355
- [13.x] Restore default database connection when seeding fails by @sayful1411 in https://github.com/laravel/framework/pull/61354
- [13.x] Cloud enhancements by @timacdonald in https://github.com/laravel/framework/pull/61360
- [13.x] Allow retrieving command by name without resolving all commands by @timacdonald in https://github.com/laravel/framework/pull/61361
- [13.x] Expose methods by @timacdonald in https://github.com/laravel/framework/pull/61362
- [13.x] Add basic test for query explain by @imanghafoori1 in https://github.com/laravel/framework/pull/61363
- [13.x] Add totalXSize methods to Cloud Queue by @jackbayliss in https://github.com/laravel/framework/pull/61352
- [13.x] Add
chunkByto collections by @JosephSilber in https://github.com/laravel/framework/pull/61357 - [13.x] spl_object_id over hash by @jackbayliss in https://github.com/laravel/framework/pull/61372
- [13.x] Add createPayloadUsing directly to the queue manager by @jackbayliss in https://github.com/laravel/framework/pull/61367
- [13.x] Set visibility on files that only exist on a read-through disk's fallback by @sulimanbenhalim in https://github.com/laravel/framework/pull/61375
- [12.x] Disable html by default on Laravel exception page tooltip by @crynobone in https://github.com/laravel/framework/pull/61381