diff --git a/.changeset/increase_room_event_ready_timeout.md b/.changeset/increase_room_event_ready_timeout.md deleted file mode 100644 index ca6dd0ba5..000000000 --- a/.changeset/increase_room_event_ready_timeout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -livekit-ffi: patch ---- - -# Increase room event ready timeout diff --git a/.changeset/lukas_reconnect.md b/.changeset/lukas_reconnect.md deleted file mode 100644 index 35377a265..000000000 --- a/.changeset/lukas_reconnect.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -livekit: patch -livekit-api: patch -livekit-ffi: patch -livekit-uniffi: patch ---- - -harden reconnect behaviour - #1148 (@lukasIO) diff --git a/Cargo.lock b/Cargo.lock index 1a4f1a863..9e716b92d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3817,7 +3817,7 @@ checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" [[package]] name = "livekit" -version = "0.7.48" +version = "0.7.49" dependencies = [ "anyhow", "base64 0.22.1", @@ -3849,7 +3849,7 @@ dependencies = [ [[package]] name = "livekit-api" -version = "0.5.3" +version = "0.5.4" dependencies = [ "async-tungstenite", "base64 0.21.7", @@ -3906,7 +3906,7 @@ dependencies = [ [[package]] name = "livekit-ffi" -version = "0.12.66" +version = "0.12.67" dependencies = [ "bytes", "console-subscriber", @@ -3958,7 +3958,7 @@ dependencies = [ [[package]] name = "livekit-uniffi" -version = "0.1.2" +version = "0.1.3" dependencies = [ "livekit-api", "livekit-protocol", diff --git a/Cargo.toml b/Cargo.toml index e389759d7..c54b1d920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,9 +47,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.38", path = "libwebrtc" } -livekit = { version = "0.7.48", path = "livekit" } -livekit-api = { version = "0.5.3", path = "livekit-api" } -livekit-ffi = { version = "0.12.66", path = "livekit-ffi" } +livekit = { version = "0.7.49", path = "livekit" } +livekit-api = { version = "0.5.4", path = "livekit-api" } +livekit-ffi = { version = "0.12.67", path = "livekit-ffi" } livekit-datatrack = { version = "0.1.9", path = "livekit-datatrack" } livekit-protocol = { version = "0.7.9", path = "livekit-protocol" } livekit-runtime = { version = "0.4.0", path = "livekit-runtime" } diff --git a/livekit-api/CHANGELOG.md b/livekit-api/CHANGELOG.md index 70bbd5b97..055e2eb60 100644 --- a/livekit-api/CHANGELOG.md +++ b/livekit-api/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 0.5.4 (2026-06-24) + +### Fixes + +- harden reconnect behaviour - #1148 (@lukasIO) + ## 0.5.3 (2026-06-23) ### Fixes diff --git a/livekit-api/Cargo.toml b/livekit-api/Cargo.toml index 689b6887a..b4253e91c 100644 --- a/livekit-api/Cargo.toml +++ b/livekit-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livekit-api" -version = "0.5.3" +version = "0.5.4" license.workspace = true description = "Rust Server SDK for LiveKit" edition.workspace = true diff --git a/livekit-ffi-node-bindings/npm/darwin-arm64/package.json b/livekit-ffi-node-bindings/npm/darwin-arm64/package.json index f8d75e698..b8f4a2269 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.66", + "version": "0.12.67", "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 ca81da72b..9d3b00b20 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.66", + "version": "0.12.67", "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 78006939a..37ce1d6f2 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.66", + "version": "0.12.67", "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 53e4a45f5..182cbdde6 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.66", + "version": "0.12.67", "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 7d3fcd30c..544da2816 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.66", + "version": "0.12.67", "cpu": [ "x64" ], diff --git a/livekit-ffi-node-bindings/package.json b/livekit-ffi-node-bindings/package.json index c4cb067ee..de7310346 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.66", + "version": "0.12.67", "main": "index.js", "types": "index.d.ts", "type": "commonjs", diff --git a/livekit-ffi/CHANGELOG.md b/livekit-ffi/CHANGELOG.md index dc34238fc..ecdfe9d86 100644 --- a/livekit-ffi/CHANGELOG.md +++ b/livekit-ffi/CHANGELOG.md @@ -316,6 +316,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - bump libwebrtc to m125 +## 0.12.67 (2026-06-24) + +### Fixes + +- Increase room event ready timeout +- harden reconnect behaviour - #1148 (@lukasIO) + ## 0.12.66 (2026-06-23) ### Features diff --git a/livekit-ffi/Cargo.toml b/livekit-ffi/Cargo.toml index 13a5ac353..74eaf3ee7 100644 --- a/livekit-ffi/Cargo.toml +++ b/livekit-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livekit-ffi" -version = "0.12.66" +version = "0.12.67" edition.workspace = true license.workspace = true description = "FFI interface for bindings in other languages" diff --git a/livekit-uniffi/CHANGELOG.md b/livekit-uniffi/CHANGELOG.md index b8720a546..ccc5d513a 100644 --- a/livekit-uniffi/CHANGELOG.md +++ b/livekit-uniffi/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.3 (2026-06-24) + +### Fixes + +- harden reconnect behaviour - #1148 (@lukasIO) + ## 0.1.2 (2026-06-23) ### Fixes diff --git a/livekit-uniffi/Cargo.toml b/livekit-uniffi/Cargo.toml index 12c2dcb06..b203ed5cd 100644 --- a/livekit-uniffi/Cargo.toml +++ b/livekit-uniffi/Cargo.toml @@ -3,7 +3,7 @@ crate-type = ["cdylib", "staticlib", "lib"] [package] name = "livekit-uniffi" -version = "0.1.2" +version = "0.1.3" edition.workspace = true license.workspace = true description = "Experimental FFI interface using UniFFI" diff --git a/livekit/CHANGELOG.md b/livekit/CHANGELOG.md index 7db98bc7e..e2e8a479d 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.49 (2026-06-24) + +### Fixes + +- harden reconnect behaviour - #1148 (@lukasIO) + ## 0.7.48 (2026-06-23) ### Features diff --git a/livekit/Cargo.toml b/livekit/Cargo.toml index ee0633476..06937c930 100644 --- a/livekit/Cargo.toml +++ b/livekit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livekit" -version = "0.7.48" +version = "0.7.49" edition.workspace = true license.workspace = true description = "Rust Client SDK for LiveKit"