Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion v2/resources/changelog/go-livepeer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords:
- orchestrator
purpose: changelog
audience: everyone
lastVerified: 2026-08-03T00:00:00.000Z
lastVerified: 2026-08-15T00:00:00.000Z
---

<Tip>
Expand All @@ -26,6 +26,14 @@ lastVerified: 2026-08-03T00:00:00.000Z

Changes merged to [go-livepeer](https://github.com/livepeer/go-livepeer) this week. For full release notes and binaries, see the [GitHub releases page](https://github.com/livepeer/go-livepeer/releases).

<Update label="Week of August 15, 2026 (weekly update)" tags={["Bug fixes"]} description="August 15, 2026">
## Weekly update — August 15, 2026

### Bug fixes

- **Gateway webhook discovery preserves cache on refresh errors.** When a gateway's orchestrator discovery webhook fails with a request error, non-2xx response, or malformed JSON, the gateway now continues using the last successful orchestrator list instead of dropping it. Empty but successful responses are still treated as authoritative.
</Update>

<Update label="Week of August 3, 2026 (weekly update)" tags={["Quiet week"]} description="August 3, 2026">
## Weekly update — August 3, 2026

Expand Down
Loading