Skip to content

Telemetry Tracker v1.4.2

Choose a tag to compare

@unjica unjica released this 03 Jul 16:56
387add8

Highlights

  • Marketing email list — footer and contact subscribe forms, registration opt-in, /unsubscribe, and send-release-email script for Resend broadcasts
  • Resend ops — production runbook, /health email status, smoke script assertion
  • Marketing polish — Supported SDKs brand SVG icons; footer Resources links to doc hubs
  • Social share — static /og-banner.png (1024×409) for Open Graph, Twitter cards, and GitHub preview (replaces dynamic Open Graph route)

Upgrade (self-hosted)

From v1.4.1, run migrations after deploy:

pnpm --filter api exec prisma migrate deploy

New migrations in this release:

  • 20260703140000_marketing_subscriber

Environment variables

No new required env vars. Marketing email and release broadcasts use existing Resend settings (RESEND_API_KEY, TELEMETRY_EMAIL_FROM). See docs/MARKETING-EMAIL.md.

SDK compatibility

Platform v1.4.2 works with @telemetry-tracker/* >= 1.3.0 (no npm SDK publish for this release).

Breaking changes

  • None.

Full changelog

See CHANGELOG.md.