ArtisanLog

Summary

Laravel Framework 13.19 and 12.63 released with several key updates: the HTTP client gained a new query() method for adding query parameters cleanly, plus helpers queryJson() for JSON HTTP tests. Collection now includes a reduceInto method, and Str/Stringable have a new counted method. Queue testing can inspect reserved jobs, and bulk SQS jobs now send with SendMessageBatch. Redis session prefixing is configurable. Postgres date/time queries are more stable when using Expressions. Queue jobs with enum keys are supported. Locks can now refresh cache state, reducing stale lock issues. Component attribute bag merges now terminate default style values with a semicolon to fix styling edge cases. The Cloud queue agent pops managed jobs directly instead of using SQS polling.

Laravel AI reached v0.9.0 with major architectural work standardizing text generation gateways to a shared TextGenerationLoop, improving provider consistency. There’s comprehensive collection generics support across responses and messages, native Anthropic output by default, Azure OpenAI support, and new filesystem tools for agents. The package added an interactive agent console command in the workbench, cleaner provider options handling, and web search/citation in OpenRouter. Static analysis and a new attribute help with security and performance.

Livewire merged functionality for rich TemporaryUpload lifecycle objects and chunked, resumable multiple-file S3 uploads, enabling more robust file upload experiences.

In Laravel Echo, a new useChannel hook was introduced, enabling more ergonomic channel subscription handling in frontend Echo consumers.

Filament released multiple security fixes around query builder operators, file path tampering, and safer DB transaction handling on action cancellation. They also shipped UI fixes: better notification animation, column searching, markdown editor state sync, and conditional hiding of empty action columns. Navigation items can now be referenced by keys, improving menu flexibility. Overall, these address several real-world bugs and potential security issues.

Recent Releases

Recent Pull Requests