Skip to content

Releases: alexschimpf/fastapi-versionizer

v4.0.3

03 Aug 03:26

Choose a tag to compare

4.0.3 (2025-08-03)

  • fix: Fix README.md pypi rendering by adding a new line (#73) (ed720ca), closes #73

v4.0.2

02 Aug 23:02

Choose a tag to compare

4.0.2 (2025-08-02)

  • fix: Fix release workflow (#70) (1f05f44), closes #70
  • fix: Update pnpm dependencies lock file (#71) (8d87636), closes #71
  • fix (compatibility): Python3.13 compatibility (#63) (3025a3a), closes #63
  • chore: Update pnpm version and dependencies' versions (#67) (8c15032), closes #67
  • chore: update release action to dispatch and deploy to "on release" (#68) (eeb1c5e), closes #68
  • docs: Document static file mount gotcha (f92f054)

v4.0.1

05 Mar 07:04

Choose a tag to compare

4.0.1 (2024-03-05)

Bug Fixes

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

v4.0.0

05 Mar 01:37

Choose a tag to compare

4.0.0 (2024-03-05)

Breaking Changes

  • Dropped support for python 3.7 (00607b8)

v3.0.4

03 Nov 03:04

Choose a tag to compare

3.0.4 (2023-11-03)

Bug Fixes

  • Added Websocket support back (211a66e)

v3.0.3

02 Nov 04:31

Choose a tag to compare

3.0.3 (2023-11-02)

Bug Fixes

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

v3.0.2

25 Oct 04:55

Choose a tag to compare

3.0.2 (2023-10-25)

Bug Fixes

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

v3.0.1

17 Oct 02:14

Choose a tag to compare

3.0.1 (2023-10-17)

Bug Fixes

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

v3.0.0

14 Oct 20:05

Choose a tag to compare

3.0.0 (2023-10-14)

Breaking Changes

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

v2.1.5

14 Oct 19:26

Choose a tag to compare

2.1.5 (2023-10-14)

Bug Fixes

  • Fixed issue with middleware stack support (e96cf0d)