Skip to content

Commit

Permalink
v2.11.0 (#539)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
davidliu and github-actions[bot] authored Dec 13, 2024
1 parent cda1df9 commit 88e4c11
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-cups-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-schools-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-lamps-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-clocks-refuse.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/odd-zoos-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-feet-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-beds-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-ways-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-readers-lie.md

This file was deleted.

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

## 2.11.0

### Minor Changes

- Add use cases to CameraX createCameraProvider - [#536](https://github.com/livekit/client-sdk-android/pull/536) ([@KasemJaffer](https://github.com/KasemJaffer))

- Detect rotation for screenshare tracks - [#552](https://github.com/livekit/client-sdk-android/pull/552) ([@davidliu](https://github.com/davidliu))

- Default to scaling and cropping camera output to fit desired dimensions - [#558](https://github.com/livekit/client-sdk-android/pull/558) ([@davidliu](https://github.com/davidliu))

- This behavior may be turned off through the `VideoCaptureParams.adaptOutputToDimensions`

- Add separate default capture/publish options for screenshare tracks - [#552](https://github.com/livekit/client-sdk-android/pull/552) ([@davidliu](https://github.com/davidliu))

### Patch Changes

- Add AudioPresets and increase default audio max bitrate to 48kbps - [#551](https://github.com/livekit/client-sdk-android/pull/551) ([@davidliu](https://github.com/davidliu))

- Fix crash when setting publishing layers - [#559](https://github.com/livekit/client-sdk-android/pull/559) ([@davidliu](https://github.com/davidliu))

- Added VideoFrameCapturer for pushing video frames directly - [#538](https://github.com/livekit/client-sdk-android/pull/538) ([@davidliu](https://github.com/davidliu))

- Fix surface causing null pointer exception on some devices - [#544](https://github.com/livekit/client-sdk-android/pull/544) ([@KasemJaffer](https://github.com/KasemJaffer))

- Update Kotlin dependency to 1.9.25 - [#552](https://github.com/livekit/client-sdk-android/pull/552) ([@davidliu](https://github.com/davidliu))

## 2.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ LiveKit for Android is available as a Maven package.
```groovy title="build.gradle"
...
dependencies {
def livekit_version = "2.10.0"
def livekit_version = "2.11.0"
implementation "io.livekit:livekit-android:$livekit_version"
// CameraX support with pinch to zoom, torch control, etc.
implementation "io.livekit:livekit-android-camerax:$livekit_version"
// Snapshots of the latest development version are available at:
// implementation "io.livekit:livekit-android:2.10.1-SNAPSHOT"
// implementation "io.livekit:livekit-android:2.11.1-SNAPSHOT"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin.code.style=official
###############################################################

GROUP=io.livekit
VERSION_NAME=2.10.1-SNAPSHOT
VERSION_NAME=2.11.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.10.0",
"version": "2.11.0",
"repository": "https://github.com/livekit/client-sdk-android.git",
"license": "Apache License 2.0",
"private": true,
Expand Down

0 comments on commit 88e4c11

Please sign in to comment.