From ff3fc132fbf78614526b124bc0883f137a2eca72 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Wed, 13 May 2026 00:11:24 +0000
Subject: [PATCH] docs: add weekly go-livepeer changelog for trickle /next
endpoint
---
v2/resources/changelog/go-livepeer.mdx | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/v2/resources/changelog/go-livepeer.mdx b/v2/resources/changelog/go-livepeer.mdx
index ef0e4ca34..4f321fcc8 100644
--- a/v2/resources/changelog/go-livepeer.mdx
+++ b/v2/resources/changelog/go-livepeer.mdx
@@ -22,7 +22,7 @@ keywords:
'og:image:height': 630
purpose: changelog
audience: everyone
-lastVerified: 2026-05-07T00:00:00.000Z
+lastVerified: 2026-05-13T00:00:00.000Z
---
import { CustomDivider } from '/snippets/components/elements/spacing/Divider.jsx'
@@ -35,7 +35,15 @@ import { Subtitle } from '/snippets/components/elements/text/Text.jsx'
-May 2026}>
+May 2026}>
+
+### New features
+
+- **New trickle `/next` endpoint** - Trickle servers now expose `GET /{channel}/next`, which returns the channel's next write sequence number along with an `Lp-Trickle-Latest` header. SDKs and publishers can probe this endpoint before their first POST to stay in sync with the server's sequence numbering, avoiding a race that could drop the first segment on a fresh channel. The endpoint returns `404` for unknown channels and signals `Lp-Trickle-Closed: terminated` when the channel is closed. This unblocks the new [Python gateway SDK](https://github.com/livepeer/livepeer-python-gateway) for [Live AI pipelines](/v2/developers/concepts/ai-on-livepeer).
+
+
+
+May 2026}>
### New features