Skip to content

Telemetry Tracker v1.6.3

Choose a tag to compare

@unjica unjica released this 09 Jul 17:07
· 652 commits to main since this release
508e680

Highlights

  • Health endpoint metricsGET /health always includes version (override with TELEMETRY_API_VERSION); database probe reports database_latency_ms when HEALTH_CHECK_DATABASE=true; optional HEALTH_DETAILED=true adds uptime_seconds and node_version for self-host monitoring (#234, #314)

Upgrade (self-hosted)

From v1.6.2, run migrations after deploy:

pnpm --filter api exec prisma migrate deploy

New migrations in this release:

  • None — no database changes in this release.

Production notes

Set TELEMETRY_API_VERSION=v1.6.3 on the API service so /health reports the deployed semver.

Breaking changes

  • None.

Full changelog

See CHANGELOG.md.