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
6 changes: 0 additions & 6 deletions .changeset/fix-publisher-renegotiation-deadlock.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fix_nvenc_dynamic_bitrate_updates.md

This file was deleted.

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

This file was deleted.

10 changes: 5 additions & 5 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 @@ -48,10 +48,10 @@ license = "Apache-2.0"
[workspace.dependencies]
device-info = { version = "0.1.1", path = "device-info" }
imgproc = { version = "0.3.19", path = "imgproc" }
libwebrtc = { version = "0.3.43", path = "libwebrtc" }
livekit = { version = "0.8.1", path = "livekit" }
libwebrtc = { version = "0.3.44", path = "libwebrtc" }
livekit = { version = "0.8.2", path = "livekit" }
livekit-api = { version = "0.6.1", path = "livekit-api" }
livekit-ffi = { version = "0.12.73", path = "livekit-ffi" }
livekit-ffi = { version = "0.12.74", path = "livekit-ffi" }
livekit-datatrack = { version = "0.1.13", path = "livekit-datatrack" }
livekit-common = { version = "0.1.1", path = "livekit-common" }
livekit-data-stream = { version = "0.1.1", path = "livekit-data-stream" }
Expand All @@ -62,7 +62,7 @@ livekit-protocol = { version = "0.7.12", 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.40", path = "webrtc-sys" }
webrtc-sys = { version = "0.3.41", path = "webrtc-sys" }
webrtc-sys-build = { version = "0.3.18", path = "webrtc-sys/build" }
yuv-sys = { version = "0.3.14", path = "yuv-sys" }

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

- bump libwebrtc to m125
## 0.3.44 (2026-07-31)

### Fixes

#### Fix H.264, H.265, and AV1 NVENC sessions so live bitrate and frame rate updates

reconfigure the hardware without restarting the encoder.

## 0.3.43 (2026-07-27)

### Fixes
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.43"
version = "0.3.44"
edition.workspace = true
homepage = "https://livekit.io"
license.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.73",
"version": "0.12.74",
"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.73",
"version": "0.12.74",
"cpu": [
"x64"
],
Expand Down
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.73",
"version": "0.12.74",
"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.73",
"version": "0.12.74",
"cpu": [
"x64"
],
Expand Down
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.73",
"version": "0.12.74",
"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.73",
"version": "0.12.74",
"main": "index.js",
"types": "index.d.ts",
"type": "commonjs",
Expand Down
10 changes: 10 additions & 0 deletions livekit-ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- bump libwebrtc to m125
## 0.12.74 (2026-07-31)

### Fixes

- Fix a publisher-transport deadlock during renegotiation. When another negotiation was requested while an offer was awaiting its answer, `set_remote_description` re-entered `create_and_send_offer` while holding the transport's non-reentrant inner mutex, permanently wedging publishing.

#### Fix H.264, H.265, and AV1 NVENC sessions so live bitrate and frame rate updates

reconfigure the hardware without restarting the encoder.

## 0.12.73 (2026-07-29)

### Fixes
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.73"
version = "0.12.74"
edition.workspace = true
license.workspace = true
description = "FFI interface for bindings in other languages"
Expand Down
6 changes: 6 additions & 0 deletions livekit-uniffi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.8 (2026-07-31)

### Fixes

- Fix the Android AAR build. Two cargo-make bugs kept `cargo make --profile release android-package` from ever producing a release artifact: the per-arch tasks' `env = { TARGET = ... }` replaced (rather than merged) the parent env map, dropping the `--release` flag, and the `TARGET` they set leaked into the Kotlin bindgen's host build, which then cross-compiled with the host linker. Also raise the Swift and Android size budgets to match the binaries as they stand since the data-track UniFFI surface landed, and check out the released tag rather than the dispatch ref when building the wrapper packages.

## 0.1.7 (2026-07-29)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion livekit-uniffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ crate-type = ["cdylib", "staticlib", "lib"]

[package]
name = "livekit-uniffi"
version = "0.1.7"
version = "0.1.8"
edition.workspace = true
license.workspace = true
description = "Experimental FFI interface using UniFFI"
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.8.2 (2026-07-31)

### Fixes

- Fix a publisher-transport deadlock during renegotiation. When another negotiation was requested while an offer was awaiting its answer, `set_remote_description` re-entered `create_and_send_offer` while holding the transport's non-reentrant inner mutex, permanently wedging publishing.

#### Fix H.264, H.265, and AV1 NVENC sessions so live bitrate and frame rate updates

reconfigure the hardware without restarting the encoder.

## 0.8.1 (2026-07-29)

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

- bump libwebrtc to m125
## 0.3.41 (2026-07-31)

### Fixes

#### Fix H.264, H.265, and AV1 NVENC sessions so live bitrate and frame rate updates

reconfigure the hardware without restarting the encoder.

## 0.3.40 (2026-07-27)

### 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.40"
version = "0.3.41"
edition.workspace = true
homepage = "https://livekit.io"
license.workspace = true
Expand Down
Loading