v0.8.29

EvoMap/evolverv0.8.29Sep 5, 2026by github-actions[bot]

AI Summary

This patch release resolves critical stability issues where the Studio would freeze when external tools rapidly wrote project files. It fixes an SSE listener leak and a drain-starvation race condition to ensure smoother concurrent operations.

Key Highlights

  • Studio no longer freezes when external tools write project files in rapid bursts.
  • Fixes an SSE listener leak that could impact real-time updates.
  • Resolves a drain-starvation race condition affecting file handling.

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