File tree Expand file tree Collapse file tree 10 files changed +36
-12
lines changed
Expand file tree Collapse file tree 10 files changed +36
-12
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ members = [
1717[workspace .dependencies ]
1818imgproc = { version = " 0.3.14" , path = " imgproc" }
1919yuv-sys = { version = " 0.3.9" , path = " yuv-sys" }
20- libwebrtc = { version = " 0.3.15 " , path = " libwebrtc" }
20+ libwebrtc = { version = " 0.3.16 " , path = " libwebrtc" }
2121livekit-api = { version = " 0.4.7" , path = " livekit-api" }
22- livekit-ffi = { version = " 0.12.34 " , path = " livekit-ffi" }
22+ livekit-ffi = { version = " 0.12.35 " , path = " livekit-ffi" }
2323livekit-protocol = { version = " 0.5.0" , path = " livekit-protocol" }
2424livekit-runtime = { version = " 0.4.0" , path = " livekit-runtime" }
25- livekit = { version = " 0.7.19 " , path = " livekit" }
25+ livekit = { version = " 0.7.20 " , path = " livekit" }
2626soxr-sys = { version = " 0.1.0" , path = " soxr-sys" }
2727webrtc-sys-build = { version = " 0.3.8" , path = " webrtc-sys/build" }
28- webrtc-sys = { version = " 0.3.12 " , path = " webrtc-sys" }
28+ webrtc-sys = { version = " 0.3.13 " , path = " webrtc-sys" }
Original file line number Diff line number Diff 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/libwebrtc@0.3.15...rust-sdks/libwebrtc@0.3.16 ) - 2025-10-03
11+
12+ ### Other
13+
14+ - updated the following local packages: webrtc-sys
15+
1016## [ 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
1117
1218### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " libwebrtc"
3- version = " 0.3.15 "
3+ version = " 0.3.16 "
44edition = " 2021"
55homepage = " https://livekit.io"
66license = " Apache-2.0"
Original file line number Diff line number Diff 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.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
11+
12+ ### Other
13+
14+ - updated the following local packages: webrtc-sys, livekit
15+
1016## [ 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
1117
1218### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " livekit-ffi"
3- version = " 0.12.34 "
3+ version = " 0.12.35 "
44edition = " 2021"
55license = " Apache-2.0"
66description = " FFI interface for bindings in other languages"
Original file line number Diff line number Diff 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.20] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.19...rust-sdks/livekit@0.7.20 ) - 2025-10-03
11+
12+ ### Other
13+
14+ - updated the following local packages: libwebrtc
15+
1016## [ 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
1117
1218### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " livekit"
3- version = " 0.7.19 "
3+ version = " 0.7.20 "
44edition = " 2021"
55license = " Apache-2.0"
66description = " Rust Client SDK for LiveKit"
Original file line number Diff line number Diff 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.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
11+
12+ ### Other
13+
14+ - Fix empty audio frames after resample ([ #722 ] ( https://github.com/livekit/rust-sdks/pull/722 ) )
15+
1016## [ 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
1117
1218### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " webrtc-sys"
3- version = " 0.3.12 "
3+ version = " 0.3.13 "
44edition = " 2021"
55homepage = " https://livekit.io"
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments