v0.9.1 — Patch Fix
Fixed
- API versioning routes return 404 —
ApiVersion::from_path()usedstrip_prefix("/api/v1/")which removed the trailing slash, producing"recall"instead of"/recall". All/api/v1/*and/api/v2/*routes returned 404. Fix:strip_prefix("/api/v1")without trailing slash preserves the leading/in remainder. (#754)
Contributors
- @gnoviawan — uteke onboard wizard implementation (#743)
- @webhop123 — Windows OS error 33 fix (#747)
Install:
curl -fsSL https://uteke.codecora.dev/install.sh | bashDocker:
docker pull ghcr.io/codecoradev/uteke:v0.9.1