v0.8.0

heygen-com/hyperframesv0.8.0Aug 18, 2026by github-actions[bot]

AI Summary

This release establishes the supported version boundary for Plan v2 as the default distributed cloud transport, requiring infrastructure redeployment before SDK upgrades.

Key Highlights

  • Plan v2 is now the default supported cloud transport.
  • Infrastructure (AWS Lambda, SAM, CDK, GCP Cloud Run) must be redeployed before SDK upgrades.
  • Two AI UI items have been removed from the catalog.
  • Explicit planProtocol selection logic changes.

Breaking Changes

  • Redeploy AWS Lambda, SAM, or CDK infrastructure from version 0.8.0 before upgrading SDK callers.
  • Redeploy GCP Cloud Run services and workflows from version 0.8.0 before upgrading SDK callers.

New Features

  • Removal of AI UI items

Full Release Notes

# HyperFrames v0.8.0

Released on 2026-08-17.

HyperFrames 0.8 establishes the supported version boundary for Plan v2 as the default distributed cloud transport.

Version 0.7.111 already contained this behavior. Version 0.8.0 adds no further cloud runtime changes beyond that release.

## Migration

- Redeploy AWS Lambda, SAM, or CDK infrastructure from version 0.8.0 before upgrading SDK callers to 0.8.0.
- Redeploy GCP Cloud Run services and workflows from version 0.8.0 before upgrading SDK callers to 0.8.0.
- Omitting `planProtocol` selects Plan v2. Explicit `"v1"` remains available for compatibility while older work drains.
- Keep the producer, SDK, and cloud adapter packages on the same version during the upgrade.

## Catalog

- **Catalog:** Remove two AI UI items ([ed18f1ea9](https://github.com/heygen-com/hyperframes/commit/ed18f1ea9aae00c26fdb712b231ac123e9170086), [#3317](https://github.com/heygen-com/hyperframes/pull/3317)).

## Full changelog

https://github.com/heygen-com/hyperframes/compare/v0.7.111...v0.8.0