From cc4886c1f94e4c00a3dd993e104b59a593994984 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 00:07:38 +0000 Subject: [PATCH] docs: add go-livepeer weekly changelog for Aug 17, 2026 --- v2/resources/changelog/go-livepeer.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/v2/resources/changelog/go-livepeer.mdx b/v2/resources/changelog/go-livepeer.mdx index cb3688a02..4fbf05807 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-17T00:00:00.000Z --- @@ -26,8 +26,10 @@ 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 17, 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. + ### Bug fixes + + - **More resilient round initialization for orchestrators.** Round initializers now tolerate `initializeRound` failures that surface during gas estimation when another initializer has already completed the round, extending the earlier fix that only covered post-submission reverts. Teardown of the round initializer is now deterministic, reducing the chance of stuck or noisy error states after a raced round. See the [orchestrator overview](/network/explanation/orchestrators) for background on orchestrator duties.