Skip to content

Commit

Permalink
release v0.7.0 (#2879)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed Oct 4, 2023
1 parent df85083 commit 461e4b2
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 7 deletions.
33 changes: 32 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,36 @@
# Changelog

## v0.7.0

### Breaking Changes 🚨🚨

### Features ⚒

#### Broadcaster
- [#2837](https://github.com/livepeer/go-livepeer/pull/2837) Set a floor of 1.5s for accepted Orchestrator response times, regardless of segment length (@thomshutt)
- [#2839](https://github.com/livepeer/go-livepeer/pull/2839) Add Orchestrator blocklist CLI parameter (@mjh1)
- [#2729](https://github.com/livepeer/go-livepeer/pull/2729) Switch to a custom error type for max transcode attempts (@mjh1)
- [#2844](https://github.com/livepeer/go-livepeer/pull/2844) Exit early during verification when Orchestrator's address is nil (@ad-astra-video)
- [#2842](https://github.com/livepeer/go-livepeer/pull/2842) Add Keys to public logs (@ad-astra-video)
- [#2872](https://github.com/livepeer/go-livepeer/pull/2872) New Selection Algorithm (@leszko)

#### Orchestrator
- [#2781](https://github.com/livepeer/go-livepeer/pull/2781) Add automatic session limit and set max sessions with livepeer_cli (@eliteprox)
- [#2848](https://github.com/livepeer/go-livepeer/pull/2848) Improve Transcode Quality (@leszko)
- [#2851](https://github.com/livepeer/go-livepeer/pull/2851) Change scaling to `scale_npp` instead of `scale_cuda` (Linux-only) (@leszko)

#### General
- [#2843](https://github.com/livepeer/go-livepeer/pull/2843) Increase log level of payment creation (@iameli)
- [#2850](https://github.com/livepeer/go-livepeer/pull/2850) Update default ports (@ad-astra-video)
- [#2859](https://github.com/livepeer/go-livepeer/pull/2859) Update currentRound endpoint to return string instead of bytes (@ad-astra-video)
- [#2878](https://github.com/livepeer/go-livepeer/pull/2878) Fix Mist JSON (@leszko)

### Bug Fixes 🐞
- [#2820](https://github.com/livepeer/go-livepeer/pull/2820) Fix segfault in setting a pricePerBroadcaster (@stronk-dev)

#### CLI
- [#2825](https://github.com/livepeer/go-livepeer/pull/2825) Enable quieter logging with -v=2 and -v=1 (@iameli)

## v0.6.0

### Breaking Changes 🚨🚨
Expand Down Expand Up @@ -820,4 +851,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)
5 changes: 0 additions & 5 deletions CHANGELOG_PENDING.md
Expand Up @@ -9,19 +9,14 @@
#### General

#### Broadcaster
- \#2837 Set a floor of 1.5s for accepted Orchestrator response times, regardless of segment length (@thomshutt)
- \#2839 Add Orchestrator blocklist CLI parameter (@mjh1)
- \#2729 Switch to a custom error type for max transcode attempts

#### Orchestrator
- \#2781 Add automatic session limit and set max sessions with livepeer_cli

#### Transcoder

### Bug Fixes 🐞

#### CLI
- \#2825 Enable quieter logging with -v=2 and -v=1 (@iameli)

#### General

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.6.0
0.7.0

0 comments on commit 461e4b2

Please sign in to comment.