Summary
The Laravel Framework released v13.15.0 and v12.62.0 with a notable addition of multi-type union support for Illuminate JsonSchema, enhancing JSON Schema handling. The v13.15.0 line also introduces typed translation accessors, generics for QueueRoutes::all(), support for enums in Queue::route(), and a caching optimization for rememberWithState(). There are key fixes for Octane request marshaling and model pruning command validation. The v12.62.0 release includes a JSON Schema array deserializer and a PostgreSQL collation lookup skip for servers before version 9.1.
Laravel MCP shipped v0.8.0 adding MCP client tool listing/calling, Streamable HTTP transport, OAuth support for the web client, and improved client caching and prompts support. The client tool cache is now serializable via recipes, improving developer experience when working with MCP tools.
Laravel Boost released v2.4.10 with support for laravel/mcp 0.8.0 and better detection for the Zed binary when named zeditor.
Laravel AI reached v0.8.0 with OpenAI Zero Data Retention support through encrypted reasoning, MCP client and server tool support integrated, and various fixes including better transcription request handling and Laravel 13 compatibility fixes.
There are also bugfix updates in Filament 5.6.7 and 4.11.7 addressing component caching, navigation rendering, UI alignment, and documentation corrections.
Overall, the framework gains broader JSON Schema and queue system improvements, MCP evolves into a more capable client-server tooling layer, and the AI package continues to improve OpenAI integration and data privacy support.
Recent Releases
Recent Pull Requests
@throws \ReflectionException
#60435
[13.x] Fix: add |null in doc blocks
#60385
[13.x] Cache rememberWithState()
laravel/framework
filamentphp/filament