Skip to content

Telemetry Tracker v1.6.1

Choose a tag to compare

@unjica unjica released this 09 Jul 14:42
· 667 commits to develop since this release
931ffa9

Highlights

  • Source map upload GitHub Action — composite action at .github/actions/upload-source-maps for CI uploads of .map files (#253)
  • Source map CI upload authPOST /api/project/source-maps accepts project API keys (X-API-Key or Authorization: Bearer) for CI uploads; GitHub Action uses api_key input instead of session cookie (#304)

Upgrade (self-hosted)

From v1.6.0, run migrations after deploy:

pnpm --filter api exec prisma migrate deploy

New migrations in this release:

  • None — no database changes in this release.

Breaking changes

  • None.

Full changelog

See CHANGELOG.md.