chore: release v0.7.98

This commit is contained in:
Vance Ingalls
2026-08-06 23:37:23 -07:00
parent a26be13f32
commit 6114749d8e
18 changed files with 49 additions and 16 deletions
+16
View File
@@ -0,0 +1,16 @@
# HyperFrames v0.7.98
Released on 2026-08-07.
Failed renders now record whether the parallel drawElement router was active.
That state was on almost every successful render and almost no failed one, so a
crash or hang looked the same as a render that never used the router. Nothing
changes about how renders run.
## Fixes
- **Producer:** Record routing state on the failure path ([a3d13e267](https://github.com/heygen-com/hyperframes/commit/a3d13e2673405dee68643003574d5b260c4d5d18)).
## Full changelog
https://github.com/heygen-com/hyperframes/compare/v0.7.97...v0.7.98