From cd69c76ce7453038c5ab122eb81329594d144e69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:07:36 +0000 Subject: [PATCH] Version Packages --- .changeset/egress-start-egress.md | 5 ----- .changeset/three-eagles-carry.md | 6 ------ examples/agent-dispatch/CHANGELOG.md | 7 +++++++ examples/agent-dispatch/package.json | 2 +- packages/livekit-rtc/CHANGELOG.md | 6 ++++++ packages/livekit-rtc/package.json | 2 +- packages/livekit-server-sdk/CHANGELOG.md | 10 ++++++++++ packages/livekit-server-sdk/package.json | 2 +- 8 files changed, 26 insertions(+), 14 deletions(-) delete mode 100644 .changeset/egress-start-egress.md delete mode 100644 .changeset/three-eagles-carry.md diff --git a/.changeset/egress-start-egress.md b/.changeset/egress-start-egress.md deleted file mode 100644 index a1978db0..00000000 --- a/.changeset/egress-start-egress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-server-sdk': minor ---- - -Add `EgressClient.startEgress()`, a unified convenience method that calls the v2 `Egress.StartEgress` RPC with a `StartEgressRequest` (or a partial init object). The existing per-type start helpers are unchanged. diff --git a/.changeset/three-eagles-carry.md b/.changeset/three-eagles-carry.md deleted file mode 100644 index f6bd2c59..00000000 --- a/.changeset/three-eagles-carry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/rtc-node": patch -"livekit-server-sdk": patch ---- - -update e2ee defaults to confirm to required FFI fields and update protocol diff --git a/examples/agent-dispatch/CHANGELOG.md b/examples/agent-dispatch/CHANGELOG.md index c4b816cf..6cf291fa 100644 --- a/examples/agent-dispatch/CHANGELOG.md +++ b/examples/agent-dispatch/CHANGELOG.md @@ -1,5 +1,12 @@ # agent-dispatch +## 0.0.32 + +### Patch Changes + +- Updated dependencies [[`23b8652`](https://github.com/livekit/node-sdks/commit/23b865216727e5c3f355779f5466d1bef0990c20), [`05a3b5e`](https://github.com/livekit/node-sdks/commit/05a3b5ed2b59dbadf9d74ad8fbae17ca60ebdb78)]: + - livekit-server-sdk@2.18.0 + ## 0.0.31 ### Patch Changes diff --git a/examples/agent-dispatch/package.json b/examples/agent-dispatch/package.json index ec8333af..dd1cb545 100644 --- a/examples/agent-dispatch/package.json +++ b/examples/agent-dispatch/package.json @@ -1,6 +1,6 @@ { "name": "agent-dispatch", - "version": "0.0.31", + "version": "0.0.32", "description": "An example demonstrating dispatching agents with an API call", "private": true, "author": "LiveKit", diff --git a/packages/livekit-rtc/CHANGELOG.md b/packages/livekit-rtc/CHANGELOG.md index b129c414..3f0880a2 100644 --- a/packages/livekit-rtc/CHANGELOG.md +++ b/packages/livekit-rtc/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/rtc-node +## 0.13.34 + +### Patch Changes + +- update e2ee defaults to confirm to required FFI fields and update protocol - [#708](https://github.com/livekit/node-sdks/pull/708) ([@lukasIO](https://github.com/lukasIO)) + ## 0.13.33 ### Patch Changes diff --git a/packages/livekit-rtc/package.json b/packages/livekit-rtc/package.json index a6e44e57..0c33da45 100644 --- a/packages/livekit-rtc/package.json +++ b/packages/livekit-rtc/package.json @@ -3,7 +3,7 @@ "description": "LiveKit RTC Node", "license": "Apache-2.0", "author": "LiveKit", - "version": "0.13.33", + "version": "0.13.34", "main": "dist/index.cjs", "types": "dist/index.d.cts", "exports": { diff --git a/packages/livekit-server-sdk/CHANGELOG.md b/packages/livekit-server-sdk/CHANGELOG.md index 2f03e240..04ea1974 100644 --- a/packages/livekit-server-sdk/CHANGELOG.md +++ b/packages/livekit-server-sdk/CHANGELOG.md @@ -1,5 +1,15 @@ # livekit-server-sdk +## 2.18.0 + +### Minor Changes + +- Add `EgressClient.startEgress()`, a unified convenience method that calls the v2 `Egress.StartEgress` RPC with a `StartEgressRequest` (or a partial init object). The existing per-type start helpers are unchanged. - [#706](https://github.com/livekit/node-sdks/pull/706) ([@frostbyte73](https://github.com/frostbyte73)) + +### Patch Changes + +- update e2ee defaults to confirm to required FFI fields and update protocol - [#708](https://github.com/livekit/node-sdks/pull/708) ([@lukasIO](https://github.com/lukasIO)) + ## 2.17.0 ### Minor Changes diff --git a/packages/livekit-server-sdk/package.json b/packages/livekit-server-sdk/package.json index fbcfa4f7..ebf7bffa 100644 --- a/packages/livekit-server-sdk/package.json +++ b/packages/livekit-server-sdk/package.json @@ -1,6 +1,6 @@ { "name": "livekit-server-sdk", - "version": "2.17.0", + "version": "2.18.0", "description": "Server-side SDK for LiveKit", "main": "dist/index.js", "require": "dist/index.cjs",