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
5 changes: 0 additions & 5 deletions .changeset/cyan-ways-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-hornets-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-readers-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-poems-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-ants-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-buttons-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-spoons-occur.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# client-sdk-android

## 2.24.0

### Minor Changes

- Add setting custom reconnect policy - [#894](https://github.com/livekit/client-sdk-android/pull/894) ([@davidliu](https://github.com/davidliu))

- Update libwebrtc to m144 - [#886](https://github.com/livekit/client-sdk-android/pull/886) ([@davidliu](https://github.com/davidliu))

### Patch Changes

- Fix resume not working sometimes after connection loss/gain - [#894](https://github.com/livekit/client-sdk-android/pull/894) ([@davidliu](https://github.com/davidliu))

- Fix transcription attributes not converting correctly - [#889](https://github.com/livekit/client-sdk-android/pull/889) ([@davidliu](https://github.com/davidliu))

- Specifically keep native libwebrtc methods from being obfuscated - [#893](https://github.com/livekit/client-sdk-android/pull/893) ([@davidliu](https://github.com/davidliu))

- Properly cancel jobs awaiting on DataChannel low buffer instead of completing on dispose - [#897](https://github.com/livekit/client-sdk-android/pull/897) ([@davidliu](https://github.com/davidliu))

- Fix exception not being caught when using LocalParticipant.publishData - [#897](https://github.com/livekit/client-sdk-android/pull/897) ([@davidliu](https://github.com/davidliu))

## 2.23.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ LiveKit for Android is available as a Maven package.
```groovy title="build.gradle"
...
dependencies {
def livekit_version = "2.23.5"
def livekit_version = "2.24.0"

implementation "io.livekit:livekit-android:$livekit_version"

Expand All @@ -58,7 +58,7 @@ dependencies {
implementation "io.livekit:livekit-android-track-processors:$livekit_version"

// Snapshots of the latest development version are available at:
// implementation "io.livekit:livekit-android:2.23.6-SNAPSHOT"
// implementation "io.livekit:livekit-android:2.24.1-SNAPSHOT"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ org.gradle.caching=true
###############################################################

GROUP=io.livekit
VERSION_NAME=2.23.6-SNAPSHOT
VERSION_NAME=2.24.0

POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client-sdk-android",
"version": "2.23.5",
"version": "2.24.0",
"repository": "https://github.com/livekit/client-sdk-android.git",
"license": "Apache License 2.0",
"private": true,
Expand Down
Loading