What's Changed
Features
- Added
FileResponseSpecand improvedFileResponse
schema generation, #682 - Added
encoding:support for file media types inFileMetadata, #682
Bugfixes
- Fixed OpenAPI schema for custom HTTP Basic auth headers, #672
- Fixed JWT claim validation and error handling in
JWToken.decode, #675 - Fixed incorrect OpenAPI schema for
FileResponse, #682 - Fixed that
404was not listed in the endpoint's metadata,
when usingURLRoutewithoutPathcomponent, #685 - Fixed that
404was not documented in the OpenAPI
whenPathcomponent was not used, butURLPatternhad parameters, #685 - Fixed
ValueErroron operation id generation, #685
Misc
- Improved "Returning responses" docs, #684
New Contributors
Full Changelog: 0.2.0...0.3.0