From 623d35ae2c34a806e70f4553689a322dfe26a5f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 2 Aug 2024 02:17:26 +0000 Subject: [PATCH] Version Packages --- .changeset/brown-rats-visit.md | 5 ----- .changeset/fuzzy-crews-refuse.md | 5 ----- .changeset/gorgeous-cooks-matter.md | 5 ----- .changeset/healthy-papayas-join.md | 5 ----- .changeset/hot-lizards-breathe.md | 6 ----- .changeset/khaki-geckos-battle.md | 5 ----- .changeset/mighty-steaks-invite.md | 12 ---------- .changeset/old-vans-film.md | 5 ----- .changeset/proud-gorillas-press.md | 5 ----- .changeset/shy-rocks-promise.md | 5 ----- .changeset/tame-peas-tickle.md | 5 ----- .changeset/thick-lamps-tease.md | 5 ----- .changeset/tough-dingos-love.md | 5 ----- .changeset/unlucky-parrots-raise.md | 6 ----- CHANGELOG.md | 35 +++++++++++++++++++++++++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 12 ++++++++++ packages/javascript/package.json | 2 +- 18 files changed, 49 insertions(+), 81 deletions(-) delete mode 100644 .changeset/brown-rats-visit.md delete mode 100644 .changeset/fuzzy-crews-refuse.md delete mode 100644 .changeset/gorgeous-cooks-matter.md delete mode 100644 .changeset/healthy-papayas-join.md delete mode 100644 .changeset/hot-lizards-breathe.md delete mode 100644 .changeset/khaki-geckos-battle.md delete mode 100644 .changeset/mighty-steaks-invite.md delete mode 100644 .changeset/old-vans-film.md delete mode 100644 .changeset/proud-gorillas-press.md delete mode 100644 .changeset/shy-rocks-promise.md delete mode 100644 .changeset/tame-peas-tickle.md delete mode 100644 .changeset/thick-lamps-tease.md delete mode 100644 .changeset/tough-dingos-love.md delete mode 100644 .changeset/unlucky-parrots-raise.md diff --git a/.changeset/brown-rats-visit.md b/.changeset/brown-rats-visit.md deleted file mode 100644 index f955041d..00000000 --- a/.changeset/brown-rats-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Add FilenamePrefix to ImagesInfo diff --git a/.changeset/fuzzy-crews-refuse.md b/.changeset/fuzzy-crews-refuse.md deleted file mode 100644 index 7fed8761..00000000 --- a/.changeset/fuzzy-crews-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Add experimental replay api diff --git a/.changeset/gorgeous-cooks-matter.md b/.changeset/gorgeous-cooks-matter.md deleted file mode 100644 index 6b0fa99d..00000000 --- a/.changeset/gorgeous-cooks-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Implement a custom YAML unmarshaller for RoomConfiguration diff --git a/.changeset/healthy-papayas-join.md b/.changeset/healthy-papayas-join.md deleted file mode 100644 index b8a93fcd..00000000 --- a/.changeset/healthy-papayas-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Add AgentDispatchPrefix to guid diff --git a/.changeset/hot-lizards-breathe.md b/.changeset/hot-lizards-breathe.md deleted file mode 100644 index 80c8c377..00000000 --- a/.changeset/hot-lizards-breathe.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Ability to set attributes upon job acceptance diff --git a/.changeset/khaki-geckos-battle.md b/.changeset/khaki-geckos-battle.md deleted file mode 100644 index ad8d820b..00000000 --- a/.changeset/khaki-geckos-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Remove unused fields from RegisterWorkerRequest diff --git a/.changeset/mighty-steaks-invite.md b/.changeset/mighty-steaks-invite.md deleted file mode 100644 index fffcd754..00000000 --- a/.changeset/mighty-steaks-invite.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Integrate feedback on the agents protocol: - -- 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. diff --git a/.changeset/old-vans-film.md b/.changeset/old-vans-film.md deleted file mode 100644 index 9c281dc6..00000000 --- a/.changeset/old-vans-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -add srt output for egress diff --git a/.changeset/proud-gorillas-press.md b/.changeset/proud-gorillas-press.md deleted file mode 100644 index 020f5e9c..00000000 --- a/.changeset/proud-gorillas-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Add track subscribed first time notification diff --git a/.changeset/shy-rocks-promise.md b/.changeset/shy-rocks-promise.md deleted file mode 100644 index c415463b..00000000 --- a/.changeset/shy-rocks-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Internal agent protocol improvements diff --git a/.changeset/tame-peas-tickle.md b/.changeset/tame-peas-tickle.md deleted file mode 100644 index 90fa88f1..00000000 --- a/.changeset/tame-peas-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Implement MarshalYAML on RoomConfiguration and related types diff --git a/.changeset/thick-lamps-tease.md b/.changeset/thick-lamps-tease.md deleted file mode 100644 index 23e788b7..00000000 --- a/.changeset/thick-lamps-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Use consistent json field name for room configuration grant diff --git a/.changeset/tough-dingos-love.md b/.changeset/tough-dingos-love.md deleted file mode 100644 index e7350dbc..00000000 --- a/.changeset/tough-dingos-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Rename ErrorResponse Reason INVALID_ARGUMENT to LIMIT_EXCEEDED diff --git a/.changeset/unlucky-parrots-raise.md b/.changeset/unlucky-parrots-raise.md deleted file mode 100644 index e45af1df..00000000 --- a/.changeset/unlucky-parrots-raise.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Added RoomClosed as a DisconnectReason diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b5c1777..f5cf3ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index a2e279b9..66c8f15d 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/packages/javascript/CHANGELOG.md b/packages/javascript/CHANGELOG.md index dcbf9f49..c10ab0aa 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -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 diff --git a/packages/javascript/package.json b/packages/javascript/package.json index d6bd21e3..ccf63fff 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.19.1", + "version": "1.19.2", "description": "", "type": "module", "main": "src/index.js",