From cdc1261cf3323c43f6febe42bfaa6bd85b9d8727 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 00:09:06 +0000 Subject: [PATCH] docs: add go-livepeer weekly changelog for week of August 28, 2026 --- v2/resources/changelog/go-livepeer.mdx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/v2/resources/changelog/go-livepeer.mdx b/v2/resources/changelog/go-livepeer.mdx index cb3688a02..36942db5e 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-28T00:00:00.000Z --- @@ -26,6 +26,21 @@ 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 28, 2026 + + No new changes merged to go-livepeer between August 27 and August 28. + + ### Heads-up: v0.9.2 released August 26 + + The most recent shipped change is the [v0.9.2 release](https://github.com/livepeer/go-livepeer/releases/tag/v0.9.2), tagged on August 26. It includes two breaking changes to the node's CLI HTTP server on port 7935: + + - **Privileged endpoints now require `POST`.** Scripts or tooling that call privileged routes with `GET` must switch to `POST`. + - **Transaction routes disabled by default.** Routes that submit Ethereum transactions, sign messages, or change gas controls are off unless you start the node with `-enableCliTxRoutes`. + + If you operate an orchestrator or gateway, review your automation against these changes before upgrading. Port 7935 is the same port used for [node metrics and monitoring](/network/guides/orchestrator-monitor). Binaries are on the [GitHub releases page](https://github.com/livepeer/go-livepeer/releases). + + ## Weekly update — August 3, 2026