Skip to content

Commit 08b12d6

Browse files
authored
v2.6.3 (#991)
1 parent b5a360d commit 08b12d6

13 files changed

Lines changed: 15 additions & 12 deletions

.changes/fix-concurrent-modification

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changes/fix-data-stream-closed-state

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changes/fix-imports

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changes/fix-publisher-connection-negotiation

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changes/fix-region-bugs

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changes/pb-v1.44.0

Lines changed: 0 additions & 1 deletion
This file was deleted.

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.2
1+
2.6.3

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## 2.6.3
4+
5+
* Fixed: Fix publisher connection causing redundant renegotiations on lower-end devices
6+
* Fixed: Use explicit show clauses for foundation imports
7+
* Fixed: Fix concurrent modification on collection iteration during async operations
8+
* Fixed: Fix crash when writing to closed data stream controllers
9+
* Fixed: Fix region URL provider cache using wrong time unit and wrong field check for regions in leave event
10+
* Chore: Update protobuf to v1.44.0
11+
312
## 2.6.2
413

514
* Added: Bitrate priority control APIs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Include this package to your `pubspec.yaml`
4646
```yaml
4747
---
4848
dependencies:
49-
livekit_client: ^2.6.2
49+
livekit_client: ^2.6.3
5050
```
5151
5252
### iOS

ios/livekit_client.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'livekit_client'
3-
s.version = '2.6.2'
3+
s.version = '2.6.3'
44
s.summary = 'Open source platform for real-time audio and video.'
55
s.description = 'Open source platform for real-time audio and video.'
66
s.homepage = 'https://livekit.io/'

0 commit comments

Comments
 (0)