Skip to content

Commit 6f994bc

Browse files
Release packages
1 parent 97c18fa commit 6f994bc

24 files changed

Lines changed: 69 additions & 63 deletions

.changeset/agent-deployment-docs.md

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

.changeset/cleanup-libwebrtc-warnings.md

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

.changeset/compress-initial-offer-in-url.md

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

.changeset/fix-ffi-room-eos.md

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

.changeset/preencoded-passthrough-core.md

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

.changeset/simplify-start-bitrate-and-degradation-defaults.md

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

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ license = "Apache-2.0"
4747
[workspace.dependencies]
4848
device-info = { version = "0.1.1", path = "device-info" }
4949
imgproc = { version = "0.3.19", path = "imgproc" }
50-
libwebrtc = { version = "0.3.41", path = "libwebrtc" }
51-
livekit = { version = "0.7.52", path = "livekit" }
52-
livekit-api = { version = "0.5.5", path = "livekit-api" }
53-
livekit-ffi = { version = "0.12.70", path = "livekit-ffi" }
50+
libwebrtc = { version = "0.3.42", path = "libwebrtc" }
51+
livekit = { version = "0.7.53", path = "livekit" }
52+
livekit-api = { version = "0.5.6", path = "livekit-api" }
53+
livekit-ffi = { version = "0.12.71", path = "livekit-ffi" }
5454
livekit-datatrack = { version = "0.1.11", path = "livekit-datatrack" }
5555
livekit-common = { version = "0.1.0", path = "livekit-common" }
5656
livekit-data-stream = { version = "0.1.0", path = "livekit-data-stream" }
@@ -60,7 +60,7 @@ livekit-protocol = { version = "0.7.10", path = "livekit-protocol" }
6060
# feature is forced on everywhere and collides with `async`/`dispatcher` builds.
6161
livekit-runtime = { version = "0.4.0", path = "livekit-runtime", default-features = false }
6262
soxr-sys = { version = "0.1.3", path = "soxr-sys" }
63-
webrtc-sys = { version = "0.3.38", path = "webrtc-sys" }
63+
webrtc-sys = { version = "0.3.39", path = "webrtc-sys" }
6464
webrtc-sys-build = { version = "0.3.18", path = "webrtc-sys/build" }
6565
yuv-sys = { version = "0.3.14", path = "yuv-sys" }
6666

libwebrtc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@ 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.42 (2026-07-16)
143+
144+
### Features
145+
146+
- fix compiler warnings in libwebrtc
147+
- Add a pre-encoded video publish path: a passthrough video encoder and encoded video frame buffer in webrtc-sys, and `EncodedVideoFrame`/`EncodedVideoCodec`/`EncodedFrameType` publish APIs with a `VideoEncoderBackend::PreEncoded` backend in libwebrtc. WebRTC rate-control targets and keyframe requests are forwarded to encoded sources, and pre-encoded AV1 and H265 access units are validated on ingest.
148+
142149
## 0.3.41 (2026-07-14)
143150

144151
### 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.41"
3+
version = "0.3.42"
44
edition.workspace = true
55
homepage = "https://livekit.io"
66
license.workspace = true

0 commit comments

Comments
 (0)