Skip to content

Commit 5556e98

Browse files
chore: release (#764)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7ef7f6e commit 5556e98

12 files changed

Lines changed: 56 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ members = [
3030

3131
[workspace.dependencies]
3232
imgproc = { version = "0.3.15", path = "imgproc" }
33-
libwebrtc = { version = "0.3.18", path = "libwebrtc" }
34-
livekit = { version = "0.7.23", path = "livekit" }
33+
libwebrtc = { version = "0.3.19", path = "libwebrtc" }
34+
livekit = { version = "0.7.24", path = "livekit" }
3535
livekit-api = { version = "0.4.9", path = "livekit-api" }
36-
livekit-ffi = { version = "0.12.38", path = "livekit-ffi" }
36+
livekit-ffi = { version = "0.12.39", path = "livekit-ffi" }
3737
livekit-protocol = { version = "0.5.1", path = "livekit-protocol" }
3838
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
3939
soxr-sys = { version = "0.1.1", path = "soxr-sys" }
40-
webrtc-sys = { version = "0.3.15", path = "webrtc-sys" }
41-
webrtc-sys-build = { version = "0.3.10", path = "webrtc-sys/build" }
40+
webrtc-sys = { version = "0.3.16", path = "webrtc-sys" }
41+
webrtc-sys-build = { version = "0.3.11", path = "webrtc-sys/build" }
4242
yuv-sys = { version = "0.3.10", path = "yuv-sys" }

libwebrtc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.19](https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.18...rust-sdks/libwebrtc@0.3.19) - 2025-10-27
11+
12+
### Other
13+
14+
- updated the following local packages: webrtc-sys
15+
1016
## [0.3.18](https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.17...rust-sdks/libwebrtc@0.3.18) - 2025-10-22
1117

1218
### Other

libwebrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libwebrtc"
3-
version = "0.3.18"
3+
version = "0.3.19"
44
edition = "2021"
55
homepage = "https://livekit.io"
66
license = "Apache-2.0"

livekit-ffi/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.39](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.38...rust-sdks/livekit-ffi@0.12.39) - 2025-10-27
11+
12+
### Fixed
13+
14+
- fix unable to locate __arm_tpidr2_save for android ffi. ([#765](https://github.com/livekit/rust-sdks/pull/765))
15+
16+
### Other
17+
18+
- Linux hardware acceleration build fixes ([#753](https://github.com/livekit/rust-sdks/pull/753))
19+
- Expose set video quality ([#759](https://github.com/livekit/rust-sdks/pull/759))
20+
1021
## [0.12.38](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.37...rust-sdks/livekit-ffi@0.12.38) - 2025-10-23
1122

1223
### Other

livekit-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livekit-ffi"
3-
version = "0.12.38"
3+
version = "0.12.39"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "FFI interface for bindings in other languages"

livekit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.24](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.23...rust-sdks/livekit@0.7.24) - 2025-10-27
11+
12+
### Other
13+
14+
- Expose set video quality ([#759](https://github.com/livekit/rust-sdks/pull/759))
15+
1016
## [0.7.23](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.22...rust-sdks/livekit@0.7.23) - 2025-10-23
1117

1218
### Other

livekit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livekit"
3-
version = "0.7.23"
3+
version = "0.7.24"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Rust Client SDK for LiveKit"

webrtc-sys/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.16](https://github.com/livekit/rust-sdks/compare/rust-sdks/webrtc-sys@0.3.15...rust-sdks/webrtc-sys@0.3.16) - 2025-10-27
11+
12+
### Fixed
13+
14+
- fix unable to locate __arm_tpidr2_save for android ffi. ([#765](https://github.com/livekit/rust-sdks/pull/765))
15+
16+
### Other
17+
18+
- Linux hardware acceleration build fixes ([#753](https://github.com/livekit/rust-sdks/pull/753))
19+
1020
## [0.3.15](https://github.com/livekit/rust-sdks/compare/rust-sdks/webrtc-sys@0.3.14...rust-sdks/webrtc-sys@0.3.15) - 2025-10-22
1121

1222
### Other

webrtc-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-sys"
3-
version = "0.3.15"
3+
version = "0.3.16"
44
edition = "2021"
55
homepage = "https://livekit.io"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)