Release packages - #1298
Merged
Merged
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
knope-bot
Bot
force-pushed
the
knope/release
branch
2 times, most recently
from
August 3, 2026 14:04
410222f to
6aad37b
Compare
knope-bot
Bot
force-pushed
the
knope/release
branch
from
August 3, 2026 16:51
6aad37b to
90169cf
Compare
ladvoc
approved these changes
Aug 3, 2026
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
livekit-ffi 0.12.74 (2026-08-03)
Fixes
EgressClient::start_egressthat calls the v2Egress.StartEgressRPC with aStartEgressRequest, alongside the existing per-type helpers.set_remote_descriptionre-enteredcreate_and_send_offerwhile holding the transport's non-reentrant inner mutex, permanently wedging publishing.livekitcrate fromlivekit-data-stream- Move the concept of "internal" data streams intolivekitcrate fromlivekit-data-stream#1304 (@1egoman)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-08-03)
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-api 0.6.2 (2026-08-03)
Features
EgressClient::start_egressthat calls the v2Egress.StartEgressRPC with aStartEgressRequest, alongside the existing per-type helpers.livekit-data-stream 0.1.2 (2026-08-03)
Fixes
livekitcrate fromlivekit-data-stream- Move the concept of "internal" data streams intolivekitcrate fromlivekit-data-stream#1304 (@1egoman)livekit 0.8.2 (2026-08-03)
Fixes
EgressClient::start_egressthat calls the v2Egress.StartEgressRPC with aStartEgressRequest, alongside the existing per-type helpers.set_remote_descriptionre-enteredcreate_and_send_offerwhile holding the transport's non-reentrant inner mutex, permanently wedging publishing.livekitcrate fromlivekit-data-stream- Move the concept of "internal" data streams intolivekitcrate fromlivekit-data-stream#1304 (@1egoman)Fix H.264, H.265, and AV1 NVENC sessions so live bitrate and frame rate updates
reconfigure the hardware without restarting the encoder.
webrtc-sys 0.3.41 (2026-08-03)
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-uniffi 0.1.8 (2026-08-03)
Fixes
EgressClient::start_egressthat calls the v2Egress.StartEgressRPC with aStartEgressRequest, alongside the existing per-type helpers.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.