Skip to content

Commit ceed1ab

Browse files
authored
v2.5.4 (#930)
1 parent b553e3e commit ceed1ab

14 files changed

+16
-13
lines changed

.changes/audio-buffer

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

.changes/dc-reliability

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

.changes/event-logging-trace

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

.changes/fix-linux-audio-processing

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

.changes/flutter-lint-warnings

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

.changes/json-serializable

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

.changes/pending-track-queue

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

.changes/token-source

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.5.3
1+
2.5.4

CHANGELOG.md

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

3+
## 2.5.4
4+
5+
* Added pre-connect audio buffering
6+
* Added token source API with caching and endpoint helpers
7+
* Enabled software AEC/NS/AGC for Linux
8+
* Added event logging with public/internal tagging
9+
* Migrated manual JSON serialization to json_serializable code generation
10+
* Re-enabled Flutter lint warnings and fixed existing issues
11+
* Improved reliable data channel buffering, sequencing, and added integration tests
12+
* Fixed race condition with pending tracks
13+
314
## 2.5.3
415

516
* Feat: Data Packet Cryptor (#873)

0 commit comments

Comments
 (0)