diff --git a/.changeset/gentle-mayflies-float.md b/.changeset/gentle-mayflies-float.md deleted file mode 100644 index a5d384cb1f..0000000000 --- a/.changeset/gentle-mayflies-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Normalize audiooutput device id for webAudio mode diff --git a/.changeset/late-rabbits-share.md b/.changeset/late-rabbits-share.md deleted file mode 100644 index fd384fdf97..0000000000 --- a/.changeset/late-rabbits-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add page leave log diff --git a/.changeset/odd-news-vanish.md b/.changeset/odd-news-vanish.md deleted file mode 100644 index d9e653e3a7..0000000000 --- a/.changeset/odd-news-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add `stopProcessor` param to replaceTrack function diff --git a/.changeset/perfect-pugs-tan.md b/.changeset/perfect-pugs-tan.md deleted file mode 100644 index 20a82fdeee..0000000000 --- a/.changeset/perfect-pugs-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Set audio context on track as early as possible diff --git a/.changeset/strong-lies-draw.md b/.changeset/strong-lies-draw.md deleted file mode 100644 index c78349c71b..0000000000 --- a/.changeset/strong-lies-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Export logger names to configure fine grained logging diff --git a/.changeset/three-elephants-heal.md b/.changeset/three-elephants-heal.md deleted file mode 100644 index b7af4146e4..0000000000 --- a/.changeset/three-elephants-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Emit Restarting as soon as both signal and pc connection are severed diff --git a/.changeset/tricky-pandas-travel.md b/.changeset/tricky-pandas-travel.md deleted file mode 100644 index 22380d8a0f..0000000000 --- a/.changeset/tricky-pandas-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add VideoPreset overload for more granular options settings diff --git a/.changeset/two-snails-lick.md b/.changeset/two-snails-lick.md deleted file mode 100644 index 51dae87ba7..0000000000 --- a/.changeset/two-snails-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Send worker loglevel in init message diff --git a/.changeset/unlucky-planets-trade.md b/.changeset/unlucky-planets-trade.md deleted file mode 100644 index b23e476fa1..0000000000 --- a/.changeset/unlucky-planets-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Only perform mute/unmute actions if necessary diff --git a/.changeset/violet-lamps-join.md b/.changeset/violet-lamps-join.md deleted file mode 100644 index e591fdfde9..0000000000 --- a/.changeset/violet-lamps-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Make sure a 401 ConnectionError is thrown on invalid token permissions diff --git a/CHANGELOG.md b/CHANGELOG.md index 909cf5298b..2771e637a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log +## 2.0.4 + +### Patch Changes + +- Normalize audiooutput device id for webAudio mode - [#1051](https://github.com/livekit/client-sdk-js/pull/1051) ([@lukasIO](https://github.com/lukasIO)) + +- Add page leave log - [#1056](https://github.com/livekit/client-sdk-js/pull/1056) ([@lukasIO](https://github.com/lukasIO)) + +- Add `stopProcessor` param to replaceTrack function - [#1040](https://github.com/livekit/client-sdk-js/pull/1040) ([@lukasIO](https://github.com/lukasIO)) + +- Set audio context on track as early as possible - [#1053](https://github.com/livekit/client-sdk-js/pull/1053) ([@lukasIO](https://github.com/lukasIO)) + +- Export logger names to configure fine grained logging - [#1042](https://github.com/livekit/client-sdk-js/pull/1042) ([@lukasIO](https://github.com/lukasIO)) + +- Emit Restarting as soon as both signal and pc connection are severed - [#1047](https://github.com/livekit/client-sdk-js/pull/1047) ([@lukasIO](https://github.com/lukasIO)) + +- Add VideoPreset overload for more granular options settings - [#1044](https://github.com/livekit/client-sdk-js/pull/1044) ([@lukasIO](https://github.com/lukasIO)) + +- Send worker loglevel in init message - [#1045](https://github.com/livekit/client-sdk-js/pull/1045) ([@lukasIO](https://github.com/lukasIO)) + +- Only perform mute/unmute actions if necessary - [#1048](https://github.com/livekit/client-sdk-js/pull/1048) ([@lukasIO](https://github.com/lukasIO)) + +- Make sure a 401 ConnectionError is thrown on invalid token permissions - [#1049](https://github.com/livekit/client-sdk-js/pull/1049) ([@lukasIO](https://github.com/lukasIO)) + ## 2.0.3 ### Patch Changes diff --git a/package.json b/package.json index c280b8755b..16e3999b76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.0.3", + "version": "2.0.4", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",