diff --git a/.changes/ci-ios-platform-download b/.changes/ci-ios-platform-download deleted file mode 100644 index caf46e60b..000000000 --- a/.changes/ci-ios-platform-download +++ /dev/null @@ -1 +0,0 @@ -patch type="chore" "Skip iOS platform download in CI" diff --git a/.changes/example-prejoin-dropdown b/.changes/example-prejoin-dropdown deleted file mode 100644 index 40c988d74..000000000 --- a/.changes/example-prejoin-dropdown +++ /dev/null @@ -1 +0,0 @@ -patch type="fixed" "Fix example prejoin device dropdown handling" diff --git a/.changes/priority-control b/.changes/priority-control deleted file mode 100644 index 141c3e4c0..000000000 --- a/.changes/priority-control +++ /dev/null @@ -1 +0,0 @@ -patch type="added" "Bitrate priority control APIs" diff --git a/.changes/protobuf-6-migration b/.changes/protobuf-6-migration deleted file mode 100644 index 2cad68443..000000000 --- a/.changes/protobuf-6-migration +++ /dev/null @@ -1 +0,0 @@ -patch type="chore" "Update protobuf dependency to v6.0.0" diff --git a/.changes/reconcile-local-mute-state b/.changes/reconcile-local-mute-state deleted file mode 100644 index 4860624e8..000000000 --- a/.changes/reconcile-local-mute-state +++ /dev/null @@ -1 +0,0 @@ -patch type="fixed" "Keep mute state in sync with server" diff --git a/.changes/windows-stop-camera-after-unpublish b/.changes/windows-stop-camera-after-unpublish deleted file mode 100644 index 1cdc8258c..000000000 --- a/.changes/windows-stop-camera-after-unpublish +++ /dev/null @@ -1 +0,0 @@ -patch type="fixed" "Windows: stop camera after unpublishing video track" diff --git a/.version b/.version index 6a6a3d8e3..097a15a2a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.6.1 +2.6.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7656b128a..59fbc0dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## 2.6.2 + +* Added: Bitrate priority control APIs +* Fixed: Windows: stop camera after unpublishing video track +* Fixed: Keep mute state in sync with server +* Fixed: Fix example prejoin device dropdown handling +* Chore: Mark LocalVideoTrack constructor as internal for consistency with LocalAudioTrack +* Chore: Update protobuf dependency to v6.0.0 +* Chore: Skip iOS platform download in CI + ## 2.6.1 * Fixed: Enable E2EE for VP9 codec diff --git a/README.md b/README.md index 3d0bdff60..8972256c3 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Include this package to your `pubspec.yaml` ```yaml --- dependencies: - livekit_client: ^2.6.1 + livekit_client: ^2.6.2 ``` ### iOS diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index 7fdb76324..f22075036 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.1' + s.version = '2.6.2' 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 5eb2d5b66..fc6456380 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.1'; + static const version = '2.6.2'; /// 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 64e836067..bd8f254c1 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.1' + s.version = '2.6.2' 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 a5d8a6fbf..6b51b1034 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.1 +version: 2.6.2 homepage: https://github.com/livekit/client-sdk-flutter environment: