Skip to content

Commit

Permalink
release v0.8.3 (#3376)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored Jan 30, 2025
1 parent 30e4f93 commit e9d55d0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## V0.8.3

### Features ⚒

#### General

- [#3365](https://github.com/livepeer/go-livepeer/pull/3336/) updated AI llm pipeline to new OpenAI compatible API format.

#### Orchestrator

- [#3284](https://github.com/livepeer/go-livepeer/pull/3284) deprecate `-aiRunnerImage` flag for `-aiRunnerImageOverrides`.

### Bug Fixes 🐞

#### CLI

- [#3364](https://github.com/livepeer/go-livepeer/pull/3364) fix orchestrator status json unmarshalling issue.

## v0.8.2

### Features ⚒
Expand Down Expand Up @@ -1080,4 +1098,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)
4 changes: 0 additions & 4 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

### Features ⚒

- [#3365](https://github.com/livepeer/go-livepeer/pull/3336/) updated AI llm pipeline to new OpenAI compatible API format.

#### General

#### Broadcaster
Expand All @@ -20,8 +18,6 @@

#### CLI

- [#3364](https://github.com/livepeer/go-livepeer/pull/3364) fix orchestrator status json unmarshalling issue.

#### General

#### Broadcaster
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.2
0.8.3

0 comments on commit e9d55d0

Please sign in to comment.