Skip to content

Releases: alexschimpf/fastapi-versionizer

v2.1.2

04 Oct 20:09
Compare
Choose a tag to compare

2.1.2 (2023-10-04)

Bug Fixes

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

v2.1.1

03 Oct 22:23
Compare
Choose a tag to compare

2.1.1 (2023-10-03)

Bug Fixes

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

v2.1.0

03 Oct 05:20
Compare
Choose a tag to compare

2.1.0 (2023-10-03)

Features

  • Added include_versions_route parameter (42dcaf7)

v2.0.0

02 Oct 23:01
Compare
Choose a tag to compare

2.0.0 (2023-10-02)

Breaking Changes

  • Redesigned FastAPI versionizer (4cd0fd1)

v1.2.0

28 Sep 23:59
Compare
Choose a tag to compare

1.2.0 (2023-09-28)

Features

  • Added enable_versions_route param (e3afcce)

v1.1.1

28 Sep 23:56
Compare
Choose a tag to compare

1.1.1 (2023-09-28)

Bug Fixes

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

v1.1.0

27 Sep 07:31
Compare
Choose a tag to compare

1.1.0 (2023-09-27)

Features

v1.0.1

20 Sep 00:24
Compare
Choose a tag to compare

1.0.1 (2023-09-20)

Bug Fixes

  • Dummy commit to bump version (020f393)

v1.0.0

20 Sep 00:17
Compare
Choose a tag to compare

1.0.0 (2023-09-20)

Bug Fixes

  • Fixed package build error (2f08334)