Releases: Fatal1ty/openapify
Releases · Fatal1ty/openapify
v0.6
Changes
- Added ability to use mashumaro JSON Schema plugins in schema generation, see updated documentation
- Added ability to add default response schema using
http_code
equals to"default"
- Added support for Python 3.13
- Dropped support for Python 3.8
v0.5.1
v0.5
Changes
- Added plugin system, see updated documentation
- Fixed bug when
content
section was not added whenmedia_type
attribute was used withoutbody_type
inrequest_schema
andresponse_schema
decorators - Improved the default logic for determining the body media type, now it chooses
application/octet-stream
forbytes
andbytearray
instead ofapplication/json
v0.4
v0.3.9
v0.3.8
v0.3.7
v0.3.6
Changes
- Added
operation_id
parameter topath_docs
- Fixed sorting keys when using
OpenAPIDocument
- Added workaround for mypy problem python/mypy#9773