Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ repository = "https://github.com/livekit/rust-sdks"
license = "Apache-2.0"

[workspace.dependencies]
imgproc = { version = "0.3.17", path = "imgproc" }
imgproc = { version = "0.3.18", path = "imgproc" }
libwebrtc = { version = "0.3.25", path = "libwebrtc" }
livekit = { version = "0.7.30", path = "livekit" }
livekit = { version = "0.7.31", path = "livekit" }
livekit-api = { version = "0.4.13", path = "livekit-api" }
livekit-ffi = { version = "0.12.46", path = "livekit-ffi" }
livekit-ffi = { version = "0.12.47", path = "livekit-ffi" }
livekit-protocol = { version = "0.7.0", path = "livekit-protocol" }
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
soxr-sys = { version = "0.1.2", path = "soxr-sys" }
webrtc-sys = { version = "0.3.22", path = "webrtc-sys" }
webrtc-sys-build = { version = "0.3.13", path = "webrtc-sys/build" }
yuv-sys = { version = "0.3.12", path = "yuv-sys" }
yuv-sys = { version = "0.3.13", path = "yuv-sys" }

anyhow = "1.0"
bytes = "1.10"
Expand Down
6 changes: 6 additions & 0 deletions imgproc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.18](https://github.com/livekit/rust-sdks/compare/rust-sdks/imgproc@0.3.17...rust-sdks/imgproc@0.3.18) - 2026-02-10

### Other

- updated the following local packages: yuv-sys

## [0.3.17](https://github.com/livekit/rust-sdks/compare/rust-sdks/imgproc@0.3.16...rust-sdks/imgproc@0.3.17) - 2026-02-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion imgproc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "imgproc"
version = "0.3.17"
version = "0.3.18"
edition.workspace = true
authors = ["Theo Monnom <theo.8bits@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 8 additions & 0 deletions livekit-ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.12.47](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.46...rust-sdks/livekit-ffi@0.12.47) - 2026-02-10

### Other

- update Cargo.toml dependencies
- don't use clamp as the ultimate_kbps can be lower than 300 ([#886](https://github.com/livekit/rust-sdks/pull/886))
- pre-connect the publisher PC when an RPC handler is registered ([#880](https://github.com/livekit/rust-sdks/pull/880))

## [0.12.46](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.45...rust-sdks/livekit-ffi@0.12.46) - 2026-02-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion livekit-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit-ffi"
version = "0.12.46"
version = "0.12.47"
edition.workspace = true
license.workspace = true
description = "FFI interface for bindings in other languages"
Expand Down
7 changes: 7 additions & 0 deletions livekit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.31](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.30...rust-sdks/livekit@0.7.31) - 2026-02-10

### Other

- don't use clamp as the ultimate_kbps can be lower than 300 ([#886](https://github.com/livekit/rust-sdks/pull/886))
- pre-connect the publisher PC when an RPC handler is registered ([#880](https://github.com/livekit/rust-sdks/pull/880))

## [0.7.30](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.29...rust-sdks/livekit@0.7.30) - 2026-02-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion livekit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit"
version = "0.7.30"
version = "0.7.31"
edition.workspace = true
license.workspace = true
description = "Rust Client SDK for LiveKit"
Expand Down
6 changes: 6 additions & 0 deletions yuv-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.13](https://github.com/livekit/rust-sdks/compare/rust-sdks/yuv-sys@0.3.12...rust-sdks/yuv-sys@0.3.13) - 2026-02-10

### Other

- update libyuv & support neon simd ([#882](https://github.com/livekit/rust-sdks/pull/882))

## [0.3.12](https://github.com/livekit/rust-sdks/compare/rust-sdks/yuv-sys@0.3.11...rust-sdks/yuv-sys@0.3.12) - 2026-02-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion yuv-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yuv-sys"
version = "0.3.12"
version = "0.3.13"
edition.workspace = true
authors = ["Theo Monnom <theo.8bits@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down