Features
- ✨ Add support for declaring
UploadFile
parameters without explicitFile()
. PR #4469 by @tiangolo. New docs: Request Files - File Parameters with UploadFile. - ✨ Add support for tags with Enums. PR #4468 by @tiangolo. New docs: Path Operation Configuration - Tags with Enums.
- ✨ Allow hiding from OpenAPI (and Swagger UI)
Query
,Cookie
,Header
, andPath
parameters. PR #3144 by @astraldawn. New docs: Query Parameters and String Validations - Exclude from OpenAPI.
Docs
Fixes
- 🐛 Fix bug preventing to use OpenAPI when using tuples. PR #3874 by @victorbenichoux.
- 🐛 Prefer custom encoder over defaults if specified in
jsonable_encoder
. PR #2061 by @viveksunder.