diff --git a/.changeset/cuddly-colts-perform.md b/.changeset/cuddly-colts-perform.md deleted file mode 100644 index 6e3889e199..0000000000 --- a/.changeset/cuddly-colts-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Use a deepClone util function for CreateLocalTrackOptions diff --git a/.changeset/curvy-rules-worry.md b/.changeset/curvy-rules-worry.md deleted file mode 100644 index 235e5db553..0000000000 --- a/.changeset/curvy-rules-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Guard against overriding newly set key when auto-ratcheting diff --git a/.changeset/late-starfishes-rush.md b/.changeset/late-starfishes-rush.md deleted file mode 100644 index 9c4822fdf2..0000000000 --- a/.changeset/late-starfishes-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Fix Safari reporting wrong initial track resolution diff --git a/.changeset/moody-nails-flash.md b/.changeset/moody-nails-flash.md deleted file mode 100644 index ac429345f7..0000000000 --- a/.changeset/moody-nails-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Make peerconnection private on PCTransport diff --git a/.changeset/purple-coats-attend.md b/.changeset/purple-coats-attend.md deleted file mode 100644 index df461a3a34..0000000000 --- a/.changeset/purple-coats-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Improve handling of incompatible published codecs diff --git a/.changeset/selfish-eagles-learn.md b/.changeset/selfish-eagles-learn.md deleted file mode 100644 index 88b8489cb1..0000000000 --- a/.changeset/selfish-eagles-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Fix a race in setKeyFromMaterial that would cause keys to be set at the wrong index if several keys were set in quick succession. diff --git a/.changeset/sixty-clocks-fail.md b/.changeset/sixty-clocks-fail.md deleted file mode 100644 index c5c310ddc5..0000000000 --- a/.changeset/sixty-clocks-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Update protocol diff --git a/.changeset/thick-wolves-act.md b/.changeset/thick-wolves-act.md deleted file mode 100644 index 8652a09789..0000000000 --- a/.changeset/thick-wolves-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add key index to e2e worker log lines diff --git a/.changeset/tough-shirts-fold.md b/.changeset/tough-shirts-fold.md deleted file mode 100644 index 29ad7d8aff..0000000000 --- a/.changeset/tough-shirts-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Fix Typescript compilation error in angular setups diff --git a/.changeset/unlucky-nails-fry.md b/.changeset/unlucky-nails-fry.md deleted file mode 100644 index 3bb3a68a24..0000000000 --- a/.changeset/unlucky-nails-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Don't disconnect room before retrying new regions diff --git a/CHANGELOG.md b/CHANGELOG.md index dc554069b4..514554ecec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log +## 1.14.2 + +### Patch Changes + +- Use a deepClone util function for CreateLocalTrackOptions - [#906](https://github.com/livekit/client-sdk-js/pull/906) ([@vas11yev1work](https://github.com/vas11yev1work)) + +- Guard against overriding newly set key when auto-ratcheting - [#895](https://github.com/livekit/client-sdk-js/pull/895) ([@lukasIO](https://github.com/lukasIO)) + +- Fix Safari reporting wrong initial track resolution - [#898](https://github.com/livekit/client-sdk-js/pull/898) ([@lukasIO](https://github.com/lukasIO)) + +- Make peerconnection private on PCTransport - [#903](https://github.com/livekit/client-sdk-js/pull/903) ([@lukasIO](https://github.com/lukasIO)) + +- Improve handling of incompatible published codecs - [#911](https://github.com/livekit/client-sdk-js/pull/911) ([@davidzhao](https://github.com/davidzhao)) + +- Fix a race in setKeyFromMaterial that would cause keys to be set at the wrong index if several keys were set in quick succession. - [#908](https://github.com/livekit/client-sdk-js/pull/908) ([@dbkr](https://github.com/dbkr)) + +- Update protocol - [#902](https://github.com/livekit/client-sdk-js/pull/902) ([@lukasIO](https://github.com/lukasIO)) + +- Add key index to e2e worker log lines - [#904](https://github.com/livekit/client-sdk-js/pull/904) ([@dbkr](https://github.com/dbkr)) + +- Fix Typescript compilation error in angular setups - [#901](https://github.com/livekit/client-sdk-js/pull/901) ([@pabloFuente](https://github.com/pabloFuente)) + +- Don't disconnect room before retrying new regions - [#910](https://github.com/livekit/client-sdk-js/pull/910) ([@lukasIO](https://github.com/lukasIO)) + ## 1.14.1 ### Patch Changes diff --git a/package.json b/package.json index 0d0f821d26..4661b32245 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "1.14.1", + "version": "1.14.2", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",