This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Releases: overflowdigital/Flask-OpenAPI
Releases · overflowdigital/Flask-OpenAPI
v2.3.0
v2.2.0
What's Changed
- More ci improvements by @joshuathompsonlindley in #80
- Fix typing for 3.8 by @joshuathompsonlindley in #82
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- Add typing and docstrings by @joshuathompsonlindley in #76
- fix sec issue by @joshuathompsonlindley in #77
- Fix flake8 hits and no longer ignore the check failure by @joshuathompsonlindley in #78
- Fix mypy by @joshuathompsonlindley in #79
Full Changelog: https://github.com/overflowdigital/Flask-OpenAPI/commits/v2.1.1
v2.1.0
Full Changelog: v2.0.1...v2.1.0
v2.0.1
This is a breaking change and may require a migration of your code.
Breaking Changes
- A new structure of the code, this will require a migration if you're using internal utilities.
- No longer supporting Python 3.6 or 3.7
New Features
- Support for Swagger UI v4 and v5
- Customisable UI parameters via the config, see docs for more.
v1.8.1
What's Changed
- Make ci faster by @joshuathompsonlindley in #71
- v2 Prep: Refactor the code into a less monolithic structure by @joshuathompsonlindley in #70
Full Changelog: v1.8.0...v1.8.1
v1.8.0
v1.7.0
What's Changed
- Improve the CI/CD and Build Pipelines by @joshuathompsonlindley in #44
- Equal to or greater than dependencies by @katerinatiddy in #67
- Try to fix the CI by @joshuathompsonlindley in #65
Full Changelog: v1.5.1...v1.7.0
v1.5.1
v1.5.0
What's Changed
- Fix ci by @joshuathompsonlindley in #34
- Support openapi3 refs by @katerinatiddy in #39
Full Changelog: v1.4.0...v1.5.0