From 8f3498a1589a5133e2bcb9554496eb3212e414ac Mon Sep 17 00:00:00 2001 From: hjpotter92 Date: Wed, 21 Aug 2024 13:20:39 +0530 Subject: [PATCH] release: v0.7.8 --- CHANGELOG.md | 53 ++++++++------------------------------------ CHANGELOG_PENDING.md | 2 +- VERSION | 2 +- 3 files changed, 11 insertions(+), 46 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b54e7a90fe..a05b0885c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.7.8 + +### Features ⚒ + +#### Broadcaster + +- [#3127](https://github.com/livepeer/go-livepeer/pull/3127) Add flag `-ignoreMaxPriceIfNeeded` (@leszko) + ## v0.7.7 This release includes a new `-hevcDecoding` flag for transcoders to configure HEVC decoding. If the flag is omitted, the default behavior on GPUs is unchanged, which is to auto-detect HEVC decoding support at transcoder start-up. Transcoders can disable HEVC decoding on GPUs if there is an issue with HEVC jobs via `-hevcDecoding=false`. CPU transcoders now have HEVC decoding disabled by default since processing HEVC jobs is CPU-heavy, but this can be enabled by setting the `-hevcDecoding` flag. @@ -10,28 +18,12 @@ The transcoder now support mid-stream input rotations, rather than crashing or o - [#3119](https://github.com/livepeer/go-livepeer/pull/3119) CPU transcoders no longer decode HEVC or VP9 by default -### Features ⚒ - -#### General - -#### Broadcaster - -#### Orchestrator - #### Transcoder - [#3119](https://github.com/livepeer/go-livepeer/pull/3119) Add `-hevcDecoding` flag to toggle HEVC decoding ### Bug Fixes 🐞 -#### CLI - -#### General - -#### Broadcaster - -#### Orchestrator - #### Transcoder - [#418](https://github.com/livepeer/lpms/pull/418) lpms: Fix CUVID crash on resolution change @@ -49,25 +41,6 @@ The transcoder now support mid-stream input rotations, rather than crashing or o ### Features ⚒ -#### General - -#### Broadcaster - -#### Orchestrator - -#### Transcoder - -### Bug Fixes 🐞 - -#### CLI - -#### General - -#### Broadcaster - -#### Orchestrator - -#### Transcoder ## v0.7.5 @@ -86,16 +59,8 @@ The transcoder now support mid-stream input rotations, rather than crashing or o - [#2995](https://github.com/livepeer/go-livepeer/pull/2995) server: Allow Os price to increase up to 2x mid-session (@victorges) - [#2999](https://github.com/livepeer/go-livepeer/pull/2999) server,discovery: Allow B to use any O in case none match maxPrice (@victorges) -#### Orchestrator - -#### Transcoder - ### Bug Fixes 🐞 -#### CLI - -#### General - #### Broadcaster - [#2994](https://github.com/livepeer/go-livepeer/pull/2994) server: Skip redundant maxPrice check in ongoing session (@victorges) @@ -1054,4 +1019,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 3ca5044811..22f1b28ed7 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -1,6 +1,6 @@ # Unreleased Changes -## vX.X +## v0.X.X ### Breaking Changes 🚨🚨 diff --git a/VERSION b/VERSION index 11d9d6cf79..e7c7d3cc3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.7 \ No newline at end of file +0.7.8