Skip to content

Commit

Permalink
release: v0.7.8 (#3151)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 authored Aug 21, 2024
1 parent e27bb64 commit eb2463f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 46 deletions.
53 changes: 9 additions & 44 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand All @@ -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

Expand All @@ -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)
Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased Changes

## vX.X
## v0.X.X

### Breaking Changes 🚨🚨

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.7
0.7.8

0 comments on commit eb2463f

Please sign in to comment.