v0.7.70
HyperFrames v0.7.70
Released on 2026-07-24.
Multi-worker renders using experimental fast capture (--experimental-fast-capture) now self-verify their frames on the disk path and automatically fall back to screenshot capture when GPU or memory pressure corrupts output — previously that corruption (e.g. a worker's frames displaced into vertical strips) could ship silently.
Fixes
- Engine/Producer: Parallel and sequential disk-path drawElement capture now verify sampled frames against pre-injection ground truth and screenshot-retry on a breach — closing the gap where
--experimental-fast-capture --workers Nshipped compositor-damaged frames with no error (PRINFRA-352) (060b6f8ae, ec791e91d, 9fc1c2f15, c85cfae8f) - Producer: Close the orphaned probe session before a verify-triggered retry so the probe Chrome process isn't leaked under the GPU/memory pressure the retry is recovering from (b8e101547)