Skip to content

Latest commit

 

History

History
97 lines (42 loc) · 3.72 KB

CHANGELOG.md

File metadata and controls

97 lines (42 loc) · 3.72 KB

3.0.1 (2023-10-17)

Bug Fixes

  • Fixed issue with root_path/servers in versioned doc pages (a82a343)

3.0.0 (2023-10-14)

Breaking Changes

  • Versionizer now versions a FastAPI app in place (8217e80)

2.1.5 (2023-10-14)

Bug Fixes

  • Fixed issue with middleware stack support (e96cf0d)

2.1.4 (2023-10-13)

Bug Fixes

  • Fixed issue with OpenAPI metadata not showing up for versioned doc pages (87093b9)

2.1.3 (2023-10-13)

Bug Fixes

  • Fixed issue with lifespan support (ee40d11)

2.1.2 (2023-10-04)

Bug Fixes

  • Fixed issue where custom latest_prefix wasn't getting passed to callback correctly (020d32b)

2.1.1 (2023-10-03)

Bug Fixes

  • Now using app's openapi_url field for OpenAPI URL (e97d5f9)

2.1.0 (2023-10-03)

Features

  • Added include_versions_route parameter (42dcaf7)

2.0.0 (2023-10-02)

Breaking Changes

  • Redesigned FastAPI versionizer (4cd0fd1)

1.2.0 (2023-09-28)

Features

  • Added enable_versions_route param (e3afcce)

1.1.1 (2023-09-28)

Bug Fixes

  • Now using natural sorting for routes for sorted_routes=True (d55af27)

1.1.0 (2023-09-27)

Features

1.0.1 (2023-09-20)

Bug Fixes

  • Dummy commit to bump version (020f393)

1.0.0 (2023-09-20)

Bug Fixes

  • Fixed package build error (2f08334)