🚀 Laravel 13.26.0 expands queues, filesystems, and Redis support
Laravel 13 users working heavily with queues, Redis, storage, or HTTP clients should prioritize this upgrade.
Laravel 13.26.0 adds read-through filesystems, debounceable queued listeners, Queue::forward, new Eloquent query helpers, process fake assertions, and Guzzle 8 support. Redis cluster connections gain retry, client-rebuild, scanning, and post-failure usability improvements.
🔗 Read more 🔗
Source: GitHub — Laravel
🛡️ Laravel 12.67.0 strengthens validation and queue handling
Laravel 12 applications using complex validation, temporary uploads, or managed queues should upgrade.
Laravel 12.67.0 tightens temporary-upload and validation handling while avoiding quadratic wildcard-rule expansion. It also promotes managed queue event data to the top level and retries timed-out cloud agent long-polls.
🔗 Read more 🔗
Source: GitHub — Laravel