Skip to content

Commit 7357a39

Browse files
v2.28.1 (#1009)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e67968b commit 7357a39

6 files changed

Lines changed: 12 additions & 14 deletions

File tree

.changeset/bump-protobuf-javalite.md

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

.changeset/token-source-require-exp.md

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

CHANGELOG.md

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

3+
## 2.28.1
4+
5+
### Patch Changes
6+
7+
- Bumped protobuf-javalite to 3.25.9, which fixes the unbounded parser recursion reported as CVE-2024-7254. - [#1002](https://github.com/livekit/client-sdk-android/pull/1002) ([@adrian-niculescu](https://github.com/adrian-niculescu))
8+
9+
- Fix CachingTokenSource treating a JWT with no exp as still valid, so a token that never expires stays cached forever. Require exp; keep nbf optional. - [#1008](https://github.com/livekit/client-sdk-android/pull/1008) ([@SashaMIT](https://github.com/SashaMIT))
10+
311
## 2.28.0
412

513
### Minor Changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ LiveKit for Android is available as a Maven package.
4949
```groovy title="build.gradle"
5050
...
5151
dependencies {
52-
def livekit_version = "2.28.0"
52+
def livekit_version = "2.28.1"
5353
5454
implementation "io.livekit:livekit-android:$livekit_version"
5555
@@ -60,7 +60,7 @@ dependencies {
6060
implementation "io.livekit:livekit-android-track-processors:$livekit_version"
6161
6262
// Snapshots of the latest development version are available at:
63-
// implementation "io.livekit:livekit-android:2.28.1-SNAPSHOT"
63+
// implementation "io.livekit:livekit-android:2.28.2-SNAPSHOT"
6464
}
6565
```
6666

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.28.0
36+
VERSION_NAME=2.28.1
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.28.0",
3+
"version": "2.28.1",
44
"repository": "https://github.com/livekit/client-sdk-android.git",
55
"license": "Apache License 2.0",
66
"private": true,

0 commit comments

Comments
 (0)