fix(deps): update livekit dependencies (non-major) - #552
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
force-pushed
the
renovate/livekit-dependencies-(non-major)
branch
from
September 16, 2026 19:41
0482df7 to
d076ebd
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.
This PR contains the following updates:
^0.7.0→^0.8.02.22.2→2.22.32.18.0→2.19.0Release Notes
livekit/track-processors-js (@livekit/track-processors)
v0.8.1Compare Source
Patch Changes
Fix the processed track freezing for remote participants when the sender minimises or occludes the window in browsers without Insertable Streams (Firefox, Safari): the fallback pipeline's render loop is now driven by a worker timer, which keeps ticking while the document is hidden, instead of requestAnimationFrame, which does not. - #127 (@CSantosM)
Also fix the fallback pipeline running below its configured
maxFps: the frame gate compared the elapsed time against a fixed interval, which quantised the output rate against any periodic clock (maxFps: 30measured 20.8 to 23.0 fps), and is now a drift-free deadline.Also validate
maxFpswhen the processor is constructed: a value that is not a positive finite number (for example0) now throws aRangeErrorinstead of leaving the fallback pipeline idle.v0.8.0Compare Source
Minor Changes
isSupported, and a complete example in the sample app. Also restructures documentation into separate video and audio processor guides. - #124 (@yepher)Patch Changes
play()is rejected. - #128 (@welson-ribbon)v0.7.2Compare Source
Patch Changes
livekit/client-sdk-js (livekit-client)
v2.22.3Compare Source
Patch Changes
fix: add code 1000 to onclose handler in WebSocketStream - #2086 (@phaitonican)
forward worker logs to main thread - #2078 (@lukasIO)
fix: don't reset mid track map on publisher answers with empty map - #2089 (@lukasIO)
Support simulcast for svc codecs (vp9/av1) - #2083 (@cnderrauber)
livekit/node-sdks (livekit-server-sdk)
v2.19.0Compare Source
Minor Changes
Support the
PASSTHROUGHencoding preset onstartEgress, for single-trackMediaSourceegress that skips transcoding - #713 (@frostbyte73)Send an
X-Livekit-Request-Ididempotency key on every server API request. The same id is replayed on each region failover attempt, so the server can identify and deduplicate a retried request. - #711 (@cnderrauber)Patch Changes
Update @livekit/protocol to 1.51.0 - #714 (@anunaym14)
Remove
node:cryptofallbacks from Web Crypto helpers so isolate/edge bundlers can import the SDK. - #704 (@intrdx)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.