From 8de4f3a67766aeb408f4b4fb64661297a4fc54c1 Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Thu, 28 Dec 2023 15:02:17 +0800 Subject: [PATCH] release: 1.5.6. (#442) --- CHANGELOG.md | 6 ++++++ ios/livekit_client.podspec | 2 +- lib/src/livekit.dart | 2 +- macos/livekit_client.podspec | 2 +- pubspec.yaml | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef67dfd43..76e7903cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 1.5.6 + +* Set different rendering methods for web and native. +* Improve reconnection events, add RoomAttemptReconnectEvent. +* upgrade protocol. + ## 1.5.5 * Improve reconnect logic for websocket (#406) diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index a878d17d0..b973b3303 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 = '1.5.5' + s.version = '1.5.6' 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 70f62575e..fe2dcb83c 100644 --- a/lib/src/livekit.dart +++ b/lib/src/livekit.dart @@ -19,7 +19,7 @@ import 'types/other.dart'; /// Main entry point to connect to a room. /// {@category Room} class LiveKitClient { - static const version = '1.5.5'; + static const version = '1.5.6'; /// Convenience method for connecting to a LiveKit server. /// Returns a [Room] upon a successful connect or throws when it fails. diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index 1b840b356..85dbc9f1b 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 = '1.5.5' + s.version = '1.5.6' 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 74a75ce68..5270187fb 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: 1.5.5 +version: 1.5.6 homepage: https://livekit.io environment: