chore: release v0.7.101

This commit is contained in:
Vance Ingalls
2026-08-07 19:50:48 -07:00
parent 867eeabc0f
commit eba96feda7
18 changed files with 73 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "hyperframes", "name": "hyperframes",
"description": "HyperFrames by HeyGen. Write HTML, render video. Compositions, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.", "description": "HyperFrames by HeyGen. Write HTML, render video. Compositions, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.",
"version": "0.7.100", "version": "0.7.101",
"author": { "author": {
"name": "HeyGen", "name": "HeyGen",
"email": "hyperframes@heygen.com", "email": "hyperframes@heygen.com",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "hyperframes", "name": "hyperframes",
"description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.", "description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.",
"version": "0.7.100", "version": "0.7.101",
"author": { "author": {
"name": "HeyGen", "name": "HeyGen",
"email": "hyperframes@heygen.com", "email": "hyperframes@heygen.com",
+1 -1
View File
@@ -3,7 +3,7 @@
"name": "hyperframes", "name": "hyperframes",
"displayName": "HyperFrames by HeyGen", "displayName": "HyperFrames by HeyGen",
"description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.", "description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.",
"version": "0.7.100", "version": "0.7.101",
"author": { "author": {
"name": "HeyGen", "name": "HeyGen",
"email": "hyperframes@heygen.com" "email": "hyperframes@heygen.com"
+29
View File
@@ -8,6 +8,35 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio
{/* New release entries are prepended by `bun run changelog:draft <version> --write`. */} {/* New release entries are prepended by `bun run changelog:draft <version> --write`. */}
<Update
label="HyperFrames v0.7.101"
description="Released - 2026-08-08"
tags={["Release", "Studio", "CLI", "Cli,core"]}
>
Faster drawElement capture starts rolling out to a small slice of installs. Five in
a hundred now use the parallel capture path for long renders. If a render ever has
to fall back, that install turns it off and keeps it off.
Set HF_DE_PARALLEL_ROUTER=false to opt out, or =true to opt in early. Studio also
stops three editor crashes.
## Features
- **Cli,core:** Ramp the default-on router through the canary ([4a2514232](https://github.com/heygen-com/hyperframes/commit/4a2514232b9f20ea4baa94510e79a42bae85e92f)).
- **Producer:** Enable the parallel-DE router by default, behind a per-install circuit breaker ([c6df112ac](https://github.com/heygen-com/hyperframes/commit/c6df112ac1843e228a9d40bbcb6bad1752f53de5)).
## Fixes
- **Studio:** Stop three crash-boundary trips in the editor ([d8a91fc34](https://github.com/heygen-com/hyperframes/commit/d8a91fc347df4def4a957609d1847ca3306eb867), [#3102](https://github.com/heygen-com/hyperframes/pull/3102)).
- **CLI:** Keep a set-but-empty router env var breaker-managed (review) ([af535080a](https://github.com/heygen-com/hyperframes/commit/af535080a250bb150c0a6448517a075cd8076818)).
## Docs & Examples
- **CLI:** Stop calling the router trial an opt-in in risk prose ([1033d0327](https://github.com/heygen-com/hyperframes/commit/1033d03271fb381be51fbc1103063cd8147a626b)).
[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.7.100...v0.7.101).
</Update>
<Update <Update
label="HyperFrames v0.7.100" label="HyperFrames v0.7.100"
description="Released - 2026-08-07" description="Released - 2026-08-07"
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/aws-lambda", "name": "@hyperframes/aws-lambda",
"version": "0.7.100", "version": "0.7.101",
"description": "AWS Lambda adapter for HyperFrames distributed rendering — handler, client-side SDK, and CDK construct.", "description": "AWS Lambda adapter for HyperFrames distributed rendering — handler, client-side SDK, and CDK construct.",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/cli", "name": "@hyperframes/cli",
"version": "0.7.100", "version": "0.7.101",
"description": "HyperFrames CLI — create, preview, and render HTML video compositions", "description": "HyperFrames CLI — create, preview, and render HTML video compositions",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/core", "name": "@hyperframes/core",
"version": "0.7.100", "version": "0.7.101",
"description": "", "description": "",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/engine", "name": "@hyperframes/engine",
"version": "0.7.100", "version": "0.7.101",
"description": "Seekable web page to video rendering engine (Puppeteer + FFmpeg)", "description": "Seekable web page to video rendering engine (Puppeteer + FFmpeg)",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/gcp-cloud-run", "name": "@hyperframes/gcp-cloud-run",
"version": "0.7.100", "version": "0.7.101",
"description": "Google Cloud Run + Workflows adapter for HyperFrames distributed rendering — request handler, client-side SDK, and Terraform module.", "description": "Google Cloud Run + Workflows adapter for HyperFrames distributed rendering — request handler, client-side SDK, and Terraform module.",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/lint", "name": "@hyperframes/lint",
"version": "0.7.100", "version": "0.7.101",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/heygen-com/hyperframes", "url": "https://github.com/heygen-com/hyperframes",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/parsers", "name": "@hyperframes/parsers",
"version": "0.7.100", "version": "0.7.101",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/heygen-com/hyperframes", "url": "https://github.com/heygen-com/hyperframes",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/player", "name": "@hyperframes/player",
"version": "0.7.100", "version": "0.7.101",
"description": "Embeddable web component for HyperFrames compositions", "description": "Embeddable web component for HyperFrames compositions",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/producer", "name": "@hyperframes/producer",
"version": "0.7.100", "version": "0.7.101",
"description": "HTML-to-video rendering engine using Chrome's BeginFrame API", "description": "HTML-to-video rendering engine using Chrome's BeginFrame API",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/sdk", "name": "@hyperframes/sdk",
"version": "0.7.100", "version": "0.7.101",
"description": "Headless, framework-neutral HyperFrames composition editing engine", "description": "Headless, framework-neutral HyperFrames composition editing engine",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/shader-transitions", "name": "@hyperframes/shader-transitions",
"version": "0.7.100", "version": "0.7.101",
"description": "WebGL shader transitions for HyperFrames compositions", "description": "WebGL shader transitions for HyperFrames compositions",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/studio-server", "name": "@hyperframes/studio-server",
"version": "0.7.100", "version": "0.7.101",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/heygen-com/hyperframes", "url": "https://github.com/heygen-com/hyperframes",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/studio", "name": "@hyperframes/studio",
"version": "0.7.100", "version": "0.7.101",
"description": "", "description": "",
"repository": { "repository": {
"type": "git", "type": "git",
+28
View File
@@ -0,0 +1,28 @@
# HyperFrames v0.7.101
Released on 2026-08-08.
Faster drawElement capture starts rolling out to a small slice of installs. Five in
a hundred now use the parallel capture path for long renders. If a render ever has
to fall back, that install turns it off and keeps it off.
Set HF_DE_PARALLEL_ROUTER=false to opt out, or =true to opt in early. Studio also
stops three editor crashes.
## Features
- **Cli,core:** Ramp the default-on router through the canary ([4a2514232](https://github.com/heygen-com/hyperframes/commit/4a2514232b9f20ea4baa94510e79a42bae85e92f)).
- **Producer:** Enable the parallel-DE router by default, behind a per-install circuit breaker ([c6df112ac](https://github.com/heygen-com/hyperframes/commit/c6df112ac1843e228a9d40bbcb6bad1752f53de5)).
## Fixes
- **Studio:** Stop three crash-boundary trips in the editor ([d8a91fc34](https://github.com/heygen-com/hyperframes/commit/d8a91fc347df4def4a957609d1847ca3306eb867), [#3102](https://github.com/heygen-com/hyperframes/pull/3102)).
- **CLI:** Keep a set-but-empty router env var breaker-managed (review) ([af535080a](https://github.com/heygen-com/hyperframes/commit/af535080a250bb150c0a6448517a075cd8076818)).
## Docs & Examples
- **CLI:** Stop calling the router trial an opt-in in risk prose ([1033d0327](https://github.com/heygen-com/hyperframes/commit/1033d03271fb381be51fbc1103063cd8147a626b)).
## Full changelog
https://github.com/heygen-com/hyperframes/compare/v0.7.100...v0.7.101