diff --git a/.changeset/clever-garlics-laugh.md b/.changeset/clever-garlics-laugh.md deleted file mode 100644 index 95f5a61c53..0000000000 --- a/.changeset/clever-garlics-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Update participant info when getting participant diff --git a/.changeset/forty-cows-live.md b/.changeset/forty-cows-live.md deleted file mode 100644 index bcff1efac9..0000000000 --- a/.changeset/forty-cows-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": major ---- - -Remove experimental hint for webAudioMix and enable it by default diff --git a/.changeset/giant-dots-deny.md b/.changeset/giant-dots-deny.md deleted file mode 100644 index 1a7627c1ca..0000000000 --- a/.changeset/giant-dots-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Log websocket close code diff --git a/.changeset/modern-pandas-exist.md b/.changeset/modern-pandas-exist.md deleted file mode 100644 index cd0434c479..0000000000 --- a/.changeset/modern-pandas-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": major ---- - -Add support for async room sid. Removes `room.sid` and replaces it with `await room.getSid()`. diff --git a/.changeset/nasty-swans-deny.md b/.changeset/nasty-swans-deny.md deleted file mode 100644 index 3442a55106..0000000000 --- a/.changeset/nasty-swans-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": minor ---- - -Don't emit RoomEvent.Reconnecting for resumes diff --git a/.changeset/plenty-sloths-rule.md b/.changeset/plenty-sloths-rule.md deleted file mode 100644 index cc38f7cc3a..0000000000 --- a/.changeset/plenty-sloths-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": major ---- - -Change publishData signature diff --git a/.changeset/poor-horses-grow.md b/.changeset/poor-horses-grow.md deleted file mode 100644 index c41f17aaa6..0000000000 --- a/.changeset/poor-horses-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": major ---- - -Remote `OFF` option from VideoQuality enum diff --git a/.changeset/rich-apricots-sing.md b/.changeset/rich-apricots-sing.md deleted file mode 100644 index d78be2d196..0000000000 --- a/.changeset/rich-apricots-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": major ---- - -Rename `participant.tracks` to `participant.trackPublications` diff --git a/.changeset/smooth-keys-shop.md b/.changeset/smooth-keys-shop.md deleted file mode 100644 index 71fa6dac60..0000000000 --- a/.changeset/smooth-keys-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Avoid throwing unhandled error for simulcast codec tracks diff --git a/.changeset/stale-spies-buy.md b/.changeset/stale-spies-buy.md deleted file mode 100644 index 6ae48c3a5c..0000000000 --- a/.changeset/stale-spies-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": major ---- - -Rename getTrack to getTrackPublications and participants to remoteParticipants diff --git a/.changeset/three-badgers-warn.md b/.changeset/three-badgers-warn.md deleted file mode 100644 index d1633ffa72..0000000000 --- a/.changeset/three-badgers-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": major ---- - -Remove previously deprecated APIs diff --git a/.changeset/tough-eels-wait.md b/.changeset/tough-eels-wait.md deleted file mode 100644 index 5f67aab422..0000000000 --- a/.changeset/tough-eels-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Get sid from roomInfo for logContext diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a2422027..9a403d3282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log +## 2.0.0 + +### Major Changes + +- Remove experimental hint for webAudioMix and enable it by default - [#1013](https://github.com/livekit/client-sdk-js/pull/1013) ([@lukasIO](https://github.com/lukasIO)) + +- Add support for async room sid. Removes `room.sid` and replaces it with `await room.getSid()`. - [#983](https://github.com/livekit/client-sdk-js/pull/983) ([@lukasIO](https://github.com/lukasIO)) + +- Change publishData signature - [#946](https://github.com/livekit/client-sdk-js/pull/946) ([@lukasIO](https://github.com/lukasIO)) + +- Remote `OFF` option from VideoQuality enum - [#985](https://github.com/livekit/client-sdk-js/pull/985) ([@lukasIO](https://github.com/lukasIO)) + +- Rename `participant.tracks` to `participant.trackPublications` - [#947](https://github.com/livekit/client-sdk-js/pull/947) ([@lukasIO](https://github.com/lukasIO)) + +- Rename getTrack to getTrackPublications and participants to remoteParticipants - [#945](https://github.com/livekit/client-sdk-js/pull/945) ([@lukasIO](https://github.com/lukasIO)) + +- Remove previously deprecated APIs - [#948](https://github.com/livekit/client-sdk-js/pull/948) ([@lukasIO](https://github.com/lukasIO)) + +### Minor Changes + +- Don't emit RoomEvent.Reconnecting for resumes - [#1012](https://github.com/livekit/client-sdk-js/pull/1012) ([@lukasIO](https://github.com/lukasIO)) + +### Patch Changes + +- Update participant info when getting participant - [#1009](https://github.com/livekit/client-sdk-js/pull/1009) ([@lukasIO](https://github.com/lukasIO)) + +- Log websocket close code - [#1002](https://github.com/livekit/client-sdk-js/pull/1002) ([@lukasIO](https://github.com/lukasIO)) + +- Avoid throwing unhandled error for simulcast codec tracks - [#999](https://github.com/livekit/client-sdk-js/pull/999) ([@lukasIO](https://github.com/lukasIO)) + +- Get sid from roomInfo for logContext - [#991](https://github.com/livekit/client-sdk-js/pull/991) ([@lukasIO](https://github.com/lukasIO)) + ## 1.15.11 ### Patch Changes diff --git a/package.json b/package.json index bef2019adc..7c052c85e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "1.15.11", + "version": "2.0.0", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",