Skip to content

Commit eec7b7a

Browse files
v2.24.0 (#890)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dce1cfb commit eec7b7a

11 files changed

+24
-39
lines changed

.changeset/cyan-ways-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shiny-hornets-shake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-readers-matter.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sweet-poems-travel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ten-ants-try.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-buttons-switch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wise-spoons-occur.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# client-sdk-android
22

3+
## 2.24.0
4+
5+
### Minor Changes
6+
7+
- Add setting custom reconnect policy - [#894](https://github.com/livekit/client-sdk-android/pull/894) ([@davidliu](https://github.com/davidliu))
8+
9+
- Update libwebrtc to m144 - [#886](https://github.com/livekit/client-sdk-android/pull/886) ([@davidliu](https://github.com/davidliu))
10+
11+
### Patch Changes
12+
13+
- Fix resume not working sometimes after connection loss/gain - [#894](https://github.com/livekit/client-sdk-android/pull/894) ([@davidliu](https://github.com/davidliu))
14+
15+
- Fix transcription attributes not converting correctly - [#889](https://github.com/livekit/client-sdk-android/pull/889) ([@davidliu](https://github.com/davidliu))
16+
17+
- Specifically keep native libwebrtc methods from being obfuscated - [#893](https://github.com/livekit/client-sdk-android/pull/893) ([@davidliu](https://github.com/davidliu))
18+
19+
- 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))
20+
21+
- Fix exception not being caught when using LocalParticipant.publishData - [#897](https://github.com/livekit/client-sdk-android/pull/897) ([@davidliu](https://github.com/davidliu))
22+
323
## 2.23.5
424

525
### Patch Changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ LiveKit for Android is available as a Maven package.
4747
```groovy title="build.gradle"
4848
...
4949
dependencies {
50-
def livekit_version = "2.23.5"
50+
def livekit_version = "2.24.0"
5151
5252
implementation "io.livekit:livekit-android:$livekit_version"
5353
@@ -58,7 +58,7 @@ dependencies {
5858
implementation "io.livekit:livekit-android-track-processors:$livekit_version"
5959
6060
// Snapshots of the latest development version are available at:
61-
// implementation "io.livekit:livekit-android:2.23.6-SNAPSHOT"
61+
// implementation "io.livekit:livekit-android:2.24.1-SNAPSHOT"
6262
}
6363
```
6464

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ org.gradle.caching=true
2424
###############################################################
2525

2626
GROUP=io.livekit
27-
VERSION_NAME=2.23.6-SNAPSHOT
27+
VERSION_NAME=2.24.0
2828

2929
POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms
3030

0 commit comments

Comments
 (0)