flask-openapi3 icon indicating copy to clipboard operation
flask-openapi3 copied to clipboard

Release v4.0

Open luolingchun opened this issue 9 months ago • 3 comments

About the changes in the v4.0 version:

Some break changes:

  • #161
  • Remove builtin ui templates, swagger redoc, rapidoc
  • 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.
  • api_doc_url renamed to doc_url in OpenAPI
  • Remove swagger_url in OpenAPI
  • Remove redoc_url in OpenAPI
  • Remove rapidoc_url in OpenAPI
  • Remove ui_templates in OpenAPI

luolingchun avatar Apr 28 '24 09:04 luolingchun

v4.0.0rc2 has been released.

luolingchun avatar Jun 16 '24 04:06 luolingchun

One cool feature that could be added is the possibility to get the openapi spec file not just in JSON, but also in YAML.

devssauro avatar Jul 10 '24 12:07 devssauro

@devssauro You can use flask openapi -f yaml get spec file in YAML.

More information about the command flask openapi.

Of course, if you cannot meet your needs, you can leave your thoughts behind.

luolingchun avatar Jul 11 '24 02:07 luolingchun

v4.0.0rc3 has been released.

luolingchun avatar Aug 31 '24 09:08 luolingchun