You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ All notable project changes are recorded here. The README shows only the most re
6
6
7
7
- Reordered recovery so one marked unlisted broadcast is reconciled, created if needed, and bound before FFmpeg starts ingest.
8
8
- Added fail-closed detection for unmarked recoverable broadcasts bound to the reusable stream, preventing unintended legacy auto-start events.
9
-
- Reused the prepared lifecycle state after ingest becomes active to avoid a redundant reconciliation pass.
9
+
- Reused the prepared lifecycle state after ingest becomes active, while revalidating cached public events and reconciling a replacement when YouTube confirms the cached event is terminal, missing, or rebound.
10
10
- Added redacted API operation, HTTP status, and structured reason details to supervisor failures for actionable quota diagnostics.
11
11
- Added regression coverage for offline staging, insert and bind partial failures, stable generation reuse, public-stream fallback, and CLI gating.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -429,7 +429,7 @@ Only the most recent changelog entry is shown here. See `CHANGELOG.md` for full
429
429
430
430
### 2026-07-11 - Pre-Ingest Broadcast Staging
431
431
432
-
- Stages and binds one marked unlisted event before FFmpeg ingest, blocks unmarked bound conflicts, and logs structured API operation and rate-limit details without exposing credentials.
432
+
- Stages and binds one marked unlisted event before FFmpeg ingest, blocks unmarked bound conflicts, revalidates cached public events after ingest, and logs structured API operation and rate-limit details without exposing credentials.
0 commit comments