Skip to content

Commit

Permalink
release v0.7.2 (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomshutt committed Jan 29, 2024
1 parent 73e1808 commit 995c4ae
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## v0.7.2

### Breaking Changes 🚨🚨

- None

#### General
- [#2938](https://github.com/livepeer/go-livepeer/pull/2938) Add `tmp` folder to `.gitignore` (@rickstaa)

#### Broadcaster
- [#2896](https://github.com/livepeer/go-livepeer/pull/2896) Use FPS of 60, rather than 120 for cost estimation (@thomshutt)
- [#2948](https://github.com/livepeer/go-livepeer/pull/2948) Remove logging from metrics methods (@thomshutt)

#### Orchestrator
- [#2911](https://github.com/livepeer/go-livepeer/pull/2911) Set default price with livepeer_cli option 20 (@eliteprox)
- [#2928](https://github.com/livepeer/go-livepeer/pull/2928) Added `startupAvailabilityCheck` param to skip the availability check on startup (@stronk-dev)
- [#2905](https://github.com/livepeer/go-livepeer/pull/2905) Add `reward_call_errors` Prometheus metric (@rickstaa)
- [#2958](https://github.com/livepeer/go-livepeer/pull/2958) Return parsing error when failing to parse B prices (@thomshutt)

#### Transcoder

### Bug Fixes 🐞
- [#2914](https://github.com/livepeer/go-livepeer/pull/2914) fixes a bug that prevented `pricePerBroadcaster` JSON files with line-breaks from being parsed correctly (@rickstaa).

## v0.7.1

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

#### General

- #2938 Add `tmp` folder to `.gitignore` (@rickstaa)

#### Broadcaster

- #2896 Use FPS of 60, rather then 120 for cost estimation (@thomshutt)
- #2948 Remove logging from metrics methods (@thomshutt)

#### Orchestrator

- #2911 Set default price with livepeer_cli option 20 (@eliteprox)
- #2928 Added `startupAvailabilityCheck` param to skip the availability check on startup (@stronk-dev)
- #2905 Add `reward_call_errors` Prometheus metric (@rickstaa)
- #2958 Return parsing error when failing to parse B prices (@thomshutt)

#### Transcoder

### Bug Fixes 🐞

- \[#2914](https://github.com/livepeer/go-livepeer/issues/2912) fixes a bug that prevented `pricePerBroadcaster` JSON files with line-breaks from being parsed correctly (@rickstaa).

#### CLI

#### General
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.7.2

0 comments on commit 995c4ae

Please sign in to comment.