Skip to content

Commit 7db8793

Browse files
Version Packages
1 parent 868cfab commit 7db8793

File tree

8 files changed

+17
-31
lines changed

8 files changed

+17
-31
lines changed

.changeset/clean-forks-prove.md

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

.changeset/fast-rings-cover.md

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

.changeset/gorgeous-llamas-whisper.md

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

.changeset/popular-wolves-wait.md

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

.changeset/rich-actors-taste.md

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

.changeset/spicy-scissors-bake.md

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

CHANGELOG.md

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

3+
## 2.15.15
4+
5+
### Patch Changes
6+
7+
- Add exponential backoff strategy in case of connection failures - [#1715](https://github.com/livekit/client-sdk-js/pull/1715) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Add participant as an optional parameter to EncryptionError events emitted on room level - [#1723](https://github.com/livekit/client-sdk-js/pull/1723) ([@CSantosM](https://github.com/CSantosM))
10+
11+
- fix(e2ee): propagate worker data decryption errors and reject corresponding promises - [#1729](https://github.com/livekit/client-sdk-js/pull/1729) ([@CSantosM](https://github.com/CSantosM))
12+
13+
- Fix potential undefined access while disconnecting - [#1734](https://github.com/livekit/client-sdk-js/pull/1734) ([@lukasIO](https://github.com/lukasIO))
14+
15+
- Add new areTokenSourceFetchOptionsEqual function - [#1733](https://github.com/livekit/client-sdk-js/pull/1733) ([@1egoman](https://github.com/1egoman))
16+
17+
- Ensure publication isn't attempted after timeout rejected the promise - [#1725](https://github.com/livekit/client-sdk-js/pull/1725) ([@lukasIO](https://github.com/lukasIO))
18+
319
## 2.15.14
420

521
### 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.14",
3+
"version": "2.15.15",
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)