Skip to content

Releases: luolingchun/flask-openapi3

v2.5.1

07 Aug 07:32
Compare
Choose a tag to compare
  • #95 Added ability to deserialize complex form parameter objects. Thanks, @BlackGad.

v2.5.0

02 Aug 02:43
Compare
Choose a tag to compare

v2.4.0

04 Jun 10:29
Compare
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
Compare
Choose a tag to compare
v2.4.0rc1 Pre-release
Pre-release
release 2.4.0rc1

v1.1.5

08 May 09:19
Compare
Choose a tag to compare
  • feat: Add operation_id_callback to v1.x (#69)

v2.3.2

03 Apr 02:24
Compare
Choose a tag to compare
  • #61 Fix headers with pydantic alias

v2.3.1

13 Feb 06:08
Compare
Choose a tag to compare
  • remove * in install_requires for setuptools 67+

v2.3.0

12 Feb 03:22
Compare
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
Compare
Choose a tag to compare
  • Fix async
  • Fix duplicate tags

v2.2.1

23 Nov 12:32
Compare
Choose a tag to compare
  • Add dependent files