Summary
The Laravel framework 13.5.0 release adds support for the #[Delay] attribute on queued mailables, inheritance for controller middleware attributes, and first-class Redis Cluster support for queues and concurrency limiters. It improves enum support across multiple managers like Cache, Mail, and Auth, fixes retry lock issues in unique jobs, and addresses various bug fixes including Vite CSS loading and redirect callback bugs. PHP version requirement in test scripts has been updated to 8.3.
Laravel AI v0.6.0 migrates several providers (VoyageAi, AzureOpenAi, DeepSeek) to native HTTP gateways, adds new gateways for OpenRouter and Ollama direct API integration, and updates the Anthropic default to Claude Opus 4.7. It fixes transcription and structured output bugs, handles nullable Gemini tool parameters, and improves agent test parameterization. The release also introduces feature tests in CI and addresses some actions deprecation warnings.
In Laravel MCP, v0.6.7 fixes route caching memory exhaustion caused by circular references. Laravel Ranger’s 0.1.12 release now returns relative URIs for explicit Route::domain routes.
Filament v5.5.2 and v4.10.2 include fixes for flash notifications with multiple Livewire components, hiding resize handles on disabled rich editors, and add German translations. Several dependencies were bumped, and partial rendering test coverage was added.
Finally, Laravel Passport 13.7.4 supports space-delimited prompt parameters, and Serializable Closure v2.0.12 fixes closures inside anonymous migrations while adding support for PHP 8.5 constant expression closures.
filamentphp/filament
laravel/ranger