File tree Expand file tree Collapse file tree 12 files changed +48
-15
lines changed
Expand file tree Collapse file tree 12 files changed +48
-15
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ members = [
3030
3131[workspace .dependencies ]
3232imgproc = { version = " 0.3.15" , path = " imgproc" }
33- libwebrtc = { version = " 0.3.19 " , path = " libwebrtc" }
34- livekit = { version = " 0.7.24 " , path = " livekit" }
35- livekit-api = { version = " 0.4.9 " , path = " livekit-api" }
36- livekit-ffi = { version = " 0.12.39 " , path = " livekit-ffi" }
37- livekit-protocol = { version = " 0.5.1 " , path = " livekit-protocol" }
33+ libwebrtc = { version = " 0.3.20 " , path = " libwebrtc" }
34+ livekit = { version = " 0.7.25 " , path = " livekit" }
35+ livekit-api = { version = " 0.4.10 " , path = " livekit-api" }
36+ livekit-ffi = { version = " 0.12.40 " , path = " livekit-ffi" }
37+ livekit-protocol = { version = " 0.5.2 " , path = " livekit-protocol" }
3838livekit-runtime = { version = " 0.4.0" , path = " livekit-runtime" }
3939soxr-sys = { version = " 0.1.1" , path = " soxr-sys" }
4040webrtc-sys = { version = " 0.3.16" , 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.20] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.19...rust-sdks/libwebrtc@0.3.20 ) - 2025-11-12
11+
12+ ### Other
13+
14+ - Fix the fast path in capture_frame function, without buffering ([ #778 ] ( https://github.com/livekit/rust-sdks/pull/778 ) )
15+
1016## [ 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
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " libwebrtc"
3- version = " 0.3.19 "
3+ version = " 0.3.20 "
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.4.10] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-api@0.4.9...rust-sdks/livekit-api@0.4.10 ) - 2025-11-12
11+
12+ ### Added
13+
14+ - add outbound trunk config for create_sip_participant. ([ #771 ] ( https://github.com/livekit/rust-sdks/pull/771 ) )
15+
1016## [ 0.4.9] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-api@0.4.8...rust-sdks/livekit-api@0.4.9 ) - 2025-10-22
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " livekit-api"
3- version = " 0.4.9 "
3+ version = " 0.4.10 "
44license = " Apache-2.0"
55description = " Rust Server SDK for LiveKit"
66edition = " 2021"
Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.12.40] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.39...rust-sdks/livekit-ffi@0.12.40 ) - 2025-11-12
11+
12+ ### Other
13+
14+ - change the livekit-ffi to output a static lib for cpp SDK ([ #781 ] ( https://github.com/livekit/rust-sdks/pull/781 ) )
15+ - E2E RPC tests ([ #769 ] ( https://github.com/livekit/rust-sdks/pull/769 ) )
16+ - Remove unused dependencies ([ #761 ] ( https://github.com/livekit/rust-sdks/pull/761 ) )
17+
1018## [ 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
1119
1220### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " livekit-ffi"
3- version = " 0.12.39 "
3+ version = " 0.12.40 "
44edition = " 2021"
55license = " Apache-2.0"
66description = " FFI interface for bindings in other languages"
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.5.2] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-protocol@0.5.1...rust-sdks/livekit-protocol@0.5.2 ) - 2025-11-12
4+
5+ ### Other
6+
7+ - Remove unused dependencies ([ #761 ] ( https://github.com/livekit/rust-sdks/pull/761 ) )
8+
39## [ 0.5.1] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-protocol@0.5.0...rust-sdks/livekit-protocol@0.5.1 ) - 2025-10-22
410
511### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " livekit-protocol"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44edition = " 2021"
55license = " Apache-2.0"
66description = " Livekit protocol and utilities for the Rust SDK"
You can’t perform that action at this time.
0 commit comments