From e3836594ee6987fc8e504fb08d7fae9a0ad8f064 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 00:08:38 +0000 Subject: [PATCH] docs: add go-livepeer changelog entry for week of August 24, 2026 --- v2/resources/changelog/go-livepeer.mdx | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/v2/resources/changelog/go-livepeer.mdx b/v2/resources/changelog/go-livepeer.mdx index cb3688a02..90c09acd1 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-27T00:00:00.000Z --- @@ -26,6 +26,23 @@ 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 27, 2026 + + go-livepeer v0.9.2 shipped this week with security hardening for the node's local CLI web server. Download binaries from the [GitHub releases page](https://github.com/livepeer/go-livepeer/releases). + + ### Updates + + - **v0.9.2 released.** This release tightens the defaults for the CLI HTTP interface on port 7935. If you run a gateway, orchestrator, or transcoder node, review the breaking changes below before upgrading. + + ### Breaking changes + + - **Privileged CLI endpoints now require `POST`.** HTTP endpoints on port 7935 that perform privileged actions no longer accept `GET` requests. Update any scripts or tooling that call these endpoints to use `POST`. + - **Transaction routes are disabled by default.** Routes on port 7935 that submit Ethereum transactions, sign messages, or change gas controls are now off unless you start the node with the `-enableCliTxRoutes` flag. If you manage staking, deposits, or gas settings through the CLI web interface, add this flag to your node's startup command. + + Read-only endpoints, such as the metrics endpoint used in the [orchestrator monitoring guide](/network/guides/orchestrator-monitor), are unaffected. + + ## Weekly update — August 3, 2026