v0.8.29
ggml-org/llama.cppv0.8.29Sep 5, 2026by github-actions[bot]
AI Summary
Critical stability fix preventing Studio from freezing when external tools write project files in rapid bursts.
Key Highlights
- Prevents preview hang on burst external file rewrites
- Fixes SSE listener leak
- Fixes drain-starvation race condition
Full Release Notes
# HyperFrames v0.8.29 Released on 2026-09-05. Studio no longer freezes when external tools write project files in rapid bursts. An SSE listener leak and a drain-starvation race are both fixed. ## Fixes - **Studio:** Prevent preview hang on burst external file rewrites ([00c575d23](https://github.com/heygen-com/hyperframes/commit/00c575d23b15d1da39eb37355a4760562270b4d0), [#3648](https://github.com/heygen-com/hyperframes/pull/3648)). ## Full changelog https://github.com/heygen-com/hyperframes/compare/v0.8.28...v0.8.29