From b478579039538f5805522167af022209a4c47c77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:28:47 +0000 Subject: [PATCH] Version Packages --- .changeset/chatty-oranges-clap.md | 5 ----- .changeset/eighty-pears-cheat.md | 5 ----- .changeset/large-pillows-grow.md | 5 ----- .changeset/lazy-cougars-behave.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/chatty-oranges-clap.md delete mode 100644 .changeset/eighty-pears-cheat.md delete mode 100644 .changeset/large-pillows-grow.md delete mode 100644 .changeset/lazy-cougars-behave.md diff --git a/.changeset/chatty-oranges-clap.md b/.changeset/chatty-oranges-clap.md deleted file mode 100644 index 054b409975..0000000000 --- a/.changeset/chatty-oranges-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Properly handle maxPayloadLength of 0, upper bound maxMessageSize diff --git a/.changeset/eighty-pears-cheat.md b/.changeset/eighty-pears-cheat.md deleted file mode 100644 index 3b76cf3b92..0000000000 --- a/.changeset/eighty-pears-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Add restrictOwnAudio experimental param to AudioCaptureOptions diff --git a/.changeset/large-pillows-grow.md b/.changeset/large-pillows-grow.md deleted file mode 100644 index 9715ebab62..0000000000 --- a/.changeset/large-pillows-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Enforce a maximum size of the sdp defined maxMessageSize on individual data packets sent via `publishData` diff --git a/.changeset/lazy-cougars-behave.md b/.changeset/lazy-cougars-behave.md deleted file mode 100644 index fa41069d25..0000000000 --- a/.changeset/lazy-cougars-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add deployment to TokenSourceFetch options diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e189eb0c0..d3c9d62406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.19.3 + +### Patch Changes + +- Properly handle maxPayloadLength of 0, upper bound maxMessageSize - [#1966](https://github.com/livekit/client-sdk-js/pull/1966) ([@1egoman](https://github.com/1egoman)) + +- Add restrictOwnAudio experimental param to AudioCaptureOptions - [#1974](https://github.com/livekit/client-sdk-js/pull/1974) ([@1egoman](https://github.com/1egoman)) + +- Enforce a maximum size of the sdp defined maxMessageSize on individual data packets sent via `publishData` - [#1962](https://github.com/livekit/client-sdk-js/pull/1962) ([@1egoman](https://github.com/1egoman)) + +- Add deployment to TokenSourceFetch options - [#1971](https://github.com/livekit/client-sdk-js/pull/1971) ([@lukasIO](https://github.com/lukasIO)) + ## 2.19.2 ### Patch Changes diff --git a/package.json b/package.json index 65285a6460..0bbcf35668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.19.2", + "version": "2.19.3", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",