Skip to content

Release v0.9.1

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jul 03:26
e7c4f36

v0.9.1 — Patch Fix

Fixed

  • API versioning routes return 404ApiVersion::from_path() used strip_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


Install:

curl -fsSL https://uteke.codecora.dev/install.sh | bash

Docker:

docker pull ghcr.io/codecoradev/uteke:v0.9.1