Skip to content
Open
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: 0 additions & 8 deletions .changeset/add_device_info_crate.md

This file was deleted.

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 @@ -43,12 +43,12 @@ repository = "https://github.com/livekit/rust-sdks"
license = "Apache-2.0"

[workspace.dependencies]
device-info = { version = "0.1.0", path = "device-info" }
device-info = { version = "0.1.1", path = "device-info" }
imgproc = { version = "0.3.19", path = "imgproc" }
libwebrtc = { version = "0.3.29", path = "libwebrtc" }
livekit = { version = "0.7.36", path = "livekit" }
livekit-api = { version = "0.4.18", path = "livekit-api" }
livekit-ffi = { version = "0.12.52", path = "livekit-ffi" }
livekit = { version = "0.7.37", path = "livekit" }
livekit-api = { version = "0.4.19", path = "livekit-api" }
livekit-ffi = { version = "0.12.53", path = "livekit-ffi" }
livekit-datatrack = { version = "0.1.3", path = "livekit-datatrack" }
livekit-protocol = { version = "0.7.4", path = "livekit-protocol" }
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
Expand Down
5 changes: 5 additions & 0 deletions device-info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.1.1 (2026-04-08)

### Fixes

- Add device-info crate and send device_info to telemetry - #982 (@maxheimbrock)
2 changes: 1 addition & 1 deletion device-info/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "device-info"
version = "0.1.0"
version = "0.1.1"
edition.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions livekit-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Update protocol and add SendDataRequest nonce
## 0.4.19 (2026-04-08)

### Fixes

- Add device-info crate and send device_info to telemetry - #982 (@maxheimbrock)

## 0.4.18 (2026-04-02)

### 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.18"
version = "0.4.19"
license.workspace = true
description = "Rust Server SDK for LiveKit"
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.52",
"version": "0.12.53",
"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.52",
"version": "0.12.53",
"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.52",
"version": "0.12.53",
"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.52",
"version": "0.12.53",
"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.52",
"version": "0.12.53",
"cpu": [
"x64"
],
Expand Down
4 changes: 2 additions & 2 deletions 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.52",
"version": "0.12.53",
"main": "index.js",
"types": "index.d.ts",
"type": "commonjs",
Expand Down Expand Up @@ -60,4 +60,4 @@
"ci:artifacts": "napi artifacts"
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
}
}
6 changes: 6 additions & 0 deletions livekit-ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- bump libwebrtc to m125
## 0.12.53 (2026-04-08)

### Fixes

- Add device-info crate and send device_info to telemetry - #982 (@maxheimbrock)

## 0.12.52 (2026-04-02)

### 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.52"
version = "0.12.53"
edition.workspace = true
license.workspace = true
description = "FFI interface for bindings in other languages"
Expand Down
6 changes: 6 additions & 0 deletions livekit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- bump libwebrtc to m125
## 0.7.37 (2026-04-08)

### Fixes

- Add device-info crate and send device_info to telemetry - #982 (@maxheimbrock)

## 0.7.36 (2026-04-02)

### 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.36"
version = "0.7.37"
edition.workspace = true
license.workspace = true
description = "Rust Client SDK for LiveKit"
Expand Down
Loading