diff --git a/.changeset/blue-cheetahs-shout.md b/.changeset/blue-cheetahs-shout.md deleted file mode 100644 index 4d63d0cb7c..0000000000 --- a/.changeset/blue-cheetahs-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': minor ---- - -Add new rtc path that defaults to single peer connection mode and falls back to legacy dual pc diff --git a/.changeset/fuzzy-elephants-fail.md b/.changeset/fuzzy-elephants-fail.md deleted file mode 100644 index b014e1d03c..0000000000 --- a/.changeset/fuzzy-elephants-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Use TypedPromise for typesafe errors diff --git a/.changeset/six-seas-double.md b/.changeset/six-seas-double.md deleted file mode 100644 index 5ac1035f97..0000000000 --- a/.changeset/six-seas-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -e2ee: ensure frame cryptor transform setup works for rapid subscription changes diff --git a/CHANGELOG.md b/CHANGELOG.md index 286adc2559..56a410f2de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.17.0 + +### Minor Changes + +- Add new rtc path that defaults to single peer connection mode and falls back to legacy dual pc - [#1785](https://github.com/livekit/client-sdk-js/pull/1785) ([@lukasIO](https://github.com/lukasIO)) + +### Patch Changes + +- Use TypedPromise for typesafe errors - [#1770](https://github.com/livekit/client-sdk-js/pull/1770) ([@lukasIO](https://github.com/lukasIO)) + +- e2ee: ensure frame cryptor transform setup works for rapid subscription changes - [#1789](https://github.com/livekit/client-sdk-js/pull/1789) ([@lukasIO](https://github.com/lukasIO)) + ## 2.16.1 ### Patch Changes diff --git a/package.json b/package.json index ab67872ad9..9cdcd41247 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.16.1", + "version": "2.17.0", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",