Skip to content
Merged
Show file tree
Hide file tree
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
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 /<channel>/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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.10
0.8.11
Loading