Skip to content

Commit aab52fc

Browse files
chore: release
1 parent 0a193a4 commit aab52fc

File tree

12 files changed

+47
-15
lines changed

12 files changed

+47
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ members = [
3030

3131
[workspace.dependencies]
3232
imgproc = { 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" }
3838
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
3939
soxr-sys = { version = "0.1.1", path = "soxr-sys" }
4040
webrtc-sys = { version = "0.3.16", path = "webrtc-sys" }

libwebrtc/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.3.20](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-11-04
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/[email protected]/[email protected]) - 2025-10-27
1117

1218
### 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.19"
3+
version = "0.3.20"
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.10](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-11-04
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/[email protected]/[email protected]) - 2025-10-22
1117

1218
### Other

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.9"
3+
version = "0.4.10"
44
license = "Apache-2.0"
55
description = "Rust Server SDK for LiveKit"
66
edition = "2021"

livekit-ffi/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.12.40](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-11-04
11+
12+
### Other
13+
14+
- E2E RPC tests ([#769](https://github.com/livekit/rust-sdks/pull/769))
15+
- Remove unused dependencies ([#761](https://github.com/livekit/rust-sdks/pull/761))
16+
1017
## [0.12.39](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-10-27
1118

1219
### Fixed

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.39"
3+
version = "0.12.40"
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.5.2](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-11-04
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/[email protected]/[email protected]) - 2025-10-22
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.1"
3+
version = "0.5.2"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Livekit protocol and utilities for the Rust SDK"

0 commit comments

Comments
 (0)