diff --git a/.changes/fix-concurrent-modification b/.changes/fix-concurrent-modification deleted file mode 100644 index 30ea6ede7..000000000 --- a/.changes/fix-concurrent-modification +++ /dev/null @@ -1 +0,0 @@ -patch type="fixed" "Fix concurrent modification on collection iteration during async operations" diff --git a/.changes/fix-data-stream-closed-state b/.changes/fix-data-stream-closed-state deleted file mode 100644 index 9ac8ac382..000000000 --- a/.changes/fix-data-stream-closed-state +++ /dev/null @@ -1 +0,0 @@ -patch type="fixed" "Fix crash when writing to closed data stream controllers" diff --git a/.changes/fix-imports b/.changes/fix-imports deleted file mode 100644 index 929483765..000000000 --- a/.changes/fix-imports +++ /dev/null @@ -1 +0,0 @@ -patch type="fixed" "Use explicit show clauses for foundation imports" diff --git a/.changes/fix-publisher-connection-negotiation b/.changes/fix-publisher-connection-negotiation deleted file mode 100644 index b716bec20..000000000 --- a/.changes/fix-publisher-connection-negotiation +++ /dev/null @@ -1 +0,0 @@ -patch type="fixed" "Fix publisher connection causing redundant renegotiations on lower-end devices" diff --git a/.changes/fix-region-bugs b/.changes/fix-region-bugs deleted file mode 100644 index f74cef672..000000000 --- a/.changes/fix-region-bugs +++ /dev/null @@ -1 +0,0 @@ -patch type="fixed" "Fix region URL provider cache using wrong time unit and wrong field check for regions in leave event" diff --git a/.changes/pb-v1.44.0 b/.changes/pb-v1.44.0 deleted file mode 100644 index 7852aec18..000000000 --- a/.changes/pb-v1.44.0 +++ /dev/null @@ -1 +0,0 @@ -patch type="chore" "Update protobuf to v1.44.0" diff --git a/.version b/.version index 097a15a2a..ec1cf33c3 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.6.2 +2.6.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 59fbc0dc2..62ce7ade2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## 2.6.3 + +* Fixed: Fix publisher connection causing redundant renegotiations on lower-end devices +* Fixed: Use explicit show clauses for foundation imports +* Fixed: Fix concurrent modification on collection iteration during async operations +* Fixed: Fix crash when writing to closed data stream controllers +* Fixed: Fix region URL provider cache using wrong time unit and wrong field check for regions in leave event +* Chore: Update protobuf to v1.44.0 + ## 2.6.2 * Added: Bitrate priority control APIs diff --git a/README.md b/README.md index 8972256c3..de83daf5a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Include this package to your `pubspec.yaml` ```yaml --- dependencies: - livekit_client: ^2.6.2 + livekit_client: ^2.6.3 ``` ### iOS diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index f22075036..8c4acad4f 100644 --- a/ios/livekit_client.podspec +++ b/ios/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '2.6.2' + s.version = '2.6.3' s.summary = 'Open source platform for real-time audio and video.' s.description = 'Open source platform for real-time audio and video.' s.homepage = 'https://livekit.io/' diff --git a/lib/src/livekit.dart b/lib/src/livekit.dart index fc6456380..c3d2c7563 100644 --- a/lib/src/livekit.dart +++ b/lib/src/livekit.dart @@ -20,7 +20,7 @@ import 'support/platform.dart' show lkPlatformIsMobile; /// Main entry point to connect to a room. /// {@category Room} class LiveKitClient { - static const version = '2.6.2'; + static const version = '2.6.3'; /// Initialize the WebRTC plugin. If this is not manually called, will be /// initialized with default settings. diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index bd8f254c1..9db49c3e3 100644 --- a/macos/livekit_client.podspec +++ b/macos/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '2.6.2' + s.version = '2.6.3' s.summary = 'Open source platform for real-time audio and video.' s.description = 'Open source platform for real-time audio and video.' s.homepage = 'https://livekit.io/' diff --git a/pubspec.yaml b/pubspec.yaml index 6b51b1034..e20726593 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ name: livekit_client description: Flutter Client SDK for LiveKit. Build real-time video and audio into your apps. Supports iOS, Android, and Web. -version: 2.6.2 +version: 2.6.3 homepage: https://github.com/livekit/client-sdk-flutter environment: