Skip to content

chore: release v0.8.44 - #4016

Merged
miguel-heygen merged 1 commit into
mainfrom
release/v0.8.44
Sep 16, 2026
Merged

miguel-heygen merged 1 commit into
mainfrom
release/v0.8.44

Conversation

@miga-heygen

Copy link
Copy Markdown
Contributor

Publishes the changes merged to main since v0.8.43 (2026-09-16):

  • fix(lint): root_dimensions_mismatch sub-composition false positive + regex SSOT consolidation #4012 hyperframes lint no longer reports root_dimensions_mismatch for sub-compositions. A sub-composition's own <meta viewport> and html, body CSS never reach the live rendering document, because the runtime mounts only its matched subtree, so the warning flagged drift that could not clip anything. This is the follow-up v0.8.43's release notes promised. A top-level mismatch is still reported, and a viewport-meta-only mismatch now gets wording that says it is drift rather than a clipping risk.
  • feat(engine): lock GOP on every encoder path #3973 The streaming encoder accepts lockGopForChunkConcat and gopSize, which force a keyframe at a fixed interval so encoded output can be cut and joined without re-encoding. The disk encoder already had it; both paths now emit identical arguments. The flag defaults to off, so an existing render produces an unchanged FFmpeg argument list.

This PR changes only package and plugin versions, the changelog, and release notes. No source files change. Version bump produced by bun run set-version 0.8.44 --no-tag; the file set matches the v0.8.43 release PR (#4007) exactly (18 files), no 0.8.43 remains in any package.json or plugin.json, and the lockfile is untouched (it was not part of #4007 either).

Compare: v0.8.43...release/v0.8.44

Merging this PR publishes: the workflow creates the v0.8.44 tag, publishes npm, and cuts the GitHub release.

Miga

- Lint no longer reports root_dimensions_mismatch for sub-compositions, the
  false positive v0.8.43 shipped with; a top-level mismatch is still reported
  and a viewport-meta-only mismatch gets its own wording (#4012)
- The streaming encoder accepts lockGopForChunkConcat and gopSize, emitting the
  same arguments as the disk encoder. Off by default, so an existing render
  produces an unchanged FFmpeg arg list (#3973)

Co-authored-by: Miguel Ángel <miguel.sierra@heygen.com>
@mintlify

mintlify Bot commented Sep 16, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
hyperframes 🟢 Ready View Preview Sep 16, 2026, 11:16 PM

💡 Tip: Enable Automations to automatically generate PRs for you.

@miguel-heygen
miguel-heygen merged commit 3c9462f into main Sep 16, 2026
40 checks passed
@miguel-heygen
miguel-heygen deleted the release/v0.8.44 branch September 16, 2026 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants