From b239abe42a904b8407eb68c8ae44a4c816efe728 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Mon, 22 Jun 2026 21:29:05 +0200 Subject: [PATCH] release: v0.8.11 Bump VERSION to 0.8.11 and document the PRs merged since v0.8.10 in the changelog. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9fc519e26..e07e3b7209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## v0.8.11 + +### Features ⚒ + +#### General + +* [#3889](https://github.com/livepeer/go-livepeer/pull/3889) Remove x11 from MacOS builds (@j0sh) +* [#3925](https://github.com/livepeer/go-livepeer/pull/3925) trickle: Add a //next endpoint (@rickstaa) +* [#3882](https://github.com/livepeer/go-livepeer/pull/3882) box: add webcam input and fix bash conditionals (@rickstaa) + +#### AI – LV2V + +* [#3946](https://github.com/livepeer/go-livepeer/pull/3946) ai/live: Make RTMP output optional in AI media server (@eliteprox) +* [#3897](https://github.com/livepeer/go-livepeer/pull/3897) signer: Add auth webhook callback (@j0sh) +* [#3877](https://github.com/livepeer/go-livepeer/pull/3877) ai/live: Send Kafka event for tracking payments (@j0sh) + +#### AI – BYOC + +* [#3878](https://github.com/livepeer/go-livepeer/pull/3878) byoc: add auth token to byoc worker registration (@ad-astra-video) + +### Bug Fixes 🐞 + +#### Broadcaster + +* [a6c4b1e](https://github.com/livepeer/go-livepeer/commit/a6c4b1ef70d8f4d3da0e7d8164ac8d1faf80ad0e) pm: Reject ticket params with a zero expiration block so they are subjected to the economic caps (@rickstaa) + ## v0.8.10 #### General diff --git a/VERSION b/VERSION index e6663d4cee..83ce05d72f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.10 \ No newline at end of file +0.8.11