Skip to content

Telemetry Tracker v1.6.4

Choose a tag to compare

@unjica unjica released this 09 Jul 17:35
· 651 commits to develop since this release
d4a68e1

Highlights

  • API /health version — build injects the latest released semver from CHANGELOG; TELEMETRY_API_VERSION is optional override only (no per-release Railway env update)

Upgrade (self-hosted)

From v1.6.3, run migrations after deploy:

pnpm --filter api exec prisma migrate deploy

New migrations in this release:

  • None — no database changes in this release.

Environment variables

Variable Service Required Notes
TELEMETRY_API_VERSION API No Optional override for /health version; normally set automatically at build from CHANGELOG

Breaking changes

  • None.

Full changelog

See CHANGELOG.md.