Skip to content

Commit 8e2629a

Browse files
Version Packages
1 parent 9c082be commit 8e2629a

File tree

7 files changed

+15
-26
lines changed

7 files changed

+15
-26
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/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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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+
- Add new areTokenSourceFetchOptionsEqual function - [#1733](https://github.com/livekit/client-sdk-js/pull/1733) ([@1egoman](https://github.com/1egoman))
14+
15+
- 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))
16+
317
## 2.15.14
418

519
### 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)