Skip to content

Commit a626a7a

Browse files
Version Packages (#1647)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3bd1db7 commit a626a7a

10 files changed

Lines changed: 21 additions & 41 deletions

.changeset/chilled-oranges-try.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/chilly-llamas-grow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cyan-dogs-know.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fifty-shoes-act.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-audio-context.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/giant-ligers-flow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/many-stingrays-joke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mean-mirrors-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change Log
22

3+
## 2.15.8
4+
5+
### Patch Changes
6+
7+
- Add preliminary support for data message decryption - [#1595](https://github.com/livekit/client-sdk-js/pull/1595) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Add video autoplay attributes to PublishVideoCheck - [#1648](https://github.com/livekit/client-sdk-js/pull/1648) ([@Doomann](https://github.com/Doomann))
10+
11+
- 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))
12+
13+
- Fix TS 5.9 generic Uint8Array declaration when inferred - [#1668](https://github.com/livekit/client-sdk-js/pull/1668) ([@lukasIO](https://github.com/lukasIO))
14+
15+
- Properly clean up event listeners in getNewAudioContext() - [#1660](https://github.com/livekit/client-sdk-js/pull/1660) ([@indexds](https://github.com/indexds))
16+
17+
- Avoid uncaught errors related to send/disconnect races - [#1674](https://github.com/livekit/client-sdk-js/pull/1674) ([@bryfox](https://github.com/bryfox))
18+
19+
- Register online listener in engine's join - [#1658](https://github.com/livekit/client-sdk-js/pull/1658) ([@lukasIO](https://github.com/lukasIO))
20+
21+
- add TokenSource token fetching abstraction - [#1645](https://github.com/livekit/client-sdk-js/pull/1645) ([@1egoman](https://github.com/1egoman))
22+
323
## 2.15.7
424

525
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "livekit-client",
3-
"version": "2.15.7",
3+
"version": "2.15.8",
44
"description": "JavaScript/TypeScript client SDK for LiveKit",
55
"main": "./dist/livekit-client.umd.js",
66
"unpkg": "./dist/livekit-client.umd.js",

0 commit comments

Comments
 (0)