Update LiveKit dependencies (non-major) #1099
Open
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:
1.32.0
->1.34.0
2.8.1
->2.9.5
Release Notes
livekit/client-sdk-js (livekit-client)
v2.9.5
Compare Source
Patch Changes
fix: properly remove text stream controllers on stream close - #1422 (@lukasIO)
Reject publishing with insufficient permissions present - #1418 (@lukasIO)
v2.9.4
Compare Source
Patch Changes
Improve utf8 text split and add unit test - #1414 (@lukasIO)
Fix applying default processors from captureDefaults - #1416 (@lukasIO)
v2.9.3
Compare Source
Patch Changes
v2.9.2
Compare Source
Patch Changes
Add auto chunking to text streams - #1410 (@lukasIO)
Disable simulcast for screenshare backup codec - #1409 (@cnderrauber)
added new connection tests - #1402 (@davidzhao)
v2.9.1
Compare Source
Patch Changes
v2.9.0
Compare Source
Minor Changes
Add backupCodecPolicy to TrackPublishDefaults - #1399 (@cnderrauber)
The default policy of backup codec is
codec regression
for maxium compatibility, which means the publisher stops sending primary codec and all subscribers will receive backup codec even primary codec is supported.It changes the default behavior
multi-codec simulcast
in the previous version, will not break the functionality of the previous version but only cause potential extra bandwidth usage. The user can set the policy tomulti-codec simulcast
to keep the previous behavior.Add DataStream support - #1301 (@lukasIO)
Move RPC registration to room level and deprecate localParticipant level registration - #1396 (@lukasIO)
Populate name property of LiveKit errors and add reasonName for enums - #1385 (@lukasIO)
Patch Changes
Replace internal instanceof checks with typeguards - #1378 (@lukasIO)
Remove track from pending publishing on device errors - #1380 (@lukasIO)
Refine room event argument logs - #1382 (@lukasIO)
Allow audio processing for react native without AudioContext - #1395 (@davidliu)
use a error code 14 for data publish errors - #1374 (@davidzhao)
Export TrackType from @livekit/protocol - #1370 (@Philzen)
Only emit TrackSubscriptionEvent once on room - #1392 (@lukasIO)
Redact access_token parameter in debug logs - #1394 (@hughns)
Don't hang on audio context trying to resume - #1379 (@lukasIO)
Configuration
📅 Schedule: Branch creation - "before 6am on the first day of the month" (UTC), 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.
👻 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.