Skip to content

Update dependency livekit-client to v2.22.2 - #810

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jupyter-html-livekit-deps
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jupyter-html-livekit-deps

Conversation

@renovate

@renovate renovate Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
livekit-client 2.22.02.22.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

livekit/client-sdk-js (livekit-client)

v2.22.2

Compare Source

Patch Changes
  • Fix the subscriber silently buffering remote ICE candidates after a reconnect - #​2054 (@​xianshijing-lk)

    triggerIceRestart put the subscriber into restartingIce on every reconnect, but only
    setRemoteDescription clears that — and the server re-offers the subscriber only when the
    reconnect moved the participant to a different node. After an ordinary signal-only resume no
    offer arrives, so the flag stayed set for the lifetime of the transport and every subsequent
    remote candidate was queued instead of applied, leaving the subscriber unable to adopt any new
    network path the server proposed. The subscriber no longer enters that state: the server does
    not send candidates ahead of the offer that introduces them, so queueing them gains nothing.

  • fix: track ws close with attemptId - #​2069 (@​lukasIO)

  • fix: ensure buffered events are flushed on signal reconnection - #​2044 (@​lukasIO)

  • fix: error on datastreams when chunks are missing - #​2073 (@​lukasIO)

v2.22.1

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@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

@renovate
renovate Bot force-pushed the renovate/jupyter-html-livekit-deps branch from ed36095 to 0a0a96d Compare September 15, 2026 17:10
@renovate renovate Bot changed the title Update dependency livekit-client to v2.22.1 Update dependency livekit-client to v2.22.2 Sep 15, 2026

@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.

⚠️ 1 issue in files not directly in the diff

⚠️ Jupyter client update is not shipped

Updating livekit-client leaves the shipped Jupyter UI unchanged. The unchanged Jupyter bundle still contains the reconnect bug fixed by 2.22.2.

1 flag not posted on this PR by your GitHub settings — view it in Devin Review. (Configure)

Devin Review

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.

0 participants