diff --git a/.changeset/fix-peercontext-forward-declaration.md b/.changeset/fix-peercontext-forward-declaration.md deleted file mode 100644 index dd0d7a665..000000000 --- a/.changeset/fix-peercontext-forward-declaration.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -webrtc-sys: patch ---- - -Fix `PeerContext` forward-declaration in `jsep.h` from `class` to `struct` to match the cxx bridge definition, resolving LNK2019 linker errors on windows-msvc - #1154 \ No newline at end of file diff --git a/.changeset/refactor_extract_data_stream_crates.md b/.changeset/refactor_extract_data_stream_crates.md deleted file mode 100644 index cfd07201b..000000000 --- a/.changeset/refactor_extract_data_stream_crates.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -livekit: patch -livekit-ffi: patch ---- - -refactor: extract data-stream logic and shared types into new `livekit-common` and `livekit-data-stream` crates (public API unchanged; types are re-exported from `livekit`) diff --git a/Cargo.lock b/Cargo.lock index 16498e82f..408f65db4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3917,7 +3917,7 @@ checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" [[package]] name = "livekit" -version = "0.7.51" +version = "0.7.52" dependencies = [ "anyhow", "base64 0.22.1", @@ -4036,7 +4036,7 @@ dependencies = [ [[package]] name = "livekit-ffi" -version = "0.12.69" +version = "0.12.70" dependencies = [ "bytes", "console-subscriber", @@ -8571,7 +8571,7 @@ dependencies = [ [[package]] name = "webrtc-sys" -version = "0.3.37" +version = "0.3.38" dependencies = [ "cc", "cxx", diff --git a/Cargo.toml b/Cargo.toml index ad55c34b0..294fc8dac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,9 +48,9 @@ license = "Apache-2.0" device-info = { version = "0.1.1", path = "device-info" } imgproc = { version = "0.3.19", path = "imgproc" } libwebrtc = { version = "0.3.40", path = "libwebrtc" } -livekit = { version = "0.7.51", path = "livekit" } +livekit = { version = "0.7.52", path = "livekit" } livekit-api = { version = "0.5.5", path = "livekit-api" } -livekit-ffi = { version = "0.12.69", path = "livekit-ffi" } +livekit-ffi = { version = "0.12.70", path = "livekit-ffi" } livekit-datatrack = { version = "0.1.10", path = "livekit-datatrack" } livekit-common = { version = "0.1.0", path = "livekit-common" } livekit-data-stream = { version = "0.1.0", path = "livekit-data-stream" } @@ -60,7 +60,7 @@ livekit-protocol = { version = "0.7.10", path = "livekit-protocol" } # feature is forced on everywhere and collides with `async`/`dispatcher` builds. livekit-runtime = { version = "0.4.0", path = "livekit-runtime", default-features = false } soxr-sys = { version = "0.1.3", path = "soxr-sys" } -webrtc-sys = { version = "0.3.37", path = "webrtc-sys" } +webrtc-sys = { version = "0.3.38", path = "webrtc-sys" } webrtc-sys-build = { version = "0.3.18", path = "webrtc-sys/build" } yuv-sys = { version = "0.3.14", path = "yuv-sys" } diff --git a/livekit-ffi-node-bindings/npm/darwin-arm64/package.json b/livekit-ffi-node-bindings/npm/darwin-arm64/package.json index 5e60b969e..5989278d7 100644 --- a/livekit-ffi-node-bindings/npm/darwin-arm64/package.json +++ b/livekit-ffi-node-bindings/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/rtc-ffi-bindings-darwin-arm64", - "version": "0.12.69", + "version": "0.12.70", "cpu": [ "arm64" ], diff --git a/livekit-ffi-node-bindings/npm/darwin-x64/package.json b/livekit-ffi-node-bindings/npm/darwin-x64/package.json index d92dc5079..8a823c3bd 100644 --- a/livekit-ffi-node-bindings/npm/darwin-x64/package.json +++ b/livekit-ffi-node-bindings/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/rtc-ffi-bindings-darwin-x64", - "version": "0.12.69", + "version": "0.12.70", "cpu": [ "x64" ], diff --git a/livekit-ffi-node-bindings/npm/linux-arm64-gnu/package.json b/livekit-ffi-node-bindings/npm/linux-arm64-gnu/package.json index d7b30ef4c..b23eb9b62 100644 --- a/livekit-ffi-node-bindings/npm/linux-arm64-gnu/package.json +++ b/livekit-ffi-node-bindings/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/rtc-ffi-bindings-linux-arm64-gnu", - "version": "0.12.69", + "version": "0.12.70", "cpu": [ "arm64" ], diff --git a/livekit-ffi-node-bindings/npm/linux-x64-gnu/package.json b/livekit-ffi-node-bindings/npm/linux-x64-gnu/package.json index 119fd9df3..fb4405541 100644 --- a/livekit-ffi-node-bindings/npm/linux-x64-gnu/package.json +++ b/livekit-ffi-node-bindings/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/rtc-ffi-bindings-linux-x64-gnu", - "version": "0.12.69", + "version": "0.12.70", "cpu": [ "x64" ], diff --git a/livekit-ffi-node-bindings/npm/win32-x64-msvc/package.json b/livekit-ffi-node-bindings/npm/win32-x64-msvc/package.json index d25f6ac8b..06679ef51 100644 --- a/livekit-ffi-node-bindings/npm/win32-x64-msvc/package.json +++ b/livekit-ffi-node-bindings/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/rtc-ffi-bindings-win32-x64-msvc", - "version": "0.12.69", + "version": "0.12.70", "cpu": [ "x64" ], diff --git a/livekit-ffi-node-bindings/package.json b/livekit-ffi-node-bindings/package.json index 4588c5238..92fbffa2a 100644 --- a/livekit-ffi-node-bindings/package.json +++ b/livekit-ffi-node-bindings/package.json @@ -3,7 +3,7 @@ "description": "LiveKit RTC Node FFI bindings for internal use only", "license": "Apache-2.0", "author": "LiveKit", - "version": "0.12.69", + "version": "0.12.70", "main": "index.js", "types": "index.d.ts", "type": "commonjs", diff --git a/livekit-ffi/CHANGELOG.md b/livekit-ffi/CHANGELOG.md index 31c9d4a10..dcca7eed4 100644 --- a/livekit-ffi/CHANGELOG.md +++ b/livekit-ffi/CHANGELOG.md @@ -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.70 (2026-07-09) + +### Fixes + +- refactor: extract data-stream logic and shared types into new `livekit-common` and `livekit-data-stream` crates (public API unchanged; types are re-exported from `livekit`) + ## 0.12.69 (2026-07-09) ### Fixes diff --git a/livekit-ffi/Cargo.toml b/livekit-ffi/Cargo.toml index bb6ec758c..daed64c91 100644 --- a/livekit-ffi/Cargo.toml +++ b/livekit-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livekit-ffi" -version = "0.12.69" +version = "0.12.70" edition.workspace = true license.workspace = true description = "FFI interface for bindings in other languages" diff --git a/livekit/CHANGELOG.md b/livekit/CHANGELOG.md index 323a85128..f72c89ba0 100644 --- a/livekit/CHANGELOG.md +++ b/livekit/CHANGELOG.md @@ -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.52 (2026-07-09) + +### Fixes + +- refactor: extract data-stream logic and shared types into new `livekit-common` and `livekit-data-stream` crates (public API unchanged; types are re-exported from `livekit`) + ## 0.7.51 (2026-07-09) ### Fixes diff --git a/livekit/Cargo.toml b/livekit/Cargo.toml index a9dd5da19..e2dca807c 100644 --- a/livekit/Cargo.toml +++ b/livekit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livekit" -version = "0.7.51" +version = "0.7.52" edition.workspace = true license.workspace = true description = "Rust Client SDK for LiveKit" diff --git a/webrtc-sys/CHANGELOG.md b/webrtc-sys/CHANGELOG.md index 3837462bd..1f60afdc4 100644 --- a/webrtc-sys/CHANGELOG.md +++ b/webrtc-sys/CHANGELOG.md @@ -165,6 +165,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - bump libwebrtc to m125 +## 0.3.38 (2026-07-09) + +### Fixes + +- Fix `PeerContext` forward-declaration in `jsep.h` from `class` to `struct` to match the cxx bridge definition, resolving LNK2019 linker errors on windows-msvc - #1154 + ## 0.3.37 (2026-07-09) ### Fixes diff --git a/webrtc-sys/Cargo.toml b/webrtc-sys/Cargo.toml index 63ebc627b..d0e2d4249 100644 --- a/webrtc-sys/Cargo.toml +++ b/webrtc-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrtc-sys" -version = "0.3.37" +version = "0.3.38" edition.workspace = true homepage = "https://livekit.io" license.workspace = true