v0.7.24

heygen-com/hyperframesv0.7.24Jul 1, 2026by github-actions[bot]

AI Summary

A performance and telemetry follow-up release optimizing the resolver-shadow filter by single-flighting data reads and tagging loose-match events for better dashboard visibility.

Key Highlights

  • Single-flight reorder source read for performance
  • Telemetry tagging for loose-match `sourceHfIdCount: 0` events
  • Code style improvements (brace style)

Full Release Notes

# HyperFrames v0.7.24

Released on 2026-07-01.

Follow-up to v0.7.23's resolver-shadow filter extension: single-flights the reorder source read (one fetch per batch instead of one per unresolved target) and tags loose-match `sourceHfIdCount: 0` events so they're distinguishable on the telemetry dashboard.

## Fixes

- **Studio:** Single-flight reorder source read, tag loose-match sourceHfIdCount, brace style ([69b927a30](https://github.com/heygen-com/hyperframes/commit/69b927a300c9c9f8f74cd9cc55dff98abc0e5974))

## Full changelog

https://github.com/heygen-com/hyperframes/compare/v0.7.23...v0.7.24