Skip to content

Releases: luolingchun/flask-openapi3

v2.5.3

03 Oct 05:40

Choose a tag to compare

v3.0.0rc1

03 Sep 02:21

Choose a tag to compare

v3.0.0rc1 Pre-release
Pre-release
  • Upgrade pydantic to v2
  • Remove deprecated code
  • Drop support for Python 3.7

v2.5.2

13 Aug 02:39

Choose a tag to compare

  • #97 Fix response miss description. Thanks, @tekrei.

v2.5.1

07 Aug 07:32

Choose a tag to compare

  • #95 Added ability to deserialize complex form parameter objects. Thanks, @BlackGad.

v2.5.0

02 Aug 02:43

Choose a tag to compare

v2.4.0

04 Jun 10:29

Choose a tag to compare

  • #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 to responses and deprecate extra_responses.

DeprecationWarning:

  • Add DeprecationWarning to APIKey, HTTPBase, OAuth2, OpenIdConnect, HTTPBearer that will be deprecated in v3.0.
  • Add DeprecationWarning to extra_form, extra_body and extra_responses that will be deprecated in v3.0.

v2.4.0rc1

31 May 09:00

Choose a tag to compare

v2.4.0rc1 Pre-release
Pre-release
release 2.4.0rc1

v1.1.5

08 May 09:19

Choose a tag to compare

  • feat: Add operation_id_callback to v1.x (#69)

v2.3.2

03 Apr 02:24

Choose a tag to compare

  • #61 Fix headers with pydantic alias

v2.3.1

13 Feb 06:08

Choose a tag to compare

  • remove * in install_requires for setuptools 67+