From 4290bea54476a30ea3ad17ada54174680f2d32f9 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 00:07:43 +0000 Subject: [PATCH] docs: add go-livepeer weekly changelog for August 12, 2026 --- v2/resources/changelog/go-livepeer.mdx | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/v2/resources/changelog/go-livepeer.mdx b/v2/resources/changelog/go-livepeer.mdx index cb3688a02..c5e1aa94c 100644 --- a/v2/resources/changelog/go-livepeer.mdx +++ b/v2/resources/changelog/go-livepeer.mdx @@ -17,7 +17,7 @@ keywords: - orchestrator purpose: changelog audience: everyone -lastVerified: 2026-08-03T00:00:00.000Z +lastVerified: 2026-08-12T00:00:00.000Z --- @@ -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). - - ## Weekly update — August 3, 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).