Skip to content

Commit 00b06cd

Browse files
chore: release
1 parent 7424141 commit 00b06cd

22 files changed

Lines changed: 113 additions & 31 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ repository = "https://github.com/livekit/rust-sdks"
3838
license = "Apache-2.0"
3939

4040
[workspace.dependencies]
41-
imgproc = { version = "0.3.15", path = "imgproc" }
42-
libwebrtc = { version = "0.3.24", path = "libwebrtc" }
43-
livekit = { version = "0.7.29", path = "livekit" }
44-
livekit-api = { version = "0.4.12", path = "livekit-api" }
45-
livekit-ffi = { version = "0.12.44", path = "livekit-ffi" }
46-
livekit-protocol = { version = "0.6.0", path = "livekit-protocol" }
41+
imgproc = { version = "0.3.16", path = "imgproc" }
42+
libwebrtc = { version = "0.3.25", path = "libwebrtc" }
43+
livekit = { version = "0.7.30", path = "livekit" }
44+
livekit-api = { version = "0.4.13", path = "livekit-api" }
45+
livekit-ffi = { version = "0.12.45", path = "livekit-ffi" }
46+
livekit-protocol = { version = "0.7.0", path = "livekit-protocol" }
4747
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
48-
soxr-sys = { version = "0.1.1", path = "soxr-sys" }
49-
webrtc-sys = { version = "0.3.21", path = "webrtc-sys" }
50-
webrtc-sys-build = { version = "0.3.12", path = "webrtc-sys/build" }
51-
yuv-sys = { version = "0.3.10", path = "yuv-sys" }
48+
soxr-sys = { version = "0.1.2", path = "soxr-sys" }
49+
webrtc-sys = { version = "0.3.22", path = "webrtc-sys" }
50+
webrtc-sys-build = { version = "0.3.13", path = "webrtc-sys/build" }
51+
yuv-sys = { version = "0.3.11", path = "yuv-sys" }
5252

5353
anyhow = "1.0"
5454
bytes = "1.10"
@@ -75,4 +75,4 @@ lto = true
7575
codegen-units = 1
7676
panic = "abort"
7777
strip = "symbols"
78-
debug = false
78+
debug = false

imgproc/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.16](https://github.com/livekit/rust-sdks/compare/rust-sdks/imgproc@0.3.15...rust-sdks/imgproc@0.3.16) - 2026-02-02
11+
12+
### Other
13+
14+
- Use workspace dependencies & settings ([#856](https://github.com/livekit/rust-sdks/pull/856))
15+
1016
## [0.3.15](https://github.com/livekit/rust-sdks/compare/rust-sdks/imgproc@0.3.14...rust-sdks/imgproc@0.3.15) - 2025-10-22
1117

1218
### Other

imgproc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imgproc"
3-
version = "0.3.15"
3+
version = "0.3.16"
44
edition.workspace = true
55
authors = ["Theo Monnom <theo.8bits@gmail.com>"]
66
license = "MIT OR Apache-2.0"

libwebrtc/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.3.25](https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.24...rust-sdks/libwebrtc@0.3.25) - 2026-02-02
11+
12+
### Fixed
13+
14+
- fix the 440->441 samples issue and pass a noop callback for release ([#848](https://github.com/livekit/rust-sdks/pull/848))
15+
16+
### Other
17+
18+
- Use workspace dependencies & settings ([#856](https://github.com/livekit/rust-sdks/pull/856))
19+
- allow apm >=10ms frames ([#843](https://github.com/livekit/rust-sdks/pull/843))
20+
1021
## [0.3.24](https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.23...rust-sdks/libwebrtc@0.3.24) - 2026-01-15
1122

1223
### 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.24"
3+
version = "0.3.25"
44
edition.workspace = true
55
homepage = "https://livekit.io"
66
license.workspace = true

livekit-api/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.13](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-api@0.4.12...rust-sdks/livekit-api@0.4.13) - 2026-02-02
11+
12+
### Other
13+
14+
- Use workspace dependencies & settings ([#856](https://github.com/livekit/rust-sdks/pull/856))
15+
- Upgrade protocol to v1.44.0 ([#857](https://github.com/livekit/rust-sdks/pull/857))
16+
- expose audio mixing as a configurable field ([#850](https://github.com/livekit/rust-sdks/pull/850))
17+
- UniFFI interface ([#750](https://github.com/livekit/rust-sdks/pull/750))
18+
1019
## [0.4.12](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-api@0.4.11...rust-sdks/livekit-api@0.4.12) - 2026-01-15
1120

1221
### Fixed

livekit-api/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-api"
3-
version = "0.4.12"
3+
version = "0.4.13"
44
license.workspace = true
55
description = "Rust Server SDK for LiveKit"
66
edition.workspace = true

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.45](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.44...rust-sdks/livekit-ffi@0.12.45) - 2026-02-02
11+
12+
### Other
13+
14+
- Use workspace dependencies & settings ([#856](https://github.com/livekit/rust-sdks/pull/856))
15+
- Upgrade protocol to v1.44.0 ([#857](https://github.com/livekit/rust-sdks/pull/857))
16+
- Use dedicated audio_runtime with high priority for audio capture ([#854](https://github.com/livekit/rust-sdks/pull/854))
17+
- Expose participant's permission to ffi layer ([#824](https://github.com/livekit/rust-sdks/pull/824))
18+
- Add a request_async_id to the async requests ([#842](https://github.com/livekit/rust-sdks/pull/842))
19+
- Use the correct download url in webrtc-sys build. ([#825](https://github.com/livekit/rust-sdks/pull/825))
20+
1021
## [0.12.44](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.43...rust-sdks/livekit-ffi@0.12.44) - 2026-01-15
1122

1223
### Fixed

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.44"
3+
version = "0.12.45"
44
edition.workspace = true
55
license.workspace = true
66
description = "FFI interface for bindings in other languages"

0 commit comments

Comments
 (0)