v0.7.81

heygen-com/hyperframesv0.7.81Jul 29, 2026by github-actions[bot]

AI Summary

Improves distributed planning resilience by retrying transient Google Fonts fetch failures without misclassifying them as errors.

Key Highlights

  • Retries transient Google Fonts CSS and font-file failures.
  • Respects cancellation and `Retry-After` within a shared budget.
  • Surfaces exhaustion as `FONT_FETCH_UNAVAILABLE` for orchestration recovery.

Full Release Notes

# HyperFrames v0.7.81

Released on 2026-07-29.

HyperFrames now retries transient Google Fonts CSS and font-file failures during distributed
planning without misclassifying them as deterministic project errors. Retries remain tightly
bounded, respect cancellation and `Retry-After` within a shared budget, and surface exhaustion
as `FONT_FETCH_UNAVAILABLE` for orchestration-level recovery.

## Fixes

- **Producer:** Retry transient deterministic font fetches ([20f4f8f49](https://github.com/heygen-com/hyperframes/commit/20f4f8f49c19181adfb4194f1965ee00845219f9), [#2865](https://github.com/heygen-com/hyperframes/pull/2865))

## Full changelog

https://github.com/heygen-com/hyperframes/compare/v0.7.80...v0.7.81