From b4aeb1e9fd0a9fafd5f354c802fce0e6f9bdb72b Mon Sep 17 00:00:00 2001 From: Thom Shutt Date: Tue, 8 Aug 2023 13:46:25 +0100 Subject: [PATCH 1/2] release v0.5.39 --- CHANGELOG.md | 23 ++++++++++++++++++++++- CHANGELOG_PENDING.md | 8 -------- VERSION | 2 +- 3 files changed, 23 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb7569e9af..37f8072b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## v0.5.39 + +### Breaking Changes 🚨🚨 +- [#2821](https://github.com/livepeer/go-livepeer/pull/2821) Bump nvidia/cuda base version for docker builds (@stronk-dev and @hjpotter92) + +### Features ⚒ + +#### Broadcaster +- [#2827](https://github.com/livepeer/go-livepeer/pull/2827) Introduce configurable Orchestrater blocklist (@mjh1) + +#### General +- [#2758](https://github.com/livepeer/go-livepeer/pull/2758) Accept only active Os to receive traffic and redeem tickets (@leszko) +- [#2775](https://github.com/livepeer/go-livepeer/pull/2775) Reduce number of ETH RPC calls during block polling (@leszko) +- [#2815](https://github.com/livepeer/go-livepeer/pull/2815) Add new logging methods to publish a set of public logs (@emranemran) + +### Bug Fixes 🐞 +- [#2759](https://github.com/livepeer/go-livepeer/pull/2759) Parse keystore address without 0x prefix, fix parse error logging +- [#2764](https://github.com/livepeer/go-livepeer/pull/2764) Call session end asynchronously to avoid unnecessary blocking (@mjh1) +- [#2777](https://github.com/livepeer/go-livepeer/pull/2777) Only write session end log message if session exists (@mjh1) +- [#2804](https://github.com/livepeer/go-livepeer/pull/2804) Bump livepeer-data and go version due to breaking interface change (@victorges) + ## v0.5.38 ### Breaking Changes 🚨🚨 @@ -799,4 +820,4 @@ Thanks everyone that submitted bug reports and assisted in testing! - [#1775](https://github.com/livepeer/go-livepeer/pull/1775) Fix transcoder load balancer race condition around session cleanup (@jailuthra) - [#1784](https://github.com/livepeer/go-livepeer/pull/1784) Use auth token sessionID to index into sessions map in transcoder load balancer (@jailuthra) -[Full list of changes](https://github.com/livepeer/go-livepeer/compare/v0.5.14...v0.5.15) +[Full list of changes](https://github.com/livepeer/go-livepeer/compare/v0.5.14...v0.5.15) \ No newline at end of file diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 8ba9441c21..3ca5044811 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -3,14 +3,10 @@ ## vX.X ### Breaking Changes 🚨🚨 -- \#2821 Bump nvidia/cuda base version for docker builds (@stronk-dev and @hjpotter92) ### Features ⚒ #### General -- \#2758 Accept only active Os to receive traffic and redeem tickets (@leszko) -- \#2775 Reduce number of ETH RPC calls during block polling (@leszko) -- \#2815 Add new logging methods to publish a set of public logs (@emranemran) #### Broadcaster @@ -19,10 +15,6 @@ #### Transcoder ### Bug Fixes 🐞 -- \#2759 Parse keystore address without 0x prefix, fix parse error logging -- \#2764 Call session end asynchronously to avoid unnecessary blocking (@mjh1) -- \#2777 Only write session end log message if session exists (@mjh1) -- \#2804 Bump livepeer-data and go version due to breaking interface change (@victorges) #### CLI diff --git a/VERSION b/VERSION index e0d422dc3d..c72f2c5431 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.38 \ No newline at end of file +0.5.39 \ No newline at end of file From ce429afda4e73bf306ccb2baa0696099cf5a8e44 Mon Sep 17 00:00:00 2001 From: Thom Shutt Date: Tue, 8 Aug 2023 13:48:26 +0100 Subject: [PATCH 2/2] Typo --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f8072b61..18475cf4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ ### Features ⚒ #### Broadcaster -- [#2827](https://github.com/livepeer/go-livepeer/pull/2827) Introduce configurable Orchestrater blocklist (@mjh1) +- [#2827](https://github.com/livepeer/go-livepeer/pull/2827) Introduce configurable Orchestrator blocklist (@mjh1) #### General - [#2758](https://github.com/livepeer/go-livepeer/pull/2758) Accept only active Os to receive traffic and redeem tickets (@leszko) @@ -820,4 +820,4 @@ Thanks everyone that submitted bug reports and assisted in testing! - [#1775](https://github.com/livepeer/go-livepeer/pull/1775) Fix transcoder load balancer race condition around session cleanup (@jailuthra) - [#1784](https://github.com/livepeer/go-livepeer/pull/1784) Use auth token sessionID to index into sessions map in transcoder load balancer (@jailuthra) -[Full list of changes](https://github.com/livepeer/go-livepeer/compare/v0.5.14...v0.5.15) \ No newline at end of file +[Full list of changes](https://github.com/livepeer/go-livepeer/compare/v0.5.14...v0.5.15)