Skip to content

Commit

Permalink
release v0.5.38 (#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomshutt committed Feb 15, 2023
1 parent f6d88fd commit a8f3f4e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v0.5.38

### Breaking Changes 🚨🚨

None

### Bug Fixes 🐞

#### Broadcaster
- [#2709](https://github.com/livepeer/go-livepeer/pull/2709) Add logging for high keyframe interval, reduce log level for discovery loop
- [#2684](https://github.com/livepeer/go-livepeer/pull/2684) Fix transcode success rate metric
- [#2740](https://github.com/livepeer/go-livepeer/pull/2740) Fix incorrect processing of VerificationFreq parameter
- [#2735](https://github.com/livepeer/go-livepeer/pull/2735) Fix EndTranscodingSession() call and potential race
- [#2747](https://github.com/livepeer/go-livepeer/pull/2747) Fixed a transcoding bug that occurred when remote transcoder was removed

#### General
- [#2713](https://github.com/livepeer/go-livepeer/pull/2713) Add support for keyfiles with -ethKeystorePath, update flag descriptions, flagset output to stdout

## v0.5.37

### Breaking Changes 🚨🚨
Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@
#### Transcoder

### Bug Fixes 🐞
- #2747 Fixed a transcoding bug that occurred when remote transcoder was removed

#### CLI

#### General
- \#2713 Add support for keyfiles with -ethKeystorePath, update flag descriptions, flagset output to stdout

#### Broadcaster
- \#2684 Fix transcode success rate metric

#### Orchestrator

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

0 comments on commit a8f3f4e

Please sign in to comment.