From 4e24711bfabc873f1be7e98cdd8599f68a6cfedd Mon Sep 17 00:00:00 2001 From: Yondon Fu Date: Mon, 29 Mar 2021 15:21:34 -0400 Subject: [PATCH] release v0.5.16 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ CHANGELOG_PENDING.md | 28 +--------------------------- VERSION | 2 +- 3 files changed, 26 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e087587b..efded8022f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## v0.5.16 + +*March 29 2021* + +This release includes an important fix for a bug that could cause broadcasters to crash due to missing data in responses from misconfigured orchestrators. We strongly recommend that all broadcaster operators upgrade to this version as soon as possible to access this bug fix. + +If you are not a broadcaster operator, then upgrading to this release is not urgent. + +Thanks to everyone that submitted bug reports and assisting in testing! + +### Bug Fixes 🐞 + +#### General + +- [#1813](https://github.com/livepeer/go-livepeer/pull/1813) Check that priceInfo.pixelsPerUnit is not 0 (@kyriediculous) + +#### Broadcaster + +- [#1782](https://github.com/livepeer/go-livepeer/pull/1782) Fix SegsInFlight data-loss on refreshing O sessions (@darkdragon) +- [#1814](https://github.com/livepeer/go-livepeer/pull/1814) Add price checks when caching orchestrator responses during discovery (@yondonfu) +- [#1818](https://github.com/livepeer/go-livepeer/pull/1818) Additional checks to avoid nil pointer errors caused by unexpected orchestrator configurations (@kyriediculous) + +[Full list of changes](https://github.com/livepeer/go-livepeer/compare/v0.5.15...v0.5.16) + ## v0.5.15 *March 15th 2021* diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 20e3ab8b26..435c9d1e6e 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -1,29 +1,3 @@ # Unreleased Changes -## vX.X - -### Upcoming Changes - -### Features ⚒ - -#### General - -#### Broadcaster - -#### Orchestrator - -### Bug Fixes 🐞 - -#### General - -- \#1813 Check that priceInfo.pixelsPerUnit is not 0 (@kyriediculous) - -#### Broadcaster - -- \#1782 Fix SegsInFlight data-loss on refreshing O sessions (@darkdragon) -- \#1814 Add price checks when caching orchestrator responses during discovery (@yondonfu) -- \#1818 Additional checks to avoid nil pointer errors caused by unexpected orchestrator configurations (@kyriediculous) - -#### Transcoder - -[Full list of changes](https://github.com/livepeer/go-livepeer/compare/v0.5.15...v0.5.16) \ No newline at end of file +## vX.X \ No newline at end of file diff --git a/VERSION b/VERSION index ab245e9702..a6db491da3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.15 \ No newline at end of file +0.5.16 \ No newline at end of file