Skip to content

Commit a5cdcc6

Browse files
committed
release v0.7.6
1 parent 1624694 commit a5cdcc6

File tree

3 files changed

+33
-7
lines changed

3 files changed

+33
-7
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## v0.7.6
4+
5+
- [#3055](https://github.com/livepeer/go-livepeer/pull/3055) census: Rename broadcaster metrics to gateway metrics
6+
- [#3053](https://github.com/livepeer/go-livepeer/pull/3053) cli: add `-gateway` flag and deprecate `-broadcaster` flag.
7+
- [#3056](https://github.com/livepeer/go-livepeer/pull/3056) cli: add `-pricePerGateway` flag and deprecate `-pricePerBroadcaster` flag.
8+
- [#3060](https://github.com/livepeer/go-livepeer/pull/3060) refactor: rename internal references from Broadcaster to Gateway
9+
10+
### Breaking Changes 🚨🚨
11+
12+
### Features ⚒
13+
14+
#### General
15+
16+
#### Broadcaster
17+
18+
#### Orchestrator
19+
20+
#### Transcoder
21+
22+
### Bug Fixes 🐞
23+
24+
#### CLI
25+
26+
#### General
27+
28+
#### Broadcaster
29+
30+
#### Orchestrator
31+
32+
#### Transcoder
33+
334
## v0.7.5
435

536
### Breaking Changes 🚨🚨
@@ -985,4 +1016,4 @@ Thanks everyone that submitted bug reports and assisted in testing!
9851016
- [#1775](https://github.com/livepeer/go-livepeer/pull/1775) Fix transcoder load balancer race condition around session cleanup (@jailuthra)
9861017
- [#1784](https://github.com/livepeer/go-livepeer/pull/1784) Use auth token sessionID to index into sessions map in transcoder load balancer (@jailuthra)
9871018

988-
[Full list of changes](https://github.com/livepeer/go-livepeer/compare/v0.5.14...v0.5.15)
1019+
[Full list of changes](https://github.com/livepeer/go-livepeer/compare/v0.5.14...v0.5.15)

CHANGELOG_PENDING.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
## vX.X
44

5-
- [#3055](https://github.com/livepeer/go-livepeer/pull/3055) census: Rename broadcaster metrics to gateway metrics
6-
- [#3053](https://github.com/livepeer/go-livepeer/pull/3053) cli: add `-gateway` flag and deprecate `-broadcaster` flag.
7-
- [#3056](https://github.com/livepeer/go-livepeer/pull/3056) cli: add `-pricePerGateway` flag and deprecate `-pricePerBroadcaster` flag.
8-
- [#3060](https://github.com/livepeer/go-livepeer/pull/3060) refactor: rename internal references from Broadcaster to Gateway
9-
105
### Breaking Changes 🚨🚨
116

127
### Features ⚒

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.5
1+
0.7.6

0 commit comments

Comments
 (0)