Skip to content

Commit 5406c9f

Browse files
chore: release
1 parent 50e5938 commit 5406c9f

File tree

23 files changed

+101
-22
lines changed

23 files changed

+101
-22
lines changed

Cargo.lock

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

examples/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edition = "2021"
66
[dependencies]
77
tokio = { version = "1", features = ["full", "parking_lot"] }
88
livekit-api = { workspace = true, features = ["rustls-tls-native-roots"] }
9-
futures = "0.3"
9+
futures = "0.3"

examples/webhooks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ publish = false
77
[dependencies]
88
livekit-api = { workspace = true, features = ["rustls-tls-native-roots"] }
99
hyper = { version = "0.14", features = ["full"] }
10-
tokio = { version = "1", features = ["full"] }
10+
tokio = { version = "1", features = ["full"] }

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.15](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-10-22
11+
12+
### Other
13+
14+
- License check ([#746](https://github.com/livekit/rust-sdks/pull/746))
15+
1016
## [0.3.14](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-09-29
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.14"
3+
version = "0.3.15"
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.18](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-10-22
11+
12+
### Other
13+
14+
- License check ([#746](https://github.com/livekit/rust-sdks/pull/746))
15+
1016
## [0.3.17](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-10-13
1117

1218
### Added

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.17"
3+
version = "0.3.18"
44
edition = "2021"
55
homepage = "https://livekit.io"
66
license = "Apache-2.0"

livekit-api/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.4.9](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-10-22
11+
12+
### Other
13+
14+
- License check ([#746](https://github.com/livekit/rust-sdks/pull/746))
15+
- Agent dispatch APIs ([#742](https://github.com/livekit/rust-sdks/pull/742))
16+
- Access token via auth header ([#728](https://github.com/livekit/rust-sdks/pull/728))
17+
1018
## [0.4.8](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-10-13
1119

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

livekit-ffi/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.12.37](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-10-22
11+
12+
### Other
13+
14+
- License check ([#746](https://github.com/livekit/rust-sdks/pull/746))
15+
- Derive from_variants for FFI oneof fields ([#738](https://github.com/livekit/rust-sdks/pull/738))
16+
- Remove participant check for data packets ([#757](https://github.com/livekit/rust-sdks/pull/757))
17+
- clamp connection timeout and fixed the comment ([#748](https://github.com/livekit/rust-sdks/pull/748))
18+
- put examples in root Cargo workspace ([#731](https://github.com/livekit/rust-sdks/pull/731))
19+
1020
## [0.12.36](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-10-13
1121

1222
### Added

0 commit comments

Comments
 (0)