13.2.0
- feat(queue): support enums in
#[Queue]and#[Connection]by @innocenzi in https://github.com/laravel/framework/pull/59278 - Improve raw SQL binding substitution performance by @gufoe in https://github.com/laravel/framework/pull/59277
- [13.x] fix: add missing negate for SeeInHtml assertion by @jesperbeisner in https://github.com/laravel/framework/pull/59303
- [13.x] Allow for passing enums to attributes by @riesjart in https://github.com/laravel/framework/pull/59297
- [13.x] Add releaseOnSignal param to withoutOverlapping by @jackbayliss in https://github.com/laravel/framework/pull/59298
- Add symmetrical, expressive attributes by @jasonmccreary in https://github.com/laravel/framework/pull/59284
- [13.x] Fix LazyPromise::wait() signature compatibility with Guzzle's PromiseInterface by @shavonn in https://github.com/laravel/framework/pull/59301
- [13.x]
schedule:listdisplay expression in the correct timezone by @xiCO2k in https://github.com/laravel/framework/pull/59286 - Handle exceptions in eventStream to prevent fatal error by @WendellAdriel in https://github.com/laravel/framework/pull/59292
- [13.x] Ensure connectUsing works with UnitEnum / FileManager drive docblock by @jackbayliss in https://github.com/laravel/framework/pull/59306
- [13.x] Include columns and index in UniqueConstraintViolationException by @cosmastech in https://github.com/laravel/framework/pull/59299
- [13.x] Add TimedOut worker stop reason by @jackbayliss in https://github.com/laravel/framework/pull/59310
- Fix Table attribute incrementing not working for Pivot models by @sadique-cws in https://github.com/laravel/framework/pull/59336
- [13.x] Ensure ScopedBy Attribute works with inheritance by @jackbayliss in https://github.com/laravel/framework/pull/59332
- Modify sum callback to include item key by @mathieutu in https://github.com/laravel/framework/pull/59322
- [13.x] Bound error page query listener to prevent memory bloat in Octane by @JoshSalway in https://github.com/laravel/framework/pull/59309
- [13.x] Allow opting out of worker Job exception reporting by @jackbayliss in https://github.com/laravel/framework/pull/59308
- [13.x] Adds mobile safe-area-inset support to exception renderer by @dr-codswallop in https://github.com/laravel/framework/pull/59341
- [13.x] Allow passing multiple arrays to has factory method by @jackbayliss in https://github.com/laravel/framework/pull/59343
- [13.x] Allow Backoff Attribute to be variadic by @jackbayliss in https://github.com/laravel/framework/pull/59354