3.0.1 (2023-10-17)
- Fixed issue with root_path/servers in versioned doc pages (a82a343)
3.0.0 (2023-10-14)
- Versionizer now versions a FastAPI app in place (8217e80)
2.1.5 (2023-10-14)
- Fixed issue with middleware stack support (e96cf0d)
2.1.4 (2023-10-13)
- Fixed issue with OpenAPI metadata not showing up for versioned doc pages (87093b9)
2.1.3 (2023-10-13)
- Fixed issue with lifespan support (ee40d11)
2.1.2 (2023-10-04)
- Fixed issue where custom latest_prefix wasn't getting passed to callback correctly (020d32b)
2.1.1 (2023-10-03)
- Now using app's openapi_url field for OpenAPI URL (e97d5f9)
2.1.0 (2023-10-03)
- Added include_versions_route parameter (42dcaf7)
2.0.0 (2023-10-02)
- Redesigned FastAPI versionizer (4cd0fd1)
1.2.0 (2023-09-28)
- Added enable_versions_route param (e3afcce)
1.1.1 (2023-09-28)
- Now using natural sorting for routes for sorted_routes=True (d55af27)
1.1.0 (2023-09-27)
- Added callback feature (43a8e77)
1.0.1 (2023-09-20)
- Dummy commit to bump version (020f393)
- Fixed package build error (2f08334)