Skip to content

Commit c8388cf

Browse files
Release packages
1 parent 0aea78f commit c8388cf

17 files changed

Lines changed: 42 additions & 26 deletions

File tree

.changeset/only_advertise_internal_h264_decode_formats_if_the_decoder_w.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ license = "Apache-2.0"
4848
[workspace.dependencies]
4949
device-info = { version = "0.1.1", path = "device-info" }
5050
imgproc = { version = "0.3.19", path = "imgproc" }
51-
libwebrtc = { version = "0.3.44", path = "libwebrtc" }
52-
livekit = { version = "0.8.2", path = "livekit" }
51+
libwebrtc = { version = "0.3.45", path = "libwebrtc" }
52+
livekit = { version = "0.8.3", path = "livekit" }
5353
livekit-api = { version = "0.6.2", path = "livekit-api" }
54-
livekit-ffi = { version = "0.12.74", path = "livekit-ffi" }
54+
livekit-ffi = { version = "0.12.75", path = "livekit-ffi" }
5555
livekit-datatrack = { version = "0.1.13", path = "livekit-datatrack" }
5656
livekit-common = { version = "0.1.1", path = "livekit-common" }
5757
livekit-data-stream = { version = "0.1.2", path = "livekit-data-stream" }
@@ -62,7 +62,7 @@ livekit-protocol = { version = "0.7.12", path = "livekit-protocol" }
6262
# feature is forced on everywhere and collides with `async`/`dispatcher` builds.
6363
livekit-runtime = { version = "0.4.0", path = "livekit-runtime", default-features = false }
6464
soxr-sys = { version = "0.1.3", path = "soxr-sys" }
65-
webrtc-sys = { version = "0.3.41", path = "webrtc-sys" }
65+
webrtc-sys = { version = "0.3.42", path = "webrtc-sys" }
6666
webrtc-sys-build = { version = "0.3.18", path = "webrtc-sys/build" }
6767
yuv-sys = { version = "0.3.14", path = "yuv-sys" }
6868

libwebrtc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139139
### Added
140140

141141
- bump libwebrtc to m125
142+
## 0.3.45 (2026-08-05)
143+
144+
### Fixes
145+
146+
- Only advertise internal H264 decode formats if the decoder works - #1313 (@MaxHeimbrock)
147+
142148
## 0.3.44 (2026-08-03)
143149

144150
### Fixes

libwebrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libwebrtc"
3-
version = "0.3.44"
3+
version = "0.3.45"
44
edition.workspace = true
55
homepage = "https://livekit.io"
66
license.workspace = true

livekit-ffi-node-bindings/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/rtc-ffi-bindings-darwin-arm64",
3-
"version": "0.12.74",
3+
"version": "0.12.75",
44
"cpu": [
55
"arm64"
66
],

livekit-ffi-node-bindings/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/rtc-ffi-bindings-darwin-x64",
3-
"version": "0.12.74",
3+
"version": "0.12.75",
44
"cpu": [
55
"x64"
66
],

livekit-ffi-node-bindings/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/rtc-ffi-bindings-linux-arm64-gnu",
3-
"version": "0.12.74",
3+
"version": "0.12.75",
44
"cpu": [
55
"arm64"
66
],

livekit-ffi-node-bindings/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/rtc-ffi-bindings-linux-x64-gnu",
3-
"version": "0.12.74",
3+
"version": "0.12.75",
44
"cpu": [
55
"x64"
66
],

livekit-ffi-node-bindings/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/rtc-ffi-bindings-win32-x64-msvc",
3-
"version": "0.12.74",
3+
"version": "0.12.75",
44
"cpu": [
55
"x64"
66
],

0 commit comments

Comments
 (0)