diff --git a/.changeset/chilled-oranges-try.md b/.changeset/chilled-oranges-try.md deleted file mode 100644 index 04559ba280..0000000000 --- a/.changeset/chilled-oranges-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Add preliminary support for data message decryption diff --git a/.changeset/chilly-llamas-grow.md b/.changeset/chilly-llamas-grow.md deleted file mode 100644 index 63786deb90..0000000000 --- a/.changeset/chilly-llamas-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Add video autoplay attributes to PublishVideoCheck diff --git a/.changeset/cyan-dogs-know.md b/.changeset/cyan-dogs-know.md deleted file mode 100644 index 3e9e8d19f2..0000000000 --- a/.changeset/cyan-dogs-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Ensure handleDisconnect is called also when already in Reconnecting state diff --git a/.changeset/fifty-shoes-act.md b/.changeset/fifty-shoes-act.md deleted file mode 100644 index 47950fe5e1..0000000000 --- a/.changeset/fifty-shoes-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Fix TS 5.9 generic Uint8Array declaration when inferred diff --git a/.changeset/fix-audio-context.md b/.changeset/fix-audio-context.md deleted file mode 100644 index dcf1b0e667..0000000000 --- a/.changeset/fix-audio-context.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Properly clean up event listeners in getNewAudioContext() \ No newline at end of file diff --git a/.changeset/giant-ligers-flow.md b/.changeset/giant-ligers-flow.md deleted file mode 100644 index 6c66d2bd3d..0000000000 --- a/.changeset/giant-ligers-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Avoid uncaught errors related to send/disconnect races diff --git a/.changeset/many-stingrays-joke.md b/.changeset/many-stingrays-joke.md deleted file mode 100644 index d3457e1737..0000000000 --- a/.changeset/many-stingrays-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Register online listener in engine's join diff --git a/.changeset/mean-mirrors-change.md b/.changeset/mean-mirrors-change.md deleted file mode 100644 index 952f63b6fb..0000000000 --- a/.changeset/mean-mirrors-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -add TokenSource token fetching abstraction diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f42d06f5..26fce6bfbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log +## 2.15.8 + +### Patch Changes + +- Add preliminary support for data message decryption - [#1595](https://github.com/livekit/client-sdk-js/pull/1595) ([@lukasIO](https://github.com/lukasIO)) + +- Add video autoplay attributes to PublishVideoCheck - [#1648](https://github.com/livekit/client-sdk-js/pull/1648) ([@Doomann](https://github.com/Doomann)) + +- Ensure handleDisconnect is called also when already in Reconnecting state - [#1671](https://github.com/livekit/client-sdk-js/pull/1671) ([@lukasIO](https://github.com/lukasIO)) + +- Fix TS 5.9 generic Uint8Array declaration when inferred - [#1668](https://github.com/livekit/client-sdk-js/pull/1668) ([@lukasIO](https://github.com/lukasIO)) + +- Properly clean up event listeners in getNewAudioContext() - [#1660](https://github.com/livekit/client-sdk-js/pull/1660) ([@indexds](https://github.com/indexds)) + +- Avoid uncaught errors related to send/disconnect races - [#1674](https://github.com/livekit/client-sdk-js/pull/1674) ([@bryfox](https://github.com/bryfox)) + +- Register online listener in engine's join - [#1658](https://github.com/livekit/client-sdk-js/pull/1658) ([@lukasIO](https://github.com/lukasIO)) + +- add TokenSource token fetching abstraction - [#1645](https://github.com/livekit/client-sdk-js/pull/1645) ([@1egoman](https://github.com/1egoman)) + ## 2.15.7 ### Patch Changes diff --git a/package.json b/package.json index c0baf91733..04250f02f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.15.7", + "version": "2.15.8", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",