flask-openapi3
flask-openapi3 copied to clipboard
Release v4.0
About the changes in the v4.0 version:
- [x] #151
- [x] Create plugins repository to manage more ui templates:
- [x] #160
- [ ] #167
Some break changes:
- #161
- Remove builtin ui templates, swagger redoc, rapidoc
- The
oauth_config
is deprecated in v4.x, useapp.config['OAUTH_CONFIG']
instead. - The
doc_expansion
is deprecated in v4.x, useapp.config['SWAGGER_CONFIG']
instead. - The
swagger_config
is deprecated in v4.x, useapp.config['SWAGGER_CONFIG']
instead. -
api_doc_url
renamed todoc_url
inOpenAPI
- Remove
swagger_url
inOpenAPI
- Remove
redoc_url
inOpenAPI
- Remove
rapidoc_url
inOpenAPI
- Remove
ui_templates
inOpenAPI
v4.0.0rc2 has been released.
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 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.
v4.0.0rc3 has been released.