Release packages - #1298
Open
knope-bot[bot] wants to merge 1 commit into
Open
Conversation
knope-bot
Bot
force-pushed
the
knope/release
branch
3 times, most recently
from
July 30, 2026 10:37
a335093 to
b5988e4
Compare
knope-bot
Bot
force-pushed
the
knope/release
branch
from
July 31, 2026 17:02
b5988e4 to
5892725
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
webrtc-sys 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.
libwebrtc 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.
livekit 0.8.2 (2026-07-31)
Fixes
set_remote_descriptionre-enteredcreate_and_send_offerwhile 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.
livekit-ffi 0.12.74 (2026-07-31)
Fixes
set_remote_descriptionre-enteredcreate_and_send_offerwhile 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.
livekit-uniffi 0.1.8 (2026-07-31)
Fixes
cargo make --profile release android-packagefrom ever producing a release artifact: the per-arch tasks'env = { TARGET = ... }replaced (rather than merged) the parent env map, dropping the--releaseflag, and theTARGETthey 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.