From d9dc88ff603d423546d08114e39d724fa509eda2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel?= Date: Tue, 16 Jun 2026 02:57:54 -0400 Subject: [PATCH] chore: release v0.6.103 --- docs/changelog.mdx | 14 ++++++++++++++ packages/aws-lambda/package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/engine/package.json | 2 +- packages/gcp-cloud-run/package.json | 2 +- packages/player/package.json | 2 +- packages/producer/package.json | 2 +- packages/sdk-playground/package.json | 2 +- packages/sdk/package.json | 2 +- packages/shader-transitions/package.json | 2 +- packages/studio/package.json | 2 +- releases/v0.6.103.md | 13 +++++++++++++ 13 files changed, 38 insertions(+), 11 deletions(-) create mode 100644 releases/v0.6.103.md diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 4df778d75..f84e8f865 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -8,6 +8,20 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio {/* New release entries are prepended by `bun run changelog:draft --write`. */} + +Fixes telemetry attribution for studio-triggered renders: render completion and error events are now logged under the browser user who started the render instead of the preview-server process, so render outcomes correlate with the session that triggered them. + +## Fixes + +- **Telemetry:** Attribute studio renders to the browser user (joinable funnel) ([121cdd2d9](https://github.com/heygen-com/hyperframes/commit/121cdd2d9fbc11c25cd8ea000a3946fc3494d8b7), [#1492](https://github.com/heygen-com/hyperframes/pull/1492)) + +[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.6.102...v0.6.103). + +