v0.7.35
heygen-com/hyperframesv0.7.35Jul 5, 2026by github-actions[bot]
AI Summary
Fixed three reliability issues: Lambda render bundles now provide CommonJS path globals (`__dirname`, `__filename`) for inlined dependencies, Windows FFmpeg lookup prefers real executables, and offline SFX resolution skips missing bundled files.
Key Highlights
- Lambda handler bundles define CommonJS path globals
- Windows FFmpeg lookup prefers real executables over shims
- Offline SFX resolution skips missing bundled files
Full Release Notes
# HyperFrames v0.7.35 Released on 2026-07-05. This release fixes three feedback-driven reliability issues: Lambda render bundles now provide CommonJS path globals for inlined dependencies, Windows FFmpeg lookup prefers real executables over command shims, and offline SFX resolution no longer records missing bundled files as usable audio. ## Fixes - **Lambda:** Define `__dirname` and `__filename` in handler bundles ([f999b40d](https://github.com/heygen-com/hyperframes/commit/f999b40d73aa8e0cbe082c199a566f544fbf6f96)) - **Engine:** Prefer real FFmpeg executables over Windows command shims ([b7dcb9e2](https://github.com/heygen-com/hyperframes/commit/b7dcb9e2a3bd220c889be0ac8ff31b0ea5c62a36)) - **Hyperframes Media:** Skip and report offline SFX entries whose bundled file is missing ([b34e623b](https://github.com/heygen-com/hyperframes/commit/b34e623bf8c5fb2ae9608edf1908c466584d627e)) ## Full changelog https://github.com/heygen-com/hyperframes/compare/v0.7.34...v0.7.35