From 417c7ff3b5262eec5ebee84696182e32803658cd Mon Sep 17 00:00:00 2001 From: Josh Allmann Date: Mon, 9 Sep 2024 22:30:49 +0000 Subject: [PATCH 1/2] release v0.7.9 --- CHANGELOG.md | 16 ++++++++++++++++ CHANGELOG_PENDING.md | 4 ---- VERSION | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a05b0885c7..2887ab4e96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v0.7.9 + +- [#3165](https://github.com/livepeer/go-livepeer/pull/3165) Add node version and orch addr to transcoded metadata + +### Features ⚒ + +#### Broadcaster + +- [#3158](https://github.com/livepeer/go-livepeer/pull/3158) Add a metric tag for Orchestrator version + +### Bug Fixes 🐞 + +#### Broadcaster + +- [#3164](https://github.com/livepeer/go-livepeer/pull/3164) Fix media compatibility check + ## v0.7.8 ### Features ⚒ diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 58c0bfd8d2..22f1b28ed7 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -2,8 +2,6 @@ ## v0.X.X -- [#3165](https://github.com/livepeer/go-livepeer/pull/3165) Add node version and orch addr to transcoded metadata - ### Breaking Changes 🚨🚨 ### Features ⚒ @@ -24,8 +22,6 @@ #### Broadcaster -- [#3164](https://github.com/livepeer/go-livepeer/pull/3164) Fix video compatibility check - #### Orchestrator #### Transcoder diff --git a/VERSION b/VERSION index e7c7d3cc3c..1451d481e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.8 +0.7.9 \ No newline at end of file From 10bca29c93fc0c80cf144cccf8cffb8978c9a703 Mon Sep 17 00:00:00 2001 From: Josh Allmann Date: Tue, 10 Sep 2024 15:07:27 +0000 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2887ab4e96..29f376fbaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ #### Broadcaster - [#3164](https://github.com/livepeer/go-livepeer/pull/3164) Fix media compatibility check +- [#3166](https://github.com/livepeer/go-livepeer/pull/3166) Clean up inactive sessions +- [#3086](https://github.com/livepeer/go-livepeer/pull/3086) Clear known sessions with inadequate latency scores ## v0.7.8