Update dependency livekit-server-sdk to v2.19.1 - #45
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
force-pushed
the
renovate/livekit-server-sdk-2.x-lockfile
branch
from
June 30, 2026 16:00
725db16 to
57f0244
Compare
renovate
Bot
force-pushed
the
renovate/livekit-server-sdk-2.x-lockfile
branch
from
July 8, 2026 05:03
57f0244 to
2b32176
Compare
renovate
Bot
force-pushed
the
renovate/livekit-server-sdk-2.x-lockfile
branch
from
July 12, 2026 17:29
2b32176 to
d26806b
Compare
renovate
Bot
force-pushed
the
renovate/livekit-server-sdk-2.x-lockfile
branch
from
July 16, 2026 19:08
d26806b to
6afd643
Compare
renovate
Bot
force-pushed
the
renovate/livekit-server-sdk-2.x-lockfile
branch
2 times, most recently
from
July 24, 2026 18:47
94a8cd2 to
a13259c
Compare
renovate
Bot
force-pushed
the
renovate/livekit-server-sdk-2.x-lockfile
branch
from
August 18, 2026 20:49
a13259c to
bd04f7a
Compare
renovate
Bot
force-pushed
the
renovate/livekit-server-sdk-2.x-lockfile
branch
from
August 26, 2026 16:17
bd04f7a to
71e9ff2
Compare
renovate
Bot
force-pushed
the
renovate/livekit-server-sdk-2.x-lockfile
branch
from
September 9, 2026 02:10
71e9ff2 to
d62f625
Compare
renovate
Bot
force-pushed
the
renovate/livekit-server-sdk-2.x-lockfile
branch
from
September 9, 2026 19:13
d62f625 to
2b66025
Compare
renovate
Bot
force-pushed
the
renovate/livekit-server-sdk-2.x-lockfile
branch
from
September 21, 2026 01:33
2b66025 to
fd973eb
Compare
This branch was successfully deployed
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:
2.15.4→2.19.1Release Notes
livekit/node-sdks (livekit-server-sdk)
v2.19.1Compare Source
Patch Changes
Add
enabledoption tocreateIngressandupdateIngress. Settingenabled: falselets you disable an ingress session (reject new connection attempts) without deleting it, so the stream key is preserved. The field already exists on the protobufCreateIngressRequest/UpdateIngressRequest; this exposes it through the typedCreateIngressOptions/UpdateIngressOptions. - #692 (@stefanking-difference)Require the exp claim when verifying access tokens, matching livekit/protocol#1706. - #710 (@SashaMIT)
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)v2.18.0Compare Source
Minor Changes
EgressClient.startEgress(), a unified convenience method that calls the v2Egress.StartEgressRPC with aStartEgressRequest(or a partial init object). The existing per-type start helpers are unchanged. - #706 (@frostbyte73)Patch Changes
v2.17.0Compare Source
Minor Changes
Add
LiveKitAPI, a unified entry point that exposes every server API through a property (api.room,api.egress,api.ingress,api.sip,api.agentDispatch,api.connector). It can be constructed with an API key and secret, or with a pre-signed token (no secret required, so it can run client-side), and falls back to theLIVEKIT_URL,LIVEKIT_API_KEY,LIVEKIT_API_SECRET, andLIVEKIT_TOKENenvironment variables. Individual clients also accept atokenviaClientOptions. - #695 (@davidzhao)Add
SipCallError, aTwirpErrorsubclass thrown bySipClient.createSipParticipant/transferSipParticipantwhen a call fails with a SIP status. It exposes the SIP response code and reason assipStatusCode/sipStatusgetters, while other error metadata remains available viametadata. - #695 (@davidzhao)Patch Changes
v2.16.0Compare Source
Minor Changes
Patch Changes
calleedispatch rule support tocreateSipDispatchRule- #684 (@lukasIO)v2.15.5Compare Source
Patch Changes
deploymenttoCreateDispatchOptions- #675 (@lukasIO)Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.