Skip to content

Commit 2f40d86

Browse files
v2.26.0 (#955)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4385b9a commit 2f40d86

8 files changed

Lines changed: 18 additions & 24 deletions

File tree

.changeset/brave-plums-tease.md

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

.changeset/heavy-parrots-join.md

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

.changeset/tricky-carpets-fall.md

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

.changeset/wacky-turtles-thank.md

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

CHANGELOG.md

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

3+
## 2.26.0
4+
5+
### Minor Changes
6+
7+
- Allow customizing `maxRoundTripLatency` on `LocalParticipant.performRpc` for high-latency networks - [#953](https://github.com/livekit/client-sdk-android/pull/953) ([@1egoman](https://github.com/1egoman))
8+
9+
- Add support for RPC V2 - [#946](https://github.com/livekit/client-sdk-android/pull/946) ([@1egoman](https://github.com/1egoman))
10+
11+
### Patch Changes
12+
13+
- Change proguard rule for protobufs to official recommended rule, allowing unused protobuf classes to be removed with minification - [#946](https://github.com/livekit/client-sdk-android/pull/946) ([@1egoman](https://github.com/1egoman))
14+
15+
- Increased max data packet size for `LocalParticipant.publishData` to 65535 bytes (64KB - 1) - [#948](https://github.com/livekit/client-sdk-android/pull/948) ([@1egoman](https://github.com/1egoman))
16+
317
## 2.25.3
418

519
### 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.25.3"
50+
def livekit_version = "2.26.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.25.4-SNAPSHOT"
61+
// implementation "io.livekit:livekit-android:2.26.1-SNAPSHOT"
6262
}
6363
```
6464

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ kapt.use.worker.api=true
3333
###############################################################
3434

3535
GROUP=io.livekit
36-
VERSION_NAME=2.25.4-SNAPSHOT
36+
VERSION_NAME=2.26.0
3737

3838
POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms
3939

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client-sdk-android",
3-
"version": "2.25.3",
3+
"version": "2.26.0",
44
"repository": "https://github.com/livekit/client-sdk-android.git",
55
"license": "Apache License 2.0",
66
"private": true,

0 commit comments

Comments
 (0)