Skip to content

Releases: luolingchun/flask-openapi3

v4.0.3

23 Nov 05:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.0.3

v4.0.2

10 Nov 05:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.1...v4.0.2

v4.0.1

05 Oct 06:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

29 Sep 02:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.3...v4.0.0

v4.0.0rc3

31 Aug 08:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0rc2...v4.0.0.rc3

v4.0.0rc2

16 Jun 04:04
Compare
Choose a tag to compare
v4.0.0rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v3.1.3...v4.0.0rc2

v3.1.3

16 Jun 03:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.2...v3.1.3

v3.1.2

02 Jun 08:37
Compare
Choose a tag to compare

What's Changed

DeprecationWarning

  • The api_doc_url is deprecated in v4.x, use doc_url instead.
  • The swagger_url is deprecated in v4.x.
  • The redoc_url is deprecated in v4.x.
  • The rapidoc_url is deprecated in v4.x.
  • The oauth_config is deprecated in v4.x, use app.config['OAUTH_CONFIG'] instead.
  • The doc_expansion is deprecated in v4.x, use app.config['SWAGGER_CONFIG'] instead.
  • The swagger_config is deprecated in v4.x, use app.config['SWAGGER_CONFIG'] instead.
  • The ui_templates is deprecated in v4.x.

Full Changelog: v3.1.1...v3.1.2

v3.1.1

21 Apr 03:07
Compare
Choose a tag to compare

What's Changed

  • Wrong types of exclusiveMinimum & exclusiveMaximum fields in Schema class by @Lavertis in #149

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

24 Mar 03:57
Compare
Choose a tag to compare

What's Changed

  • Add the swagger_config parameter to configure the swagger ui by @luolingchun in #146
  • Use full links in Swagger and RapiDoc
  • Upgrade Redoc to 2.1.3
  • Upgrade Swagger to 5.12.0

DeprecationWarning:

  • The doc_expansion parameter is deprecated; use swagger_config instead.

Full Changelog: v3.0.2...v3.1.0