Releases: alexschimpf/fastapi-versionizer
Releases · alexschimpf/fastapi-versionizer
v4.0.1
4.0.1 (2024-03-05)
Bug Fixes
- Fixed oauth2 redirect bug for versioned routes (17f0172)
v4.0.0
4.0.0 (2024-03-05)
Breaking Changes
- Dropped support for python 3.7 (00607b8)
v3.0.4
3.0.4 (2023-11-03)
Bug Fixes
- Added Websocket support back (211a66e)
v3.0.3
3.0.3 (2023-11-02)
Bug Fixes
- Fixed issue with OpenAPI tags for versioned docs (dbc434c)
v3.0.2
3.0.2 (2023-10-25)
Bug Fixes
- Fixed OAuth issue for versioned Swagger pages (94b7a37)
v3.0.1
3.0.1 (2023-10-17)
Bug Fixes
- Fixed issue with root_path/servers in versioned doc pages (a82a343)
v3.0.0
3.0.0 (2023-10-14)
Breaking Changes
- Versionizer now versions a FastAPI app in place (8217e80)
v2.1.5
2.1.5 (2023-10-14)
Bug Fixes
- Fixed issue with middleware stack support (e96cf0d)
v2.1.4
2.1.4 (2023-10-13)
Bug Fixes
- Fixed issue with OpenAPI metadata not showing up for versioned doc pages (87093b9)
v2.1.3
2.1.3 (2023-10-13)
Bug Fixes
- Fixed issue with lifespan support (ee40d11)