Update dependency @livekit/protocol to v1.52.0 - #1446
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
requested review from
1egoman,
lukasIO and
thomasyuill-livekit
as code owners
September 18, 2026 04:39
|
Contributor
size-limit report 📦
|
1egoman
approved these changes
Sep 18, 2026
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:
1.51.0→1.52.0Release Notes
livekit/protocol (@livekit/protocol)
v1.52.0Compare Source
Minor Changes
Add new SIPAuthentication error codes. - #1798 (@alexfish8)
Replace logger.WithTap with logger.WithTee, which duplicates every log entry to a caller-supplied zaputil.Tee. The tee's core is built from the level each derived logger resolves, so the copy follows component levels rather than carrying a level of its own. - #1790 (@paulwe)
Replace ZapLogger.WithMinLevel with WithComponentLeveler, which attaches a zaputil.ComponentLeveler to a branch of the logger tree. A leveler owns the per-component level and write-enabler cache for one configuration source and can only widen its parent, so a caller can resolve levels per (tenant, component) without rebuilding loggers on a config change. ZapLogger.Leveler exposes the leveler a branch resolves through, for use as the parent of a derived one.
Patch Changes
Add
AgentGrant.DispatchAdmin- #1744 (@erikhortsch)Add fuzz test for data track packet deserialization - #1759 (@ladvoc)
Add a dotnet field to the ClientInfo to track community dotnet sdk usage - #1789 (@MaxHeimbrock)
Move data track packet serialization from livekit package - #1757 (@ladvoc)
Add flexfec-03 codec parameters and mime type helpers - #1805 (@chenosaurus)
Change GRPC code mapping for SIP 480/486 - #1766 (@ChelseaBradbury)
Add psrpc bus compression settings to PSRPCConfig - #1771 (@paulwe)
sdp: harden SDPFragment.Unmarshal against out-of-range accesses - #1767 (@boks1971)
agent simulation: merge
accuracy_scoreandexperience_scoreinto a singleoverall_scoreonSimulationRun.JobMetricsandSimulationRun.RunMetrics; the old field numbers and names are reserved. - #1800 (@u9g)Add
SimulationRun.CI— the provider, commit, ref, pull request, run URL, and actor of the pipeline that started a run — toSimulationRun.Create.Requestand toSimulationRun, so the dashboard can link a run back to the CI job that produced it. - #1758 (@u9g)Add name field to the phone numbers. - #1781 (@dennwc)
Add separate inbound and outbound statuses for phone numbers. - #1784 (@dennwc)
Report SIP transfer failures with a SIPTransferError detail on the error - #1782 (@genseric-ghiro)
sip: fix panic in EvaluateDispatchRule on an empty From user part - #1768 (@hechen-eng)
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.