Releases: luolingchun/flask-openapi3
Releases · luolingchun/flask-openapi3
v2.5.1
v2.5.0
- #79 Support
by_alias
in Model Config. Thanks, @candleindark. - #82 Fix parameter in url_prefix. Thanks, @riedgar-ms.
- #83 Be able to change 422 validation errors to other http response status. Thanks, @CostcoFanboy.
- #86 Responses key supports both string, int, and HTTPStatus. Thanks, @CostcoFanboy.
v2.4.0
- #72 security_schemes(SecurityScheme) supports a json format.
- #68 feat: Add operation_id_callback. Thanks, @BoyanYK.
- #64 Explains the usage of flask openapi command more clearly. Thanks, @candleindark.
- #75 Init view_class and pass view_kwargs. Thanks, @stufisher.
- #70 Support for Specification Extensions in OpenAPI Object and Operation Object. Thanks, @simonblund.
- #73 BaseModel Config support openapi_extra.
- Merge
extra_responses
toresponses
and deprecateextra_responses
.
DeprecationWarning:
- Add DeprecationWarning to
APIKey
,HTTPBase
,OAuth2
,OpenIdConnect
,HTTPBearer
that will be deprecated in v3.0. - Add DeprecationWarning to
extra_form
,extra_body
andextra_responses
that will be deprecated in v3.0.
v2.4.0rc1
release 2.4.0rc1
v1.1.5
v2.3.2
v2.3.1
- remove * in install_requires for setuptools 67+
v2.3.0
v2.2.2 - Happy New Year!
- Fix async
- Fix duplicate tags
v2.2.1
- Add dependent files