Skip to content

Commit 2fe5dc4

Browse files
v2.21.0 (#780)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 91d93ad commit 2fe5dc4

File tree

7 files changed

+19
-22
lines changed

7 files changed

+19
-22
lines changed

.changeset/nasty-kids-fail.md

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

.changeset/sixty-baboons-yawn.md

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

.changeset/tough-rings-unite.md

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

CHANGELOG.md

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

3+
## 2.21.0
4+
5+
### Minor Changes
6+
7+
- End to end encryption for data channels option - [#762](https://github.com/livekit/client-sdk-android/pull/762) ([@davidliu](https://github.com/davidliu))
8+
9+
- Added EncryptionType fields to DataReceived events and StreamInfo objects to indicate the
10+
encryption status.
11+
12+
- Add TokenSource implementation for use with token servers - [#769](https://github.com/livekit/client-sdk-android/pull/769) ([@davidliu](https://github.com/davidliu))
13+
14+
### Patch Changes
15+
16+
- Increase RPC method max roundtrip time to 7s - [#775](https://github.com/livekit/client-sdk-android/pull/775) ([@davidliu](https://github.com/davidliu))
17+
318
## 2.20.3
419

520
### 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.20.3"
50+
def livekit_version = "2.21.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.20.4-SNAPSHOT"
61+
// implementation "io.livekit:livekit-android:2.21.1-SNAPSHOT"
6262
}
6363
```
6464

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ kotlin.code.style=official
2323
###############################################################
2424

2525
GROUP=io.livekit
26-
VERSION_NAME=2.20.4-SNAPSHOT
26+
VERSION_NAME=2.21.0
2727

2828
POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms
2929

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.20.3",
3+
"version": "2.21.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)