,

Framework Release Watch No2

🚀 Laravel 13.22.0 Expands Queues, HTTP Fakes, and Container Binding
Laravel 13 users working with queues, testing, or dependency injection should upgrade.
Laravel 13.22.0 adds conditional container binding, stream bodies for HTTP fake responses, and multi-queue clearing. It also supports delayed batch and bulk jobs.
🔗 Read more 🔗
Source: GitHub — Laravel

⚡ FastAPI 0.140.0 Cuts Dependency Memory Usage
Teams running dependency-heavy FastAPI services may benefit most from upgrading.
FastAPI 0.140.0 reduces memory usage in its dependency system. The release also updates documentation to use uv projects by default.
🔗 Read more 🔗
Source: GitHub — FastAPI