Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v0.6.0 #2835

Merged
merged 2 commits into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v0.6.0

### Breaking Changes 🚨🚨
- [#2821](https://github.com/livepeer/go-livepeer/pull/2821) Bump nvidia/cuda base version for docker builds (@stronk-dev and @hjpotter92)

### Features βš’

#### Broadcaster
- [#2827](https://github.com/livepeer/go-livepeer/pull/2827) Introduce configurable Orchestrator blocklist (@mjh1)

#### General
- [#2758](https://github.com/livepeer/go-livepeer/pull/2758) Accept only active Os to receive traffic and redeem tickets (@leszko)
- [#2775](https://github.com/livepeer/go-livepeer/pull/2775) Reduce number of ETH RPC calls during block polling (@leszko)
- [#2815](https://github.com/livepeer/go-livepeer/pull/2815) Add new logging methods to publish a set of public logs (@emranemran)

### Bug Fixes 🐞
- [#2759](https://github.com/livepeer/go-livepeer/pull/2759) Parse keystore address without 0x prefix, fix parse error logging
- [#2764](https://github.com/livepeer/go-livepeer/pull/2764) Call session end asynchronously to avoid unnecessary blocking (@mjh1)
- [#2777](https://github.com/livepeer/go-livepeer/pull/2777) Only write session end log message if session exists (@mjh1)
- [#2804](https://github.com/livepeer/go-livepeer/pull/2804) Bump livepeer-data and go version due to breaking interface change (@victorges)

## v0.5.38

### Breaking Changes 🚨🚨
Expand Down
8 changes: 0 additions & 8 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@
## vX.X

### Breaking Changes 🚨🚨
- \#2821 Bump nvidia/cuda base version for docker builds (@stronk-dev and @hjpotter92)

### Features βš’

#### General
- \#2758 Accept only active Os to receive traffic and redeem tickets (@leszko)
- \#2775 Reduce number of ETH RPC calls during block polling (@leszko)
- \#2815 Add new logging methods to publish a set of public logs (@emranemran)

#### Broadcaster

Expand All @@ -19,10 +15,6 @@
#### Transcoder

### Bug Fixes 🐞
- \#2759 Parse keystore address without 0x prefix, fix parse error logging
- \#2764 Call session end asynchronously to avoid unnecessary blocking (@mjh1)
- \#2777 Only write session end log message if session exists (@mjh1)
- \#2804 Bump livepeer-data and go version due to breaking interface change (@victorges)

#### CLI

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