Releases: luolingchun/flask-openapi3
Releases · luolingchun/flask-openapi3
v4.0.3
What's Changed
- Add PrefixItems to Schema Model for use with Tuple types by @JesseDeLoore in #197
New Contributors
- @JesseDeLoore made their first contribution in #197
Full Changelog: v4.0.2...v4.0.3
v4.0.2
What's Changed
- Reuse schema["title"] if it's defined by @ddorian in #186
- Simple webhook schema by @ddorian in #191
- Fix missing
Field.default
when it's value isNone
in openapi spec by @ddorian in #189 - ServerVariable.enum should be optional by @luolingchun in #194
New Contributors
Full Changelog: v4.0.1...v4.0.2
v4.0.1
v4.0.0
What's Changed
- Support plugins for ui templates by @luolingchun in #151
- Add py.typed marker file for PEP-561 support by @luolingchun in #160
- Use ruff instead of flake8 by @luolingchun in #164
- Remove experimental export markdown by @luolingchun in #161
- Fix
populate_by_name
when executemodel_validate
by @luolingchun in #167 - Update docs by @luolingchun in #155
- Fix get_pydantic_core_schema by @luolingchun in #179
- Fix list with default value by @luolingchun in #180
Full Changelog: v3.1.3...v4.0.0
v4.0.0rc3
What's Changed
- Add py.typed marker file for PEP-561 support by @luolingchun in #160
- Use ruff instead of flake8 by @luolingchun in #164
- Remove experimental export markdown by @luolingchun in #161
- Fix
populate_by_name
when executemodel_validate
by @luolingchun in #167 - Optimize performance and unit testing by @luolingchun in #155
Full Changelog: v4.0.0rc2...v4.0.0.rc3
v4.0.0rc2
v3.1.3
v3.1.2
What's Changed
- Support SWAGGER_CONFIG and OAUTH_CONFIG in app.config by @luolingchun in #153
DeprecationWarning
- The
api_doc_url
is deprecated in v4.x, usedoc_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, 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. - The
ui_templates
is deprecated in v4.x.
Full Changelog: v3.1.1...v3.1.2
v3.1.1
v3.1.0
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; useswagger_config
instead.
Full Changelog: v3.0.2...v3.1.0