Release packages - #1420
Merged
Merged
Conversation
knope-bot
Bot
force-pushed
the
knope/release
branch
from
September 9, 2026 20:41
30007d5 to
96c68bf
Compare
Contributor
There was a problem hiding this comment.
Note
This report is out of date. Scroll down for Devin Review's latest report on this PR.
🔍 Devin Review: 1 flag
Not posted on this PR by your GitHub settings — view it in Devin Review. (Configure)
knope-bot
Bot
force-pushed
the
knope/release
branch
2 times, most recently
from
September 10, 2026 19:11
643230f to
3bc34f6
Compare
knope-bot
Bot
force-pushed
the
knope/release
branch
from
September 10, 2026 20:33
3bc34f6 to
4c7b5d2
Compare
Contributor
There was a problem hiding this comment.
Devin Review found 1 new potential issue.
2 flags not posted on this PR by your GitHub settings — view them in Devin Review. (Configure)
ladvoc
approved these changes
Sep 10, 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.79 (2026-09-10)
Fixes
livekit-uniffi 0.1.12 (2026-09-10)
Fixes
Allow code_assets 2.x in the Dart package and stop re-running its build hook
The
livekit_uniffiDart package cappedcode_assetsbelow 2.0.0, which has sinceshipped. Its only breaking change (equality on
OSandArchitecture) does notaffect the hook, and the cap would make the package unresolvable next to any
dependency that already requires 2.x. The constraint now allows it, and the hook
was verified against
code_assets 2.0.0/hooks 2.2.0.The hook also registered the downloaded library as a dependency. Dependencies are
inputs, so the hooks runner saw a file modified during the build and re-ran the
hook, and the download, once on every fresh build. The registration is removed.
The hook also wrote every target's library to the same shared path. A universal
macOS build runs the hook once per architecture and then merges the results with
lipo, which failed because the second download had overwritten the first. Eachtarget now gets its own subdirectory.
livekit-capture 0.1.1 (2026-09-10)
Features
livekit-capturecrate with the core abstractions for capturing video and publishing it to a LiveKit track.