Skip to content

Commit

Permalink
release v0.5.36 (#2699)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomshutt committed Dec 21, 2022
1 parent b7975e5 commit cf95f00
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,26 @@
# Changelog

## v0.5.36

#### General
- [#2696](https://github.com/livepeer/go-livepeer/pull/2696) Add Rinkeby network deprecation warning (@leszko)

#### Transcoder
- [#2686](https://github.com/livepeer/go-livepeer/pull/2686) Control non-stream specific scene classification with command line args

#### General

- [#2635](https://github.com/livepeer/go-livepeer/pull/2635) Fix entrypoint path in built docker images (@hjpotter92)
- [#2646](https://github.com/livepeer/go-livepeer/pull/2646) Include HttpIngest and LocalVerify in param table on startup (@yondonfu)

#### Broadcaster

- [#2666](https://github.com/livepeer/go-livepeer/pull/2666) Re-use a session as long as it passes the latency score threshold check (@yondonfu)

#### Orchestrator
- [#2639](https://github.com/livepeer/go-livepeer/pull/2639) Increase IdleTimeout for HTTP connections (@leszko)
- [#2685](https://github.com/livepeer/go-livepeer/pull/2685) Add a log message when sessions are closed by the Broadcaster. Increase transcode loop timeout (@mj1)

## v0.5.35

*October 21 2022*
Expand Down Expand Up @@ -739,4 +760,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)
9 changes: 0 additions & 9 deletions CHANGELOG_PENDING.md
Expand Up @@ -7,30 +7,21 @@
### Features ⚒

#### General
- \#2696 Add Rinkeby network deprecation warning (@leszko)

#### Broadcaster

#### Orchestrator

#### Transcoder
- \#2686 Control non-stream specific scene classification with command line args

### Bug Fixes 🐞

#### CLI

#### General

- \#2635 Fix entrypoint path in built docker images (@hjpotter92)
- \#2646 Include HttpIngest and LocalVerify in param table on startup (@yondonfu)

#### Broadcaster

- \#2666 Re-use a session as long as it passes the latency score threshold check (@yondonfu)

#### Orchestrator
- \#2639 Increase IdleTimeout for HTTP connections (@leszko)
- \#2685 Add a log message when sessions are closed by the Broadcaster. Increase transcode loop timeout (@mj1)

#### Transcoder
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.5.35
0.5.36

0 comments on commit cf95f00

Please sign in to comment.