Skip to content

Releases: luolingchun/flask-openapi3

v2.3.0

12 Feb 03:22

Choose a tag to compare

  • Support custom UI templates (#55)
  • endpoint index rename to openapi
  • fix missing enum in components schemas

v2.2.2 - Happy New Year!

01 Jan 02:27

Choose a tag to compare

  • Fix async
  • Fix duplicate tags

v2.2.1

23 Nov 12:32

Choose a tag to compare

  • Add dependent files

v2.2.0

14 Nov 03:12

Choose a tag to compare

  • Support APIView
  • Add mypy
  • Support python 3.11
  • Upgrade Swagger UI 4.15.5
  • Upgrade Redoc UI 2.0.0

v2.1.1

12 Oct 06:48

Choose a tag to compare

  • #41 Set the requestBody required default value to True. Thanks @Colin-b
  • Fix multi decorator for api
  • #42 Fix required header is not found when _ in header field. Thanks @elirud

v2.1.0

04 Sep 03:00

Choose a tag to compare

  • #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

07 Aug 00:36

Choose a tag to compare

  • #32 Fix: parse_rule is deprecated in werkzeug>=2.2.0.

v2.0.0

26 Jun 03:05

Choose a tag to compare

  • #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 to FLASK_OPENAPI_VALIDATE_RESPONSE

v2.0.0rc2

05 Jun 06:38

Choose a tag to compare

v2.0.0rc2 Pre-release
Pre-release
  • #26 fix: Body throws exception when receiving str instead of dict. Thanks @nor3th
  • add options in view functions
  • Support for empty response body. Thanks @dvaerum

v2.0.0rc1

15 May 02:48

Choose a tag to compare

v2.0.0rc1 Pre-release
Pre-release
  • #17 Support for Nested APIBlueprint enhancement. Thanks @dvaerum
  • #23 Fixed externalDocs support. Thanks @dvaerum
  • Add flask openapi command
  • Remove export markdown to flask openapi command
  • Upgrade flask to v2.0