Skip to content

v0.7.111

Choose a tag to compare

@github-actions github-actions released this 17 Aug 21:39
· 11 commits to main since this release
4403b8b

HyperFrames v0.7.111

Important

This patch release includes the Plan v2-by-default behavior. Use v0.8.0 as the supported migration boundary. Redeploy AWS Lambda or GCP Cloud Run infrastructure from the same package version before upgrading SDK callers; until then, keep the prior SDK or pass planProtocol: "v1" explicitly.

Released on 2026-08-17.

Distributed cloud renders now use the content-addressed Plan v2 transport by default, with explicit Plan v1 compatibility during upgrades.

Catalog search now ranks names and rarer words more accurately, while new text-measurement hooks give custom tools better layout data.

Features

  • Cloud: Default distributed plans to v2 (17a2a00ed, #3311).
  • Core: Expose pretext text measurement on window.__hyperframes (0285a711e, #3302).

Catalog

  • Catalog: Rank on where a word appears and how rare it is (6b17c24f9, #3312).

Internal

  • Studio: Split the two files over the 600-line cap (35eb6d290, #3313).

Full changelog

v0.7.110...v0.7.111