Skip to content

Commit

Permalink
Version Packages (#754)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 2, 2024
1 parent b92b88c commit 9ce80fd
Show file tree
Hide file tree
Showing 18 changed files with 49 additions and 81 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-rats-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-crews-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-cooks-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-papayas-join.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hot-lizards-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-geckos-battle.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/mighty-steaks-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-vans-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-gorillas-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-rocks-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-peas-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-lamps-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-dingos-love.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/unlucky-parrots-raise.md

This file was deleted.

35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# github.com/livekit/protocol

## 1.19.2

### Patch Changes

- Add FilenamePrefix to ImagesInfo - [#751](https://github.com/livekit/protocol/pull/751) ([@frostbyte73](https://github.com/frostbyte73))

- Add experimental replay api - [#755](https://github.com/livekit/protocol/pull/755) ([@frostbyte73](https://github.com/frostbyte73))

- Implement a custom YAML unmarshaller for RoomConfiguration - [#765](https://github.com/livekit/protocol/pull/765) ([@biglittlebigben](https://github.com/biglittlebigben))

- Add AgentDispatchPrefix to guid - [#757](https://github.com/livekit/protocol/pull/757) ([@biglittlebigben](https://github.com/biglittlebigben))

- Ability to set attributes upon job acceptance - [#769](https://github.com/livekit/protocol/pull/769) ([@davidzhao](https://github.com/davidzhao))

- Remove unused fields from RegisterWorkerRequest - [#761](https://github.com/livekit/protocol/pull/761) ([@biglittlebigben](https://github.com/biglittlebigben))

- Integrate feedback on the agents protocol: - [#750](https://github.com/livekit/protocol/pull/750) ([@biglittlebigben](https://github.com/biglittlebigben))

- Rename JobDescription to AgentDispatch
- Remove participant_identity entry in the dispatch
- Deprecate namespace
- Add an agent_name field to specify what agent workers a job should be dispatched to

Also allow setting a room configuration in the token.

- add srt output for egress - [#766](https://github.com/livekit/protocol/pull/766) ([@frostbyte73](https://github.com/frostbyte73))

- Internal agent protocol improvements - [#764](https://github.com/livekit/protocol/pull/764) ([@biglittlebigben](https://github.com/biglittlebigben))

- Implement MarshalYAML on RoomConfiguration and related types - [#771](https://github.com/livekit/protocol/pull/771) ([@biglittlebigben](https://github.com/biglittlebigben))

- Use consistent json field name for room configuration grant - [#762](https://github.com/livekit/protocol/pull/762) ([@biglittlebigben](https://github.com/biglittlebigben))

- Added RoomClosed as a DisconnectReason - [#778](https://github.com/livekit/protocol/pull/778) ([@davidzhao](https://github.com/davidzhao))

## 1.19.1

## 1.19.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "github.com/livekit/protocol",
"private": true,
"version": "1.19.1",
"version": "1.19.2",
"scripts": {
"changeset": "changeset",
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
Expand Down
12 changes: 12 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @livekit/protocol

## 1.19.2

### Patch Changes

- Ability to set attributes upon job acceptance - [#769](https://github.com/livekit/protocol/pull/769) ([@davidzhao](https://github.com/davidzhao))

- Add track subscribed first time notification - [#752](https://github.com/livekit/protocol/pull/752) ([@cnderrauber](https://github.com/cnderrauber))

- Rename ErrorResponse Reason INVALID_ARGUMENT to LIMIT_EXCEEDED - [#758](https://github.com/livekit/protocol/pull/758) ([@lukasIO](https://github.com/lukasIO))

- Added RoomClosed as a DisconnectReason - [#778](https://github.com/livekit/protocol/pull/778) ([@davidzhao](https://github.com/davidzhao))

## 1.19.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/protocol",
"version": "1.19.1",
"version": "1.19.2",
"description": "",
"type": "module",
"main": "src/index.js",
Expand Down

0 comments on commit 9ce80fd

Please sign in to comment.