Release packages - #1327
Open
knope-bot[bot] wants to merge 1 commit into
Open
Conversation
knope-bot
Bot
force-pushed
the
knope/release
branch
from
August 14, 2026 10:14
198fd73 to
743b027
Compare
knope-bot
Bot
force-pushed
the
knope/release
branch
4 times, most recently
from
August 20, 2026 00:57
201dd8a to
0c4b07b
Compare
cloudwebrtc
approved these changes
Aug 20, 2026
knope-bot
Bot
force-pushed
the
knope/release
branch
2 times, most recently
from
August 24, 2026 08:08
d211d38 to
4db849c
Compare
knope-bot
Bot
force-pushed
the
knope/release
branch
from
August 24, 2026 08:39
4db849c to
40bc37b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
Merging this pull request will create these releases
libwebrtc 0.3.46 (2026-08-24)
Features
feat: enable WARP (SPED + SNAP) by default, gated by the server
WARP is now always enabled on the client and negotiated with the SFU: SPED
(DTLS-in-STUN) via the
WebRTC-IceHandshakeDtlsfield trial, and SNAP(SCTP-INIT-in-SDP) via the
RtcConfiguration.enable_sctp_snapfield. When theserver does not enable WARP it is not advertised and the connection falls back to
plain DTLS/SCTP, so there is no client-side toggle.
BREAKING CHANGE:
libwebrtc::RtcConfigurationis now#[non_exhaustive]and has anew
enable_sctp_snapfield. Construct it fromRtcConfiguration::default()and setthe fields you need instead of a struct literal.
Fixes
fix: bump libwebrtc to webrtc-b9233c3-2 so TURN/TLS can use the OS trust store
WebRTC validates TURN/TLS against a small set of anchors compiled into
rtc_base/ssl_roots.h, generated in 2023 from Google's own PKI list. It has noAmazon, Starfield Services or ISRG roots, so a relay-only connection to a TURN
server fronted by AWS ACM or Let's Encrypt times out with
unknown_caeventhough the host OS trusts the chain.
This build picks up webrtc-sdk/webrtc#277, which falls back to the operating
system's trust store when the built-in anchors yield no path. It sits in
rtc_basebelow every SDK, so the C++ API that webrtc-sys binds is coveredwithout any Rust-side change.
webrtc-sys 0.3.43 (2026-08-24)
Fixes
fix: bump libwebrtc to webrtc-b9233c3-2 so TURN/TLS can use the OS trust store
WebRTC validates TURN/TLS against a small set of anchors compiled into
rtc_base/ssl_roots.h, generated in 2023 from Google's own PKI list. It has noAmazon, Starfield Services or ISRG roots, so a relay-only connection to a TURN
server fronted by AWS ACM or Let's Encrypt times out with
unknown_caeventhough the host OS trusts the chain.
This build picks up webrtc-sdk/webrtc#277, which falls back to the operating
system's trust store when the built-in anchors yield no path. It sits in
rtc_basebelow every SDK, so the C++ API that webrtc-sys binds is coveredwithout any Rust-side change.
feat: enable WARP (SPED + SNAP) by default, gated by the server
WARP is now always enabled on the client and negotiated with the SFU: SPED
(DTLS-in-STUN) via the
WebRTC-IceHandshakeDtlsfield trial, and SNAP(SCTP-INIT-in-SDP) via the
RtcConfiguration.enable_sctp_snapfield. When theserver does not enable WARP it is not advertised and the connection falls back to
plain DTLS/SCTP, so there is no client-side toggle.
BREAKING CHANGE:
libwebrtc::RtcConfigurationis now#[non_exhaustive]and has anew
enable_sctp_snapfield. Construct it fromRtcConfiguration::default()and setthe fields you need instead of a struct literal.
webrtc-sys-build 0.3.19 (2026-08-24)
Fixes
fix: bump libwebrtc to webrtc-b9233c3-2 so TURN/TLS can use the OS trust store
WebRTC validates TURN/TLS against a small set of anchors compiled into
rtc_base/ssl_roots.h, generated in 2023 from Google's own PKI list. It has noAmazon, Starfield Services or ISRG roots, so a relay-only connection to a TURN
server fronted by AWS ACM or Let's Encrypt times out with
unknown_caeventhough the host OS trusts the chain.
This build picks up webrtc-sdk/webrtc#277, which falls back to the operating
system's trust store when the built-in anchors yield no path. It sits in
rtc_basebelow every SDK, so the C++ API that webrtc-sys binds is coveredwithout any Rust-side change.
livekit-ffi 0.12.76 (2026-08-24)
Fixes
fix: bump libwebrtc to webrtc-b9233c3-2 so TURN/TLS can use the OS trust store
WebRTC validates TURN/TLS against a small set of anchors compiled into
rtc_base/ssl_roots.h, generated in 2023 from Google's own PKI list. It has noAmazon, Starfield Services or ISRG roots, so a relay-only connection to a TURN
server fronted by AWS ACM or Let's Encrypt times out with
unknown_caeventhough the host OS trusts the chain.
This build picks up webrtc-sdk/webrtc#277, which falls back to the operating
system's trust store when the built-in anchors yield no path. It sits in
rtc_basebelow every SDK, so the C++ API that webrtc-sys binds is coveredwithout any Rust-side change.
feat: enable WARP (SPED + SNAP) by default, gated by the server
WARP is now always enabled on the client and negotiated with the SFU: SPED
(DTLS-in-STUN) via the
WebRTC-IceHandshakeDtlsfield trial, and SNAP(SCTP-INIT-in-SDP) via the
RtcConfiguration.enable_sctp_snapfield. When theserver does not enable WARP it is not advertised and the connection falls back to
plain DTLS/SCTP, so there is no client-side toggle.
BREAKING CHANGE:
libwebrtc::RtcConfigurationis now#[non_exhaustive]and has anew
enable_sctp_snapfield. Construct it fromRtcConfiguration::default()and setthe fields you need instead of a struct literal.
livekit-uniffi 0.1.9 (2026-08-24)
Fixes
RemoteDataTrack.set_pipeline_optionsandRemoteDataTrackPipelineOptions(max_partial_frames) over UniFFI, matching the JS and Rust SDKsBytesUniFFI custom type once inlivekit-commonand borrow it from each component withuniffi::use_remote_type!, so the converter is emitted once and the post-generation Swift workaround is no longer neededlivekit-common 0.1.2 (2026-08-24)
Fixes
BytesUniFFI custom type once inlivekit-commonand borrow it from each component withuniffi::use_remote_type!, so the converter is emitted once and the post-generation Swift workaround is no longer neededlivekit-data-stream 0.1.3 (2026-08-24)
Fixes
livekit-token-source 0.1.2 (2026-08-24)
Features
livekit-datatrack 0.1.14 (2026-08-24)
Fixes
BytesUniFFI custom type once inlivekit-commonand borrow it from each component withuniffi::use_remote_type!, so the converter is emitted once and the post-generation Swift workaround is no longer neededlivekit 0.8.4 (2026-08-24)
Features
feat: enable WARP (SPED + SNAP) by default, gated by the server
WARP is now always enabled on the client and negotiated with the SFU: SPED
(DTLS-in-STUN) via the
WebRTC-IceHandshakeDtlsfield trial, and SNAP(SCTP-INIT-in-SDP) via the
RtcConfiguration.enable_sctp_snapfield. When theserver does not enable WARP it is not advertised and the connection falls back to
plain DTLS/SCTP, so there is no client-side toggle.
BREAKING CHANGE:
libwebrtc::RtcConfigurationis now#[non_exhaustive]and has anew
enable_sctp_snapfield. Construct it fromRtcConfiguration::default()and setthe fields you need instead of a struct literal.
Fixes
fix: bump libwebrtc to webrtc-b9233c3-2 so TURN/TLS can use the OS trust store
WebRTC validates TURN/TLS against a small set of anchors compiled into
rtc_base/ssl_roots.h, generated in 2023 from Google's own PKI list. It has noAmazon, Starfield Services or ISRG roots, so a relay-only connection to a TURN
server fronted by AWS ACM or Let's Encrypt times out with
unknown_caeventhough the host OS trusts the chain.
This build picks up webrtc-sdk/webrtc#277, which falls back to the operating
system's trust store when the built-in anchors yield no path. It sits in
rtc_basebelow every SDK, so the C++ API that webrtc-sys binds is coveredwithout any Rust-side change.
livekit-api 0.6.4 (2026-08-24)
Fixes