Releases: luolingchun/flask-openapi3
Releases · luolingchun/flask-openapi3
v2.2.0
- Support APIView
- Add mypy
- Support python 3.11
- Upgrade Swagger UI 4.15.5
- Upgrade Redoc UI 2.0.0
v2.1.1
v2.1.0
- #36 Add extra_form for operation. Thanks @Colin-b
- #36 Add extra_body for operation. Thanks @Colin-b
- Add external_docs for operation
- Add servers for operation
- Support parse extra field in parameters
- #35 Fixed extra_responses can now be used to set every field in Response. Thanks @Colin-b
- Upgrade Swagger UI 4.14.0
- Upgrade Redoc UI 2.0.0-rc.76
- Upgrade RapiDoc UI 9.3.3
v2.0.1
v2.0.0
- #26 Fixed: Body throws exception when receiving str instead of dict. Thanks @nor3th
- #23 Fixed externalDocs support. Thanks @dvaerum
- #28 Fixed to enable
__root__
property when validation responses. Thanks @dvaerum - #17 Support for Nested APIBlueprint enhancement. Thanks @dvaerum
- #29 Support disable warnings. Thanks @dvaerum
- Support for empty response body. Thanks @dvaerum
- Support reload authorizations in Swagger UI
- Add
flask openapi
command - Add options in view functions
- Upgrade flask to v2.x
Breaking Changes
- Remove export markdown to
flask openapi
command - Configuration
VALIDATE_RESPONSE
rename toFLASK_OPENAPI_VALIDATE_RESPONSE
v2.0.0rc2
v2.0.0rc1
v1.1.4
- fix: Trailing slash in APIBlueprint
v1.1.3
- fix: Find globalns for the unwrapped func
- #19 fix: Trailing slash in APIBlueprint. Thinks @ev-agelos
- add description for UnprocessableEntity
- remove printouts in
__init__.py