Last 7 days
5
Features: 1
Changes: 0
Fixes: 4
Deprecations: 0
High-performance Python framework for building typed web APIs.
Latest FastAPI changelog updates, official release notes, breaking changes, security patches, pricing changes, and developer reactions in one product feed.
Follow this FastAPI release-notes page to spot useful features, risky migrations, noisy announcements, and source links before they hit your backlog.
Changes.Watch links back to official changelog and release-note sources so summaries stay easy to verify.
Use channels to follow groups of tools around a stack, workflow, or topic.
Rolling windows show how many product updates landed in the last 7, 30, 90, and 365 days, grouped by existing changelog semantics.
5
5
5
5
Fix support for background tasks and dependency headers in app.frontend().
Add app.frontend(check dir="auto") to simplify local development with FastAPI dev server
Fix status code being ignored for SSE and JSONL streaming endpoints
Fix line splitting in SSE event formatting to comply with the SSE specification
Fixes ignored response model parameters for non‑generator endpoints that return Iterable types.