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
18 changes: 14 additions & 4 deletions 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-12T00:00:00.000Z
---

<Tip>
Expand All @@ -26,8 +26,18 @@ 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 3, 2026 (weekly update)" tags={["Quiet week"]} description="August 3, 2026">
## Weekly update — August 3, 2026
<Update label="Week of August 12, 2026 (weekly update)" tags={["Release", "Signer"]} description="August 12, 2026">
## Weekly update — August 12, 2026

No user-facing changes merged to go-livepeer between August 2 and August 3. The most recent shipped change is the live runner stream termination via heartbeat update from July 30 — browse the [GitHub releases page](https://github.com/livepeer/go-livepeer/releases) for tagged builds.
### New features

- **Signer price ceilings.** Payment requests and auth webhook responses now accept an optional `maxPrice` field. When the signer-configured max, the payment request max, and the webhook max are all present, the lowest value wins. Session prices are also capped at the initial price agreed at session start. See [#4014](https://github.com/livepeer/go-livepeer/pull/4014).

### Updates

- **v0.9.1 released.** Rolls up the session-scoped payment URL in the runner challenge, a new signer `app` field, signer price ceilings, and live AI stream termination from heartbeat responses. Grab binaries and full notes on the [GitHub releases page](https://github.com/livepeer/go-livepeer/releases/tag/v0.9.1).

### Docs

- **Auth webhook `maxPrice` scope clarified.** The `maxPrice` returned by the auth webhook is evaluated only when the webhook fires. It is not retained across cached auth responses, so operators should not rely on it for long-lived caps. See [#4019](https://github.com/livepeer/go-livepeer/pull/4019).
</Update>
Loading