Skip to content

Release packages - #1420

Merged
ladvoc merged 1 commit into
mainfrom
knope/release
Sep 10, 2026
Merged

Release packages#1420
ladvoc merged 1 commit into
mainfrom
knope/release

Conversation

@knope-bot

@knope-bot knope-bot Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Important

Merging this pull request will create these releases

livekit-ffi 0.12.79 (2026-09-10)

Fixes

  • Add FFI support for publishing pre-encoded video frames and consuming encoder feedback.

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_uniffi Dart package capped code_assets below 2.0.0, which has since
shipped. Its only breaking change (equality on OS and Architecture) does not
affect 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. Each
target now gets its own subdirectory.

livekit-capture 0.1.1 (2026-09-10)

Features

  • Add a livekit-capture crate with the core abstractions for capturing video and publishing it to a LiveKit track.

@knope-bot
knope-bot Bot requested a review from ladvoc as a code owner September 9, 2026 20:40

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Devin Review

@knope-bot
knope-bot Bot force-pushed the knope/release branch 2 times, most recently from 643230f to 3bc34f6 Compare September 10, 2026 19:11

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 new potential issue.

2 flags not posted on this PR by your GitHub settings — view them in Devin Review. (Configure)

Devin Review

Comment thread livekit-capture/Cargo.toml
@ladvoc
ladvoc merged commit bae4df2 into main Sep 10, 2026
36 of 37 checks passed
@ladvoc
ladvoc deleted the knope/release branch September 10, 2026 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant