Skip to content

Releases: KLR-Pattern/fastapi-voyager

v0.27.0

12 May 13:10

Choose a tag to compare

fix: include web/dist/ in wheel via hatch artifacts config (v0.27.0)

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

v0.26.0

12 May 12:24

Choose a tag to compare

feat: replace Material Icons with ionicons5, remove Quasar remnants and PWA (v0.26.0)

  • Replace Material Icons with @vicons/ionicons5 across all Vue components
  • Remove Google Fonts (Roboto + Material Icons) external dependency
  • Rename CSS variable --q-primary to --primary-color
  • Defer Google Analytics script to avoid blocking page render
  • Remove PWA manifest and Service Worker registration
  • Bump version to 0.26.0

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

v0.24.1

08 May 08:34

Choose a tag to compare

fix: use safe_issubclass to prevent TypeError on Python 3.13 (v0.24.1)

Python 3.13 raises TypeError when issubclass() receives a
types.GenericAlias (e.g. dict[X, set[Y]]) as first argument,
while Python 3.12 silently returns False. This caused a 500 error
on /voyager/dot when a route's response_model resolves to a
parameterized generic type (e.g. PEP 695 type alias).

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

v0.20.1

08 May 08:30

Choose a tag to compare

fix: use safe_issubclass to prevent TypeError on Python 3.13

Python 3.13 raises TypeError when issubclass() receives a
types.GenericAlias (e.g. dict[X, set[Y]]) as first argument,
while Python 3.12 silently returns False. This caused a 500 error
on /voyager/dot when a route's response_model resolves to a
parameterized generic type.

Bump version to 0.20.1.

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

v0.24.0

17 Apr 11:51

Choose a tag to compare

feat: update changelog for version 0.24.0 with recent enhancements and dependency upgrades

v0.23.0

17 Apr 04:21

Choose a tag to compare

feat: update changelog for version 0.23.0 and enhance ER diagram features

v0.22

16 Apr 14:01

Choose a tag to compare

  • 0.22.0
    • optimize er diagram ineraction and highlight

unrelease

  • x.x.x
    • 2.show relationship list when double click entity in er diagram
    • 3.highlight entity in use case
    • 4.change cli -m param, use path.to.module:app instead.

v0.21.1

12 Apr 02:18

Choose a tag to compare

feat: update pydantic-resolve dependency to allow versions >=5.0.0 and bump version to 0.21.1

v0.21.0

10 Apr 01:07

Choose a tag to compare

feat: update changelog and version to 0.21.0, add dataloader info in sidebar

v0.20.0

08 Apr 22:41

Choose a tag to compare

Refactor code structure for improved readability and maintainability