Skip to content

Commit

Permalink
release v0.5.38
Browse files Browse the repository at this point in the history
  • Loading branch information
thomshutt committed Feb 10, 2023
1 parent f07d69d commit 1baa891
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 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

## v0.5.37

### Breaking Changes 🚨🚨
Expand Down Expand Up @@ -781,4 +795,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: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#### General

#### Broadcaster
- \#2709 Add logging for high keyframe interval, reduce log level for discovery loop
- \#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 1baa891

Please sign in to comment.