Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .changes/audio-buffer

This file was deleted.

1 change: 0 additions & 1 deletion .changes/dc-reliability

This file was deleted.

1 change: 0 additions & 1 deletion .changes/event-logging-trace

This file was deleted.

1 change: 0 additions & 1 deletion .changes/fix-linux-audio-processing

This file was deleted.

1 change: 0 additions & 1 deletion .changes/flutter-lint-warnings

This file was deleted.

1 change: 0 additions & 1 deletion .changes/json-serializable

This file was deleted.

1 change: 0 additions & 1 deletion .changes/pending-track-queue

This file was deleted.

1 change: 0 additions & 1 deletion .changes/token-source

This file was deleted.

2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.3
2.5.4
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 2.5.4

* Added pre-connect audio buffering
* Added token source API with caching and endpoint helpers
* Enabled software AEC/NS/AGC for Linux
* Added event logging with public/internal tagging
* Migrated manual JSON serialization to json_serializable code generation
* Re-enabled Flutter lint warnings and fixed existing issues
* Improved reliable data channel buffering, sequencing, and added integration tests
* Fixed race condition with pending tracks

## 2.5.3

* Feat: Data Packet Cryptor (#873)
Expand Down
2 changes: 1 addition & 1 deletion ios/livekit_client.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '2.5.3'
s.version = '2.5.4'
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/'
Expand Down
2 changes: 1 addition & 1 deletion lib/src/livekit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.3';
static const version = '2.5.4';

/// Initialize the WebRTC plugin. If this is not manually called, will be
/// initialized with default settings.
Expand Down
2 changes: 1 addition & 1 deletion macos/livekit_client.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '2.5.3'
s.version = '2.5.4'
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/'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.3
version: 2.5.4
homepage: https://github.com/livekit/client-sdk-flutter

environment:
Expand Down