Skip to content

Commit 1685617

Browse files
chore: release
1 parent 10f3580 commit 1685617

File tree

20 files changed

+84
-27
lines changed

20 files changed

+84
-27
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ members = [
1515
]
1616

1717
[workspace.dependencies]
18-
imgproc = { version = "0.3.13", path = "imgproc" }
19-
yuv-sys = { version = "0.3.8", path = "yuv-sys" }
20-
libwebrtc = { version = "0.3.14", path = "libwebrtc" }
21-
livekit-api = { version = "0.4.6", path = "livekit-api" }
22-
livekit-ffi = { version = "0.12.33", path = "livekit-ffi" }
23-
livekit-protocol = { version = "0.4.0", path = "livekit-protocol" }
18+
imgproc = { version = "0.3.14", path = "imgproc" }
19+
yuv-sys = { version = "0.3.9", path = "yuv-sys" }
20+
libwebrtc = { version = "0.3.15", path = "libwebrtc" }
21+
livekit-api = { version = "0.4.7", path = "livekit-api" }
22+
livekit-ffi = { version = "0.12.34", path = "livekit-ffi" }
23+
livekit-protocol = { version = "0.5.0", path = "livekit-protocol" }
2424
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
25-
livekit = { version = "0.7.18", path = "livekit" }
25+
livekit = { version = "0.7.19", path = "livekit" }
2626
soxr-sys = { version = "0.1.0", path = "soxr-sys" }
27-
webrtc-sys-build = { version = "0.3.7", path = "webrtc-sys/build" }
28-
webrtc-sys = { version = "0.3.11", path = "webrtc-sys" }
27+
webrtc-sys-build = { version = "0.3.8", path = "webrtc-sys/build" }
28+
webrtc-sys = { version = "0.3.12", path = "webrtc-sys" }

imgproc/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.14](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-09-18
11+
12+
### Other
13+
14+
- updated the following local packages: yuv-sys
15+
1016
## [0.3.13](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-09-09
1117

1218
### Other

imgproc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imgproc"
3-
version = "0.3.13"
3+
version = "0.3.14"
44
edition = "2021"
55
authors = ["Theo Monnom <[email protected]>"]
66
license = "MIT OR Apache-2.0"

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.15](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-09-18
11+
12+
### Other
13+
14+
- updated the following local packages: livekit-protocol, webrtc-sys
15+
1016
## [0.3.14](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-09-09
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.14"
3+
version = "0.3.15"
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.7](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-09-18
11+
12+
### Other
13+
14+
- updated the following local packages: livekit-protocol
15+
1016
## [0.4.6](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-09-03
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.6"
3+
version = "0.4.7"
44
license = "Apache-2.0"
55
description = "Rust Server SDK for LiveKit"
66
edition = "2021"

livekit-ffi/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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.34](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-09-18
11+
12+
### Other
13+
14+
- Disable opus red for e2ee enabled clients ([#706](https://github.com/livekit/rust-sdks/pull/706))
15+
- Upgrade protocol to v1.41.0 ([#703](https://github.com/livekit/rust-sdks/pull/703))
16+
- Upgrade libwebrtc to m137. ([#696](https://github.com/livekit/rust-sdks/pull/696))
17+
1018
## [0.12.33](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-09-09
1119

1220
### 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.33"
3+
version = "0.12.34"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "FFI interface for bindings in other languages"

0 commit comments

Comments
 (0)