File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ members = [
1717[workspace .dependencies ]
1818imgproc = { version = " 0.3.12" , path = " imgproc" }
1919yuv-sys = { version = " 0.3.7" , path = " yuv-sys" }
20- libwebrtc = { version = " 0.3.10 " , path = " libwebrtc" }
20+ libwebrtc = { version = " 0.3.11 " , path = " libwebrtc" }
2121livekit-api = { version = " 0.4.3" , path = " livekit-api" }
2222livekit-ffi = { version = " 0.12.26" , path = " livekit-ffi" }
2323livekit-protocol = { version = " 0.3.10" , path = " livekit-protocol" }
2424livekit-runtime = { version = " 0.4.0" , path = " livekit-runtime" }
25- livekit = { version = " 0.7.11 " , path = " livekit" }
25+ livekit = { version = " 0.7.12 " , path = " livekit" }
2626soxr-sys = { version = " 0.1.0" , path = " soxr-sys" }
2727webrtc-sys-build = { version = " 0.3.6" , path = " webrtc-sys/build" }
28- webrtc-sys = { version = " 0.3.7 " , path = " webrtc-sys" }
28+ webrtc-sys = { version = " 0.3.8 " , path = " webrtc-sys" }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.3.11] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.10...rust-sdks/libwebrtc@0.3.11 ) - 2025-06-11
4+
5+ ### Fixed
6+
7+ - fix uint32 overflow ([ #615 ] ( https://github.com/livekit/rust-sdks/pull/615 ) )
8+
9+ ### Other
10+
11+ - remove ([ #633 ] ( https://github.com/livekit/rust-sdks/pull/633 ) )
12+ - expose apm stream_delay ([ #616 ] ( https://github.com/livekit/rust-sdks/pull/616 ) )
13+ - Add i420_to_nv12 ([ #605 ] ( https://github.com/livekit/rust-sdks/pull/605 ) )
14+ - ffi-v0.13.0 ([ #590 ] ( https://github.com/livekit/rust-sdks/pull/590 ) )
15+ - add AudioProcessingModule ([ #580 ] ( https://github.com/livekit/rust-sdks/pull/580 ) )
16+
317## [ 0.3.10] - 2025-02-05
418
519### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " libwebrtc"
3- version = " 0.3.10 "
3+ version = " 0.3.11 "
44edition = " 2021"
55homepage = " https://livekit.io"
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.7.12] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.11...rust-sdks/livekit@0.7.12 ) - 2025-06-11
4+
5+ ### Fixed
6+
7+ - fix duration overflow ([ #654 ] ( https://github.com/livekit/rust-sdks/pull/654 ) )
8+
9+ ### Other
10+
11+ - Remove debouncer when fast_publish is enabled ([ #649 ] ( https://github.com/livekit/rust-sdks/pull/649 ) )
12+
313## [ 0.7.9] - 2025-04-08
414
515### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " livekit"
3- version = " 0.7.11 "
3+ version = " 0.7.12 "
44edition = " 2021"
55license = " Apache-2.0"
66description = " Rust Client SDK for LiveKit"
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.3.8] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/webrtc-sys@0.3.7...rust-sdks/webrtc-sys@0.3.8 ) - 2025-06-11
4+
5+ ### Fixed
6+
7+ - fix libwebrtc.jar build issue ([ #586 ] ( https://github.com/livekit/rust-sdks/pull/586 ) )
8+
9+ ### Other
10+
11+ - bump version for webrtc (fix win CI) ([ #650 ] ( https://github.com/livekit/rust-sdks/pull/650 ) )
12+ - try to fix webrtc build for iOS/macOS. ([ #646 ] ( https://github.com/livekit/rust-sdks/pull/646 ) )
13+ - remove ([ #633 ] ( https://github.com/livekit/rust-sdks/pull/633 ) )
14+ - expose apm stream_delay ([ #616 ] ( https://github.com/livekit/rust-sdks/pull/616 ) )
15+ - Add i420_to_nv12 ([ #605 ] ( https://github.com/livekit/rust-sdks/pull/605 ) )
16+ - ffi-v0.13.0 ([ #590 ] ( https://github.com/livekit/rust-sdks/pull/590 ) )
17+ - add AudioProcessingModule ([ #580 ] ( https://github.com/livekit/rust-sdks/pull/580 ) )
18+
319## [ 0.3.7] - 2025-02-05
420
521### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " webrtc-sys"
3- version = " 0.3.7 "
3+ version = " 0.3.8 "
44edition = " 2021"
55homepage = " https://livekit.io"
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments