Skip to content

Commit 0b90d0c

Browse files
Version Packages (#2056)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9bfade5 commit 0b90d0c

11 files changed

Lines changed: 23 additions & 46 deletions

.changeset/forward-participant-disconnect-reason.md

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

.changeset/grumpy-buckets-guess.md

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

.changeset/light-apes-eat.md

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

.changeset/puny-grapes-watch.md

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

.changeset/salty-tigers-beg.md

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

.changeset/smart-plants-care.md

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

.changeset/supports-adaptive-stream-detection.md

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

.changeset/token-source-require-exp.md

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

.changeset/wet-kiwis-flash.md

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

CHANGELOG.md

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

3+
## 2.22.1
4+
5+
### Patch Changes
6+
7+
- Forward `DisconnectReason` to the `ParticipantDisconnected` event - [#2055](https://github.com/livekit/client-sdk-js/pull/2055) ([@seonghunYang](https://github.com/seonghunYang))
8+
9+
- chore: periodically log webrtc stats - [#2064](https://github.com/livekit/client-sdk-js/pull/2064) ([@lukasIO](https://github.com/lukasIO))
10+
11+
- fix: enqueue signal requests until queue has been drained - [#2061](https://github.com/livekit/client-sdk-js/pull/2061) ([@lukasIO](https://github.com/lukasIO))
12+
13+
- Add roomOptions.dataStream.maxPayloadByteLength to control max data stream size - [#2060](https://github.com/livekit/client-sdk-js/pull/2060) ([@1egoman](https://github.com/1egoman))
14+
15+
- chore: signalling state machine - [#2046](https://github.com/livekit/client-sdk-js/pull/2046) ([@lukasIO](https://github.com/lukasIO))
16+
17+
- fix: catch unhandled ws signal errors - [#2065](https://github.com/livekit/client-sdk-js/pull/2065) ([@lukasIO](https://github.com/lukasIO))
18+
19+
- Fix `supportsAdaptiveStream` always returning `true` by comparing `typeof` against the `'undefined'` string. It now returns `false` in environments without `ResizeObserver` or `IntersectionObserver`. - [#2059](https://github.com/livekit/client-sdk-js/pull/2059) ([@mrpmohiburrahman](https://github.com/mrpmohiburrahman))
20+
21+
- Treat TokenSource JWTs without `exp` as expired, and still honor `exp` when `nbf` is absent - [#2057](https://github.com/livekit/client-sdk-js/pull/2057) ([@SashaMIT](https://github.com/SashaMIT))
22+
23+
- Convert internal exports to be external in examples/demo - [#2067](https://github.com/livekit/client-sdk-js/pull/2067) ([@1egoman](https://github.com/1egoman))
24+
325
## 2.22.0
426

527
### Minor Changes

0 commit comments

Comments
 (0)