v0.6.95

heygen-com/hyperframesv0.6.95Jun 12, 2026by github-actions[bot]

AI Summary

Bug fixes for the producer and engine, focusing on configuration passing, back-pressure handling, and memory limit detection.

Key Highlights

  • Fixed back-pressure in StreamingEncoder.writeFrame
  • Respected cgroup memory limits in low-memory detection
  • Passed resolved engine config through every encode path

Full Release Notes

<!-- Release notes generated using configuration in .github/release.yml at v0.6.95 -->

## What's Changed
### Other Changes
* fix(producer): pass resolved engine config through every encode path by @miguel-heygen in https://github.com/heygen-com/hyperframes/pull/1371
* fix(engine): real back-pressure in StreamingEncoder.writeFrame by @miguel-heygen in https://github.com/heygen-com/hyperframes/pull/1372
* fix(engine): respect cgroup memory limits in low-memory detection by @miguel-heygen in https://github.com/heygen-com/hyperframes/pull/1373


**Full Changelog**: https://github.com/heygen-com/hyperframes/compare/v0.6.94...v0.6.95