Fixes
- ♻ Assume request bodies contain JSON when no Content-Type header is provided. This fixes a breaking change introduced by 0.65.2 with PR #2118. It should allow upgrading FastAPI applications with clients that send JSON data without a
Content-Type
header. And there's still protection against CSRFs. PR #3456 by @tiangolo.
Translations
- 🌐 Initialize Indonesian translations. PR #3014 by @pace-noge.
- 🌐 Add Spanish translation of Tutorial - Path Parameters. PR #2219 by @mariacamilagl.
- 🌐 Add Spanish translation of Tutorial - First Steps. PR #2208 by @mariacamilagl.
- 🌐 Portuguese translation of Tutorial - Body - Fields. PR #3420 by @ComicShrimp.
- 🌐 Add Chinese translation for Tutorial - Request - Forms - and - Files. PR #3249 by @jaystone776.
- 🌐 Add Chinese translation for Tutorial - Handling - Errors. PR #3299 by @jaystone776.
- 🌐 Add Chinese translation for Tutorial - Form - Data. PR #3248 by @jaystone776.
- 🌐 Add Chinese translation for Tutorial - Body - Updates. PR #3237 by @jaystone776.
- 🌐 Add Chinese translation for FastAPI People. PR #3112 by @hareru.
- 🌐 Add French translation for Project Generation. PR #3197 by @Smlep.
- 🌐 Add French translation for Python Types Intro. PR #3185 by @Smlep.
- 🌐 Add French translation for External Links. PR #3103 by @Smlep.
- 🌐 Add French translation for Alternatives, Inspiration and Comparisons. PR #3020 by @rjNemo.
- 🌐 Fix Chinese translation code snippet mismatch in Tutorial - Python Types Intro. PR #2573 by @BoYanZh.
- 🌐 Add Portuguese translation for Development Contributing. PR #1364 by @Serrones.
- 🌐 Add Chinese translation for Tutorial - Request - Files. PR #3244 by @jaystone776.
Internal
- 👥 Update FastAPI People. PR #3450 by @github-actions[bot].
- 👥 Update FastAPI People. PR #3319 by @github-actions[bot].
- ⬆ Upgrade docs development dependency on
typer-cli
to >=0.0.12 to fix conflicts. PR #3429 by @tiangolo.