chore: release v0.7.94 (#3045)

This commit is contained in:
Miguel Ángel
2026-08-04 20:42:17 -07:00
committed by GitHub
parent b9233525b2
commit 29f004cfc0
18 changed files with 49 additions and 16 deletions
+16
View File
@@ -0,0 +1,16 @@
# HyperFrames v0.7.94
Released on 2026-08-05.
The CLI now supports explicit RFC 8628 device authorization for attended SSH
and remote-terminal sessions, so users can sign in without copying API keys or
exposing a loopback callback. The flow is fail-closed, validates minted tokens
before atomic persistence, and leaves the existing browser login unchanged.
## Features
- **CLI:** Add device authorization login ([b9233525b](https://github.com/heygen-com/hyperframes/commit/b9233525b2e02ec9329445ab2602ebd557033daf), [#2836](https://github.com/heygen-com/hyperframes/pull/2836))
## Full changelog
https://github.com/heygen-com/hyperframes/compare/v0.7.93...v0.7.94