File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ members = [
1818imgproc = { version = " 0.3.12" , path = " imgproc" }
1919yuv-sys = { version = " 0.3.7" , path = " yuv-sys" }
2020libwebrtc = { version = " 0.3.12" , path = " libwebrtc" }
21- livekit-api = { version = " 0.4.4 " , path = " livekit-api" }
22- livekit-ffi = { version = " 0.12.30 " , path = " livekit-ffi" }
21+ livekit-api = { version = " 0.4.5 " , path = " livekit-api" }
22+ livekit-ffi = { version = " 0.12.31 " , path = " livekit-ffi" }
2323livekit-protocol = { version = " 0.4.0" , path = " livekit-protocol" }
2424livekit-runtime = { version = " 0.4.0" , path = " livekit-runtime" }
25- livekit = { version = " 0.7.15 " , path = " livekit" }
25+ livekit = { version = " 0.7.16 " , path = " livekit" }
2626soxr-sys = { version = " 0.1.0" , path = " soxr-sys" }
2727webrtc-sys-build = { version = " 0.3.7" , path = " webrtc-sys/build" }
2828webrtc-sys = { version = " 0.3.9" , path = " webrtc-sys" }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.4.5] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-api@0.4.4...rust-sdks/livekit-api@0.4.5 ) - 2025-07-31
11+
12+ ### Other
13+
14+ - Expose departure_timeout in CreateRoomRequest ([ #685 ] ( https://github.com/livekit/rust-sdks/pull/685 ) )
15+ - Handle region fetch errors ([ #686 ] ( https://github.com/livekit/rust-sdks/pull/686 ) )
16+ # Changelog
17+
318## [ 0.4.4] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-api@0.4.3...rust-sdks/livekit-api@0.4.4 ) - 2025-06-17
419
520### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " livekit-api"
3- version = " 0.4.4 "
3+ version = " 0.4.5 "
44license = " Apache-2.0"
55description = " Rust Server SDK for LiveKit"
66edition = " 2021"
Original file line number Diff line number Diff line change 11# Changelog
22
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.12.31] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.30...rust-sdks/livekit-ffi@0.12.31 ) - 2025-07-31
11+
12+ ### Other
13+
14+ - updated the following local packages: livekit-api, livekit
15+ # Changelog
16+
317## [ 0.12.30] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.29...rust-sdks/livekit-ffi@0.12.30 ) - 2025-07-18
418
519### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " livekit-ffi"
3- version = " 0.12.30 "
3+ version = " 0.12.31 "
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+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.7.16] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.15...rust-sdks/livekit@0.7.16 ) - 2025-07-31
11+
12+ ### Other
13+
14+ - updated the following local packages: livekit-api
15+ # Changelog
16+
317## [ 0.7.15] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.14...rust-sdks/livekit@0.7.15 ) - 2025-07-16
418
519### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " livekit"
3- version = " 0.7.15 "
3+ version = " 0.7.16 "
44edition = " 2021"
55license = " Apache-2.0"
66description = " Rust Client SDK for LiveKit"
You can’t perform that action at this time.
0 commit comments