diff --git a/Cargo.lock b/Cargo.lock index bb5756d6b..f54e3045d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1634,7 +1634,7 @@ dependencies = [ [[package]] name = "libwebrtc" -version = "0.3.15" +version = "0.3.16" dependencies = [ "cxx", "env_logger 0.10.1", @@ -1690,7 +1690,7 @@ checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" [[package]] name = "livekit" -version = "0.7.19" +version = "0.7.20" dependencies = [ "anyhow", "bmrng", @@ -1746,7 +1746,7 @@ dependencies = [ [[package]] name = "livekit-ffi" -version = "0.12.34" +version = "0.12.35" dependencies = [ "bytes", "console-subscriber", @@ -3501,7 +3501,7 @@ checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" [[package]] name = "webrtc-sys" -version = "0.3.12" +version = "0.3.13" dependencies = [ "cc", "cxx", diff --git a/Cargo.toml b/Cargo.toml index d5d5dfa5e..2f539bc31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,12 +17,12 @@ members = [ [workspace.dependencies] imgproc = { version = "0.3.14", path = "imgproc" } yuv-sys = { version = "0.3.9", path = "yuv-sys" } -libwebrtc = { version = "0.3.15", path = "libwebrtc" } +libwebrtc = { version = "0.3.16", path = "libwebrtc" } livekit-api = { version = "0.4.7", path = "livekit-api" } -livekit-ffi = { version = "0.12.34", path = "livekit-ffi" } +livekit-ffi = { version = "0.12.35", path = "livekit-ffi" } livekit-protocol = { version = "0.5.0", path = "livekit-protocol" } livekit-runtime = { version = "0.4.0", path = "livekit-runtime" } -livekit = { version = "0.7.19", path = "livekit" } +livekit = { version = "0.7.20", path = "livekit" } soxr-sys = { version = "0.1.0", path = "soxr-sys" } webrtc-sys-build = { version = "0.3.8", path = "webrtc-sys/build" } -webrtc-sys = { version = "0.3.12", path = "webrtc-sys" } +webrtc-sys = { version = "0.3.13", path = "webrtc-sys" } diff --git a/libwebrtc/CHANGELOG.md b/libwebrtc/CHANGELOG.md index 34788c0d6..67fb4c3c2 100644 --- a/libwebrtc/CHANGELOG.md +++ b/libwebrtc/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.16](https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.15...rust-sdks/libwebrtc@0.3.16) - 2025-10-03 + +### Other + +- updated the following local packages: webrtc-sys + ## [0.3.15](https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.14...rust-sdks/libwebrtc@0.3.15) - 2025-09-29 ### Fixed diff --git a/libwebrtc/Cargo.toml b/libwebrtc/Cargo.toml index 59df55c59..c0375629d 100644 --- a/libwebrtc/Cargo.toml +++ b/libwebrtc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libwebrtc" -version = "0.3.15" +version = "0.3.16" edition = "2021" homepage = "https://livekit.io" license = "Apache-2.0" diff --git a/livekit-ffi/CHANGELOG.md b/livekit-ffi/CHANGELOG.md index e3a990864..8eabe3c9d 100644 --- a/livekit-ffi/CHANGELOG.md +++ b/livekit-ffi/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.35](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.34...rust-sdks/livekit-ffi@0.12.35) - 2025-10-03 + +### Other + +- updated the following local packages: webrtc-sys, livekit + ## [0.12.34](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.33...rust-sdks/livekit-ffi@0.12.34) - 2025-09-29 ### Fixed diff --git a/livekit-ffi/Cargo.toml b/livekit-ffi/Cargo.toml index a6d2ef0e0..632452bee 100644 --- a/livekit-ffi/Cargo.toml +++ b/livekit-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livekit-ffi" -version = "0.12.34" +version = "0.12.35" edition = "2021" license = "Apache-2.0" description = "FFI interface for bindings in other languages" diff --git a/livekit/CHANGELOG.md b/livekit/CHANGELOG.md index aa51753cd..5f76fb342 100644 --- a/livekit/CHANGELOG.md +++ b/livekit/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.20](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.19...rust-sdks/livekit@0.7.20) - 2025-10-03 + +### Other + +- updated the following local packages: libwebrtc + ## [0.7.19](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.18...rust-sdks/livekit@0.7.19) - 2025-09-29 ### Fixed diff --git a/livekit/Cargo.toml b/livekit/Cargo.toml index 41f7208e5..fa7d009f2 100644 --- a/livekit/Cargo.toml +++ b/livekit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livekit" -version = "0.7.19" +version = "0.7.20" edition = "2021" license = "Apache-2.0" description = "Rust Client SDK for LiveKit" diff --git a/webrtc-sys/CHANGELOG.md b/webrtc-sys/CHANGELOG.md index 58724355e..98730663f 100644 --- a/webrtc-sys/CHANGELOG.md +++ b/webrtc-sys/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.13](https://github.com/livekit/rust-sdks/compare/rust-sdks/webrtc-sys@0.3.12...rust-sdks/webrtc-sys@0.3.13) - 2025-10-03 + +### Other + +- Fix empty audio frames after resample ([#722](https://github.com/livekit/rust-sdks/pull/722)) + ## [0.3.12](https://github.com/livekit/rust-sdks/compare/rust-sdks/webrtc-sys@0.3.11...rust-sdks/webrtc-sys@0.3.12) - 2025-09-29 ### Fixed diff --git a/webrtc-sys/Cargo.toml b/webrtc-sys/Cargo.toml index 5585ee591..46a8777c2 100644 --- a/webrtc-sys/Cargo.toml +++ b/webrtc-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrtc-sys" -version = "0.3.12" +version = "0.3.13" edition = "2021" homepage = "https://livekit.io" license = "Apache-2.0"