v13.23.0
Added 3
- Add a monthly log driver
- Add SES tenant support to the SES v2 transport
- Add monthly channel to logging config
Changed 5
- Improve types in Image class
- Allow ImageManager fromStorage disk to accept enums
- Improve Collection::select generic types
- Allow ->using(...) in ->change() migrations for PostgreSQL compatibility
- Use a timing-safe comparison for the maintenance mode bypass secret
Fixed 4
- Fix null handling in Arr::last() method
- Prevent fatal errors when logging deprecations fails
- Fix default handling in CookieJar::queued()
- Fix schedule:list timezone conversion for range, step, and wildcard cron expressions
- Bump postcss from 8.5.15 to 8.5.23 in /src/Illuminate/Foundation/resources/exceptions/renderer by @dependabot[bot] in https://github.com/laravel/framework/pull/60884
- [13.x] Add a monthly log driver by @SjorsO in https://github.com/laravel/framework/pull/60892
- [13.x] Improve types in
Imageclass by @shaedrich in https://github.com/laravel/framework/pull/60890 - Fix null handling in Arr::last() method by @AmadulHaque in https://github.com/laravel/framework/pull/60887
- [13.x] Allow ImageManager fromStorage disk to accept enums by @riesjart in https://github.com/laravel/framework/pull/60889
- [13.x] Add SES tenant support to the SES v2 transport by @atymic in https://github.com/laravel/framework/pull/60886
- Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group by @dependabot[bot] in https://github.com/laravel/framework/pull/60900
- [13.x] Prevent fatal errors when logging deprecations fails by @GrahamCampbell in https://github.com/laravel/framework/pull/60893
- [13.x] Bump
monolog/monologconstraint by @jackbayliss in https://github.com/laravel/framework/pull/60894 - [13.x] Add monthly channel to logging config by @yazansalhi in https://github.com/laravel/framework/pull/60895
- [13.x] Use a timing-safe comparison for the maintenance mode bypass secret by @yazansalhi in https://github.com/laravel/framework/pull/60896
- [13.x] Improve
Collection::selectgeneric types by @timacdonald in https://github.com/laravel/framework/pull/60898 - [13.x] Allow ->using(...) in ->change() migrations for PostgreSQL compatibility by @shemgp in https://github.com/laravel/framework/pull/60901
- Revert "[13.x] Fix that retries of
ShouldBeUniqueUntilProcessingjobs are force-releasing locks they don't own" by @taylorotwell in https://github.com/laravel/framework/pull/60905 - [13.x] Fix default handling in
CookieJar::queued()by @alies-dev in https://github.com/laravel/framework/pull/60904 - [13.x] Fix schedule:list timezone conversion for range, step, and wildcard cron expressions by @xiCO2k in https://github.com/laravel/framework/pull/60877