v0.7.10

heygen-com/hyperframesv0.7.10Jun 26, 2026by github-actions[bot]

AI Summary

This producer reliability release prevents impossible distributed plans from causing runaway render work and fixes frame-path indexing for extracted-frame assets.

Key Highlights

  • Block impossible distributed plans before fan-out
  • Fix distributed frame-path indexing
  • Prevent unbounded runtime timelines

Full Release Notes

# HyperFrames v0.7.10

Released on 2026-06-26.

This producer reliability release blocks impossible distributed plans before they
fan out to chunk workers, preventing unbounded runtime timelines from turning
into runaway render work. It also fixes distributed frame-path indexing so
reconstructed extracted-frame assets resolve from the correct zero-based keys.

## Fixes

- **Producer:** Reject impossible distributed durations ([dca5fa90](https://github.com/heygen-com/hyperframes/commit/dca5fa90cb230adddbb2c9a02da80fa6a209c88b), [#1732](https://github.com/heygen-com/hyperframes/pull/1732))
- **Producer:** RebuildExtractedFramesFromPlanDir off-by-one in framePaths key indexing ([7db84fc0](https://github.com/heygen-com/hyperframes/commit/7db84fc0ad9e642c4890dd0d99e32b1126c065d8), [#1730](https://github.com/heygen-com/hyperframes/pull/1730))

## Full changelog

https://github.com/heygen-com/hyperframes/compare/v0.7.9...v0.7.10