Skip to content

Commit ae3b91a

Browse files
committed
docs: include encoder retry in v0.8.22 notes
1 parent b0a6ee0 commit ae3b91a

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

‎docs/changelog.mdx‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio
1010

1111
<Update
1212
label="HyperFrames v0.8.22"
13-
description="Released - 2026-08-31"
14-
tags={["Release", "CLI"]}
13+
description="Released - 2026-09-01"
14+
tags={["Release", "Rendering", "CLI"]}
1515
>
16-
HyperFrames CLI commands now stay quiet on Windows instead of flashing console windows.
17-
Process cleanup also handles already-exited PIDs without noisy PowerShell failures.
16+
HyperFrames now reports host-interrupted FFmpeg work as retryable instead of a terminal render failure.
17+
Windows CLI commands also stay quiet, and process cleanup handles already-exited PIDs.
1818

1919
## Fixes
2020

21+
- **Rendering:** Report verified host-interrupted FFmpeg work as retryable across encode, audio, extraction, and distributed assembly ([0f7eebd7e](https://github.com/heygen-com/hyperframes/commit/0f7eebd7e41fb8270fedec12b58ad0860ee30a24), [#3578](https://github.com/heygen-com/hyperframes/pull/3578)).
2122
- **CLI:** Hide Windows child process consoles ([9097d539b](https://github.com/heygen-com/hyperframes/commit/9097d539b14260f4e23e0598ece57c9eb3ec6a2c), [#3529](https://github.com/heygen-com/hyperframes/pull/3529)).
2223
- **CLI:** Guard PowerShell process queries against exited PIDs ([73aa71c9e](https://github.com/heygen-com/hyperframes/commit/73aa71c9ec35ce117df3ec42a324db5bc1a76e43), [#3571](https://github.com/heygen-com/hyperframes/pull/3571)).
2324

‎releases/v0.8.22.md‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# HyperFrames v0.8.22
22

3-
Released on 2026-08-31.
3+
Released on 2026-09-01.
44

5-
HyperFrames CLI commands now stay quiet on Windows instead of flashing console windows.
6-
Process cleanup also handles already-exited PIDs without noisy PowerShell failures.
5+
HyperFrames now reports host-interrupted FFmpeg work as retryable instead of a terminal render failure.
6+
Windows CLI commands also stay quiet, and process cleanup handles already-exited PIDs.
77

88
## Fixes
99

10+
- **Rendering:** Report verified host-interrupted FFmpeg work as retryable across encode, audio, extraction, and distributed assembly ([0f7eebd7e](https://github.com/heygen-com/hyperframes/commit/0f7eebd7e41fb8270fedec12b58ad0860ee30a24), [#3578](https://github.com/heygen-com/hyperframes/pull/3578)).
1011
- **CLI:** Hide Windows child process consoles ([9097d539b](https://github.com/heygen-com/hyperframes/commit/9097d539b14260f4e23e0598ece57c9eb3ec6a2c), [#3529](https://github.com/heygen-com/hyperframes/pull/3529)).
1112
- **CLI:** Guard PowerShell process queries against exited PIDs ([73aa71c9e](https://github.com/heygen-com/hyperframes/commit/73aa71c9ec35ce117df3ec42a324db5bc1a76e43), [#3571](https://github.com/heygen-com/hyperframes/pull/3571)).
1213

0 commit comments

Comments
 (0)