-
Notifications
You must be signed in to change notification settings - Fork 203
Update LiveKit dependencies (non-major) #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/livekit-dependencies-(non-major)
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
55c4a2f to
7150319
Compare
7150319 to
ff1dc0a
Compare
81cf46f to
480355a
Compare
75fda3b to
5053a0e
Compare
dd3e51a to
24360ed
Compare
24360ed to
bd6dddf
Compare
bd6dddf to
7b0e9b7
Compare
7b0e9b7 to
9153cde
Compare
eb25551 to
64a0159
Compare
64a0159 to
a4a2dc2
Compare
9162f44 to
6b52856
Compare
6b52856 to
4aa5cda
Compare
3166743 to
fa080f5
Compare
fa080f5 to
fab81c4
Compare
fab81c4 to
77b77ef
Compare
4016a6e to
6b794af
Compare
6b794af to
ac35dc4
Compare
ac35dc4 to
fdd45e7
Compare
fdd45e7 to
8d81a0c
Compare
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.9.3->2.9.151.1.5->1.1.62.11.4->2.15.152.13.0->2.14.0Release Notes
livekit/components-js (@livekit/components-react)
v2.9.15Patch Changes
Fix
useParticipantTracksto include local participant - #1185 (@mpnri)add useSequentialRoomConnectDisconnect to fix react useEffect room connection issue - #1199 (@1egoman)
chore(react): deprecate legacy useTrackTranscriptions - #1200 (@lukasIO)
Updated dependencies [
6f02e9f9b3e7737863d256b26a26ade914a5066a,14064656e7f877d5eeacc04d6cc69186c25b7e24]:v2.9.13Compare Source
Patch Changes
v2.9.12Compare Source
Patch Changes
Only call onDeviceChange callback when non default device initially - #1172 (@lukasIO)
Updated dependencies [
287c29fbdbe33086e44162b08343882c7e9ece99]:v2.9.11Compare Source
Patch Changes
Initialize connection quality with participant's current value - #1171 (@lukasIO)
fix(react): ensure useParticipantTracks hook updates on participant joins - #1166 (@lukasIO)
v2.9.10Compare Source
Patch Changes
Refine visible controls based on canPublishSources permissions - #1160 (@lukasIO)
Use correct default states in useLocalParticipant hook - #1169 (@lukasIO)
v2.9.9Compare Source
Patch Changes
v2.9.8Compare Source
Patch Changes
v2.9.7Compare Source
Patch Changes
3c1d973ff7b94d4b796223bc2511dab747635839]:v2.9.6Compare Source
Patch Changes
Add useTranscription hook - #1109 (@lukasIO)
Updated dependencies [
f2a7e95975d8bd173fea38e6377bff26ce6f0bcc]:v2.9.5Compare Source
Patch Changes
feat: add MediaDeviceKind to onMediaDeviceFailure callback - #1143 (@lukasIO)
fix: merge classes for slotted cloned children - #1147 (@lukasIO)
Updated dependencies []:
v2.9.4Compare Source
Patch Changes
0854fe11d70e2c2766720f663bc17cec5a3d98a2]:livekit/client-sdk-js (livekit-client)
v2.15.15Compare Source
Patch Changes
Add exponential backoff strategy in case of connection failures - #1715 (@lukasIO)
Add participant as an optional parameter to EncryptionError events emitted on room level - #1723 (@CSantosM)
fix(e2ee): propagate worker data decryption errors and reject corresponding promises - #1729 (@CSantosM)
Fix potential undefined access while disconnecting - #1734 (@lukasIO)
Add new areTokenSourceFetchOptionsEqual function - #1733 (@1egoman)
Ensure publication isn't attempted after timeout rejected the promise - #1725 (@lukasIO)
v2.15.14Compare Source
Patch Changes
Apply server supplied cache control settings for region url provider - #1669 (@lukasIO)
Only export types for TokenSource variants to try to push users to use the TokenSource.foo static constructors instead - #1707 (@1egoman)
Add check to ensure track visibility update only happens when
adaptiveStreamis enabled - #1712 (@1egoman)Cache region settings per project - #1709 (@lukasIO)
Export decodeTokenPayload from package - #1710 (@1egoman)
v2.15.13Compare Source
Patch Changes
v2.15.12Compare Source
Patch Changes
v2.15.11Compare Source
Patch Changes
Fix abort race resulting in multiple code paths trying to close the ws connection - #1695 (@lukasIO)
fix the RPC comment and clam the timeout if the provided value is less than 8s - #1694 (@xianshijing-lk)
Fix track mapping when single peer connectionis used - #1696 (@lukasIO)
v2.15.10Compare Source
Patch Changes
Ensure leave requests can be sent before join response is received - #1687 (@lukasIO)
Increase RPC total timeout to 15s and connection timeout to 7s for better reliability under network latency. - #1692 (@xianshijing-lk)
Add sdp to answer debug log - #1689 (@lukasIO)
v2.15.9Compare Source
Patch Changes
Populate participant identity when receiving encrypted e2ee packets - #1679 (@lukasIO)
Export supportsAudioOutputSelection helper - #1676 (@lukasIO)
Fix bug in isResponseExpired token expiry checking logic - #1683 (@1egoman)
Use WebSocketStream for sequential signal processing - #1638 (@lukasIO)
Support for data channel encryption on React-Native - #1678 (@davidliu)
Single peer connection support - #1682 (@lukasIO)
v2.15.8Compare Source
Patch Changes
Add preliminary support for data message decryption - #1595 (@lukasIO)
Add video autoplay attributes to PublishVideoCheck - #1648 (@Doomann)
Ensure handleDisconnect is called also when already in Reconnecting state - #1671 (@lukasIO)
Fix TS 5.9 generic Uint8Array declaration when inferred - #1668 (@lukasIO)
Properly clean up event listeners in getNewAudioContext() - #1660 (@indexds)
Avoid uncaught errors related to send/disconnect races - #1674 (@bryfox)
Register online listener in engine's join - #1658 (@lukasIO)
add TokenSource token fetching abstraction - #1645 (@1egoman)
v2.15.7Compare Source
Patch Changes
Ensure permission event is only emitted once for local participant - #1643 (@lukasIO)
internal typing fix - add missing async to postAction - #1644 (@1egoman)
Ensure mid is always interpreted as string - #1641 (@lukasIO)
v2.15.6Compare Source
Patch Changes
Query audio track with all constraints present - #1624 (@lukasIO)
Ensure RemoteVideoTracks without any attached elements are stopped by adaptiveStream - #1625 (@lukasIO)
Disable av1 for firefox - #1631 (@cnderrauber)
Use SIF payload hashes to ensure integrity - #1629 (@lukasIO)
fix(e2ee): h264 publishing with e2ee enabled - #1632 (@lukasIO)
Check for encrypted track if room unencrypted, and if so, emit an event - #1627 (@1egoman)
v2.15.5Compare Source
Patch Changes
feat: add ability to include an AbortSignal when reading from a datastream - #1611 (@1egoman)
Fix error when
unwrapConstraintreceives an empty deviceId when creating local tracks - #1594 (@mpnri)feat(e2ee): add h265 as supported codec for encryption - #1618 (@lukasIO)
Handle numerous small data stream errors / state inconsistiencies with throwing explicit errors - #1613 (@1egoman)
lock all APIs that change underlying track with the same lock - #1620 (@lukasIO)
v2.15.4Compare Source
Patch Changes
Fix iOS local track recorder mimetype for preconnect buffer - #1609 (@lukasIO)
Add support for react-native preconnect audio - #1598 (@davidliu)
Clear LocalParticipant futures at start of disconnect, not at end - #1604 (@1egoman)
fix: ensure audio output switching is disabled for safari based browsers - #1602 (@lukasIO)
skip errant signal layer leave message when already disconnected - #1601 (@1egoman)
v2.15.3Compare Source
Patch Changes
fix: retry processor playback on abort error - #1592 (@lukasIO)
fix: correct handling of signal connect future - #1600 (@lukasIO)
v2.15.2Compare Source
Patch Changes
v2.15.1Compare Source
Patch Changes
Apply server supplied cache control settings for region url provider - #1669 (@lukasIO)
Only export types for TokenSource variants to try to push users to use the TokenSource.foo static constructors instead - #1707 (@1egoman)
Add check to ensure track visibility update only happens when
adaptiveStreamis enabled - #1712 (@1egoman)Cache region settings per project - #1709 (@lukasIO)
Export decodeTokenPayload from package - #1710 (@1egoman)
v2.15.0Compare Source
Minor Changes
allow manual controls even when adaptiveStream is enabled - #1569 (@davidzhao)
Add support for H265 - #1576 (@cnderrauber)
Patch Changes
v2.14.0Compare Source
Minor Changes
Patch Changes
Ensure feature support checks include iOS checks - #1563 (@lukasIO)
Ensure encryption transforms are set up as soon as sender is created - #1561 (@lukasIO)
Wrap createAndSendOffer with mutex - #1567 (@lukasIO)
v2.13.8Compare Source
Patch Changes
v2.13.7Compare Source
Patch Changes
v2.13.6Compare Source
Patch Changes
Fix transceiver reuse causing destination stream closed errors - #1554 (@lukasIO)
Stop MediaStream tracks at the end of the video check - #1552 (@svajunas-budrys)
disable dyncast for svc encoding - #1556 (@cnderrauber)
Update active device immediately for muted audio tracks - #1526 (@yashjain-99)
Drop outdated sdp answers and forward offer ids - #1547 (@lukasIO)
v2.13.5Compare Source
Patch Changes
Improve e2e reliablility of data channel - #1546 (@cnderrauber)
do not expose token with Moved events - #1549 (@davidzhao)
v2.13.4Compare Source
Patch Changes
v2.13.3Compare Source
Patch Changes
v2.13.2Compare Source
Patch Changes
Add LocalTrackRecorder helper - #1430 (@lukasIO)
fix: skip default device selection on iOS - #1528 (@lukasIO)
v2.13.1Compare Source
Patch Changes
fix: don't try to set audio output on Safari without explicit user interaction - #1527 (@lukasIO)
Fix svc encoding for safari 18.4 - #1519 (@cnderrauber)
feat: add MediaDeviceKind to media device error event - #1525 (@lukasIO)
fix: remove track from transceiver if add request failed - #1524 (@lukasIO)
v2.13.0Compare Source
Minor Changes
Unorder the lossy data channel - #1512 (@bcherry)
Add ParticipantActive event to signal data message readiness - #1517 (@lukasIO)
Patch Changes
Respect facingMode in createLocalTracks - #1514 (@lukasIO)
fix(datastreams): forward attributes on streamBytes API - #1518 (@lukasIO)
v2.12.0Compare Source
Minor Changes
Support moving participant to another room - #1511 (@cnderrauber)
feature: E2E Allow sharing ratcheted material out-of-band - #1503 (@BillCarsonFr)
Patch Changes
livekit/server-sdk-js (livekit-server-sdk)
v2.14.0Compare Source
Minor Changes
v2.13.3Compare Source
Patch Changes
v2.13.2Compare Source
Patch Changes
EgressClient- #517 (@davidzhao)v2.13.1Compare Source
Patch Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.