chore: release v0.8.0 (#3318)

This commit is contained in:
James Russo
2026-08-17 17:06:28 -07:00
committed by GitHub
parent ed18f1ea9a
commit 232686f7e0
18 changed files with 61 additions and 16 deletions
+22
View File
@@ -0,0 +1,22 @@
# 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