Skip to content

Commit 02160e5

Browse files
chore: release
1 parent 47eec80 commit 02160e5

File tree

16 files changed

+81
-21
lines changed

16 files changed

+81
-21
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ members = [
3131

3232
[workspace.dependencies]
3333
imgproc = { version = "0.3.15", path = "imgproc" }
34-
libwebrtc = { version = "0.3.20", path = "libwebrtc" }
35-
livekit = { version = "0.7.25", path = "livekit" }
36-
livekit-api = { version = "0.4.10", path = "livekit-api" }
37-
livekit-ffi = { version = "0.12.40", path = "livekit-ffi" }
38-
livekit-protocol = { version = "0.5.2", path = "livekit-protocol" }
34+
libwebrtc = { version = "0.3.21", path = "libwebrtc" }
35+
livekit = { version = "0.7.26", path = "livekit" }
36+
livekit-api = { version = "0.4.11", path = "livekit-api" }
37+
livekit-ffi = { version = "0.12.41", path = "livekit-ffi" }
38+
livekit-protocol = { version = "0.6.0", path = "livekit-protocol" }
3939
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
4040
soxr-sys = { version = "0.1.1", path = "soxr-sys" }
41-
webrtc-sys = { version = "0.3.17", path = "webrtc-sys" }
42-
webrtc-sys-build = { version = "0.3.11", path = "webrtc-sys/build" }
41+
webrtc-sys = { version = "0.3.18", path = "webrtc-sys" }
42+
webrtc-sys-build = { version = "0.3.12", path = "webrtc-sys/build" }
4343
yuv-sys = { version = "0.3.10", path = "yuv-sys" }

libwebrtc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.21](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-12-03
11+
12+
### Other
13+
14+
- move starting/stopping GLib event loop into libwebrtc crate ([#798](https://github.com/livekit/rust-sdks/pull/798))
15+
- Expose desktop capturer ([#725](https://github.com/livekit/rust-sdks/pull/725))
16+
1017
## [0.3.20](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-11-20
1118

1219
### Other

libwebrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libwebrtc"
3-
version = "0.3.20"
3+
version = "0.3.21"
44
edition = "2021"
55
homepage = "https://livekit.io"
66
license = "Apache-2.0"

livekit-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.11](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-12-03
11+
12+
### Added
13+
14+
- *(connector)* initial service impl ([#790](https://github.com/livekit/rust-sdks/pull/790))
15+
1016
## [0.4.10](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-11-20
1117

1218
### Added

livekit-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livekit-api"
3-
version = "0.4.10"
3+
version = "0.4.11"
44
license = "Apache-2.0"
55
description = "Rust Server SDK for LiveKit"
66
edition = "2021"

livekit-ffi/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.41](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-12-03
11+
12+
### Added
13+
14+
- *(connector)* initial service impl ([#790](https://github.com/livekit/rust-sdks/pull/790))
15+
16+
### Fixed
17+
18+
- fix mute/unmute events for LocalTrack. ([#799](https://github.com/livekit/rust-sdks/pull/799))
19+
20+
### Other
21+
22+
- Add RoomEvent::TokenRefreshed ([#803](https://github.com/livekit/rust-sdks/pull/803))
23+
- Expose desktop capturer ([#725](https://github.com/livekit/rust-sdks/pull/725))
24+
1025
## [0.12.40](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-11-20
1126

1227
### Other

livekit-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livekit-ffi"
3-
version = "0.12.40"
3+
version = "0.12.41"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "FFI interface for bindings in other languages"

livekit-protocol/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-12-03
4+
5+
### Added
6+
7+
- *(connector)* initial service impl ([#790](https://github.com/livekit/rust-sdks/pull/790))
8+
39
## [0.5.2](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-11-20
410

511
### Other

livekit-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livekit-protocol"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Livekit protocol and utilities for the Rust SDK"

0 commit comments

Comments
 (0)