Summary
Laravel Framework 13.23.0 adds a monthly log driver and channel, plus monthly tenant support in the SES v2 mail transport. The Image class and ImageManager::fromStorage disk method now better support enums and improved types. Arr::last() fixed null handling and iterable support. Maintenance mode bypass secrets use timing-safe comparisons to tighten security. Migrations with ->change() allow ->using(...) for PostgreSQL compatibility. CookieJar::queued() default handling is fixed, and schedule:list has improved timezone conversion for complex cron expressions. Deprecation logging now gracefully avoids fatal errors. monolog/monolog dependency constraints are bumped, and a minor postcss update landed for exception renderer assets.
Livewire Blaze 1.0.13 fixes double escaping in delegate components and respects the compile: false blaze directive override. It also preserves literal static attributes during folding and improves how missing compiled views are handled.
Laravel LSP v0.0.28 was published without notable release notes but merged a fix to filter completions using the full replacement text.
Several Laravel packages and tools, including Horizon, Echo, Telescope, and Filament, bumped GitHub Actions and postcss dependencies. Horizon fixed horizon:clear-metrics for phpredis 6.1+, and Laravel docs updated the $flags parameter signature on Illuminate\Http\Client\Response::json().
Recent Releases
Recent Pull Requests
ShouldBeUniqueUntilProcessing jobs are force-releasing locks they don't own"
#60904
[13.x] Fix default handling in CookieJar::queued()
#60901
[13.x] Allow ->using(...) in ->change() migrations for PostgreSQL compatibility
#60900
Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group
#60898
[13.x] Improve Collection::select generic types
#60896
[13.x] Use a timing-safe comparison for the maintenance mode bypass secret
#60895
[13.x] Add monthly channel to logging config
#60894
[13.x] Bump monolog/monolog constraint
#60893
[13.x] Prevent fatal errors when logging deprecations fails
#60892
[13.x] Add a monthly log driver
#60890
[13.x] Improve types in Image class
#60889
[13.x] Allow ImageManager fromStorage disk to accept enums
#60887
Fix null handling in Arr::last() method
#60886
[13.x] Add SES tenant support to the SES v2 transport
#60884
Bump postcss from 8.5.15 to 8.5.23 in /src/Illuminate/Foundation/resources/exceptions/renderer
#60877
[13.x] Fix schedule:list timezone conversion for range, step, and wildcard cron expressions
laravel/lsp
livewire/blaze