Skip to content

Latest commit

 

History

History
132 lines (57 loc) · 5.06 KB

CHANGELOG.md

File metadata and controls

132 lines (57 loc) · 5.06 KB

4.0.1 (2024-03-05)

Bug Fixes

  • Fixed oauth2 redirect bug for versioned routes (17f0172)

4.0.0 (2024-03-05)

Breaking Changes

  • Dropped support for python 3.7 (00607b8)

3.0.4 (2023-11-03)

Bug Fixes

  • Added Websocket support back (211a66e)

3.0.3 (2023-11-02)

Bug Fixes

  • Fixed issue with OpenAPI tags for versioned docs (dbc434c)

3.0.2 (2023-10-25)

Bug Fixes

  • Fixed OAuth issue for versioned Swagger pages (94b7a37)

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)