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
6 changes: 0 additions & 6 deletions .changeset/expose_participant_state.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix_clippy_warnings_in_build.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/fix_fix_unavailable_sem_symbol_for_linux_aarch64.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fix_unity_android_build.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/upgrade_to_thiserror_2.md

This file was deleted.

16 changes: 8 additions & 8 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ license = "Apache-2.0"

[workspace.dependencies]
imgproc = { version = "0.3.18", path = "imgproc" }
libwebrtc = { version = "0.3.27", path = "libwebrtc" }
livekit = { version = "0.7.34", path = "livekit" }
livekit-api = { version = "0.4.16", path = "livekit-api" }
livekit-ffi = { version = "0.12.50", path = "livekit-ffi" }
livekit-datatrack = { version = "0.1.1", path = "livekit-datatrack" }
livekit-protocol = { version = "0.7.2", path = "livekit-protocol" }
libwebrtc = { version = "0.3.28", path = "libwebrtc" }
livekit = { version = "0.7.35", path = "livekit" }
livekit-api = { version = "0.4.17", path = "livekit-api" }
livekit-ffi = { version = "0.12.51", path = "livekit-ffi" }
livekit-datatrack = { version = "0.1.2", path = "livekit-datatrack" }
livekit-protocol = { version = "0.7.3", 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.25", path = "webrtc-sys" }
webrtc-sys = { version = "0.3.26", path = "webrtc-sys" }
webrtc-sys-build = { version = "0.3.14", path = "webrtc-sys/build" }
yuv-sys = { version = "0.3.13", path = "yuv-sys" }

Expand Down
10 changes: 10 additions & 0 deletions libwebrtc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- bump libwebrtc to m125
## 0.3.28 (2026-03-31)

### Fixes

- Upgrade to thiserror 2

#### fix: fix unavailable sem symbol for Linux aarch64.

##975 by @cloudwebrtc

## 0.3.27 (2026-03-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion libwebrtc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libwebrtc"
version = "0.3.27"
version = "0.3.28"
edition.workspace = true
homepage = "https://livekit.io"
license.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions livekit-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Update protocol and add SendDataRequest nonce
## 0.4.17 (2026-03-31)

### Fixes

- Fix clippy warnings in livekit-api and build.rs
- Upgrade to thiserror 2

## 0.4.16 (2026-03-22)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion livekit-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit-api"
version = "0.4.16"
version = "0.4.17"
license.workspace = true
description = "Rust Server SDK for LiveKit"
edition.workspace = true
Expand Down
8 changes: 7 additions & 1 deletion livekit-datatrack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
## 0.1.2 (2026-03-31)

### Fixes

- Upgrade to thiserror 2

## 0.1.1 (2026-03-22)

### Features

- Initial release.
- Initial release.
2 changes: 1 addition & 1 deletion livekit-datatrack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "livekit-datatrack"
description = "Data track core for LiveKit"
version = "0.1.1"
version = "0.1.2"
readme = "README.md"
license.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion livekit-ffi-node-bindings/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/rtc-ffi-bindings-darwin-arm64",
"version": "0.12.50",
"version": "0.12.51",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion livekit-ffi-node-bindings/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/rtc-ffi-bindings-darwin-x64",
"version": "0.12.50",
"version": "0.12.51",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion livekit-ffi-node-bindings/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/rtc-ffi-bindings-linux-arm64-gnu",
"version": "0.12.50",
"version": "0.12.51",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion livekit-ffi-node-bindings/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/rtc-ffi-bindings-linux-x64-gnu",
"version": "0.12.50",
"version": "0.12.51",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion livekit-ffi-node-bindings/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/rtc-ffi-bindings-win32-x64-msvc",
"version": "0.12.50",
"version": "0.12.51",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion livekit-ffi-node-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "LiveKit RTC Node FFI bindings for internal use only",
"license": "Apache-2.0",
"author": "LiveKit",
"version": "0.12.50",
"version": "0.12.51",
"main": "index.js",
"types": "index.d.ts",
"type": "commonjs",
Expand Down
8 changes: 8 additions & 0 deletions livekit-ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- bump libwebrtc to m125
## 0.12.51 (2026-03-31)

### Fixes

- Expose participant active event, state, and joined at
- fix unity android build with "livekit" prefixed jni - #983 (@xianshijing-lk)
- Upgrade to thiserror 2

## 0.12.50 (2026-03-22)

### Features
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.50"
version = "0.12.51"
edition.workspace = true
license.workspace = true
description = "FFI interface for bindings in other languages"
Expand Down
6 changes: 6 additions & 0 deletions livekit-protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
### Changed

- Update protocol version to v1.31.0
## 0.7.3 (2026-03-31)

### Fixes

- Upgrade to thiserror 2

## 0.7.2 (2026-03-22)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion livekit-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit-protocol"
version = "0.7.2"
version = "0.7.3"
edition.workspace = true
license.workspace = true
description = "Livekit protocol and utilities for the Rust SDK"
Expand Down
6 changes: 6 additions & 0 deletions livekit-wakeword/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## 0.1.2 (2026-03-31)

### Fixes

- Upgrade to thiserror 2

## 0.1.1 (2026-03-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion livekit-wakeword/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit-wakeword"
version = "0.1.1"
version = "0.1.2"
description = "ONNX-based wake word detection for LiveKit"
edition.workspace = true
repository.workspace = true
Expand Down
10 changes: 10 additions & 0 deletions livekit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- bump libwebrtc to m125
## 0.7.35 (2026-03-31)

### Features

- Expose participant active event, state, and joined at

### Fixes

- Upgrade to thiserror 2

## 0.7.34 (2026-03-22)

### Features
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.34"
version = "0.7.35"
edition.workspace = true
license.workspace = true
description = "Rust Client SDK for LiveKit"
Expand Down
10 changes: 10 additions & 0 deletions webrtc-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- bump libwebrtc to m125
## 0.3.26 (2026-03-31)

### Fixes

- fix unity android build with "livekit" prefixed jni - #983 (@xianshijing-lk)

#### fix: fix unavailable sem symbol for Linux aarch64.

##975 by @cloudwebrtc

## 0.3.25 (2026-03-22)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion webrtc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc-sys"
version = "0.3.25"
version = "0.3.26"
edition.workspace = true
homepage = "https://livekit.io"
license.workspace = true
Expand Down
Loading