diff --git a/.changeset/egress-passthrough-preset.md b/.changeset/egress-passthrough-preset.md deleted file mode 100644 index a9d7499f..00000000 --- a/.changeset/egress-passthrough-preset.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-server-sdk': minor ---- - -Support the `PASSTHROUGH` encoding preset on `startEgress`, for single-track `MediaSource` egress that skips transcoding diff --git a/.changeset/request-id-header.md b/.changeset/request-id-header.md deleted file mode 100644 index 0e56dfbd..00000000 --- a/.changeset/request-id-header.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-server-sdk': minor ---- - -Send an `X-Livekit-Request-Id` idempotency key on every server API request. The same id is replayed on each region failover attempt, so the server can identify and deduplicate a retried request. diff --git a/.changeset/update-protocol-1-51.md b/.changeset/update-protocol-1-51.md deleted file mode 100644 index 5d7dbdb2..00000000 --- a/.changeset/update-protocol-1-51.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-server-sdk': patch ---- - -Update @livekit/protocol to 1.51.0 diff --git a/examples/agent-dispatch/CHANGELOG.md b/examples/agent-dispatch/CHANGELOG.md index 6cf291fa..4d47bd1e 100644 --- a/examples/agent-dispatch/CHANGELOG.md +++ b/examples/agent-dispatch/CHANGELOG.md @@ -1,5 +1,12 @@ # agent-dispatch +## 0.0.33 + +### Patch Changes + +- Updated dependencies [[`0f2bb74`](https://github.com/livekit/node-sdks/commit/0f2bb74470e8e7fea4bf849e387fbb782190796b), [`ed40abb`](https://github.com/livekit/node-sdks/commit/ed40abb01f600b0b1a9370e351c833ab0df919e5), [`9a63e5c`](https://github.com/livekit/node-sdks/commit/9a63e5c96b91cb4f583c3721826d7adcbd22a67f)]: + - livekit-server-sdk@2.19.0 + ## 0.0.32 ### Patch Changes diff --git a/examples/agent-dispatch/package.json b/examples/agent-dispatch/package.json index dd1cb545..efd611ed 100644 --- a/examples/agent-dispatch/package.json +++ b/examples/agent-dispatch/package.json @@ -1,6 +1,6 @@ { "name": "agent-dispatch", - "version": "0.0.32", + "version": "0.0.33", "description": "An example demonstrating dispatching agents with an API call", "private": true, "author": "LiveKit", diff --git a/packages/livekit-server-sdk/CHANGELOG.md b/packages/livekit-server-sdk/CHANGELOG.md index 04ea1974..8258b34d 100644 --- a/packages/livekit-server-sdk/CHANGELOG.md +++ b/packages/livekit-server-sdk/CHANGELOG.md @@ -1,5 +1,17 @@ # livekit-server-sdk +## 2.19.0 + +### Minor Changes + +- Support the `PASSTHROUGH` encoding preset on `startEgress`, for single-track `MediaSource` egress that skips transcoding - [#713](https://github.com/livekit/node-sdks/pull/713) ([@frostbyte73](https://github.com/frostbyte73)) + +- Send an `X-Livekit-Request-Id` idempotency key on every server API request. The same id is replayed on each region failover attempt, so the server can identify and deduplicate a retried request. - [#711](https://github.com/livekit/node-sdks/pull/711) ([@cnderrauber](https://github.com/cnderrauber)) + +### Patch Changes + +- Update @livekit/protocol to 1.51.0 - [#714](https://github.com/livekit/node-sdks/pull/714) ([@anunaym14](https://github.com/anunaym14)) + ## 2.18.0 ### Minor Changes diff --git a/packages/livekit-server-sdk/package.json b/packages/livekit-server-sdk/package.json index ebf7bffa..b88db4ff 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.18.0", + "version": "2.19.0", "description": "Server-side SDK for LiveKit", "main": "dist/index.js", "require": "dist/index.cjs",