Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions v2/resources/changelog/go-livepeer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -35,7 +35,15 @@ import { Subtitle } from '/snippets/components/elements/text/Text.jsx'

<CustomDivider />

<Update label="This week" tags={["Live AI", "BYOC", "Livepeer Box", "Bug Fixes"]} description={<Subtitle variant="changelog">May 2026</Subtitle>}>
<Update label="This week" tags={["Live AI", "Trickle"]} description={<Subtitle variant="changelog">May 2026</Subtitle>}>

### 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).

</Update>

<Update label="May 7, 2026" tags={["Live AI", "BYOC", "Livepeer Box", "Bug Fixes"]} description={<Subtitle variant="changelog">May 2026</Subtitle>}>

### New features

Expand Down
Loading