Protect against nil clientInfo#4546
Merged
Merged
Conversation
milos-lk
approved these changes
May 26, 2026
eleboucher
pushed a commit
to eleboucher/homelab
that referenced
this pull request
Jun 9, 2026
…0 ➔ v1.13.1) (#938) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/livekit/livekit-server](https://github.com/livekit/livekit) | patch | `v1.13.0` → `v1.13.1` | --- ### Release Notes <details> <summary>livekit/livekit (docker.io/livekit/livekit-server)</summary> ### [`v1.13.1`](https://github.com/livekit/livekit/releases/tag/v1.13.1) [Compare Source](livekit/livekit@v1.13.0...v1.13.1) ##### ATTENTION: This release removes backwards compatibility for TURN authentication without TTL. Please refer to change log of [1.12.0](https://github.com/livekit/livekit/releases/tag/v1.12.0) for details on changes to TURN authentication and permissions handling. It was removed in [#​4539](livekit/livekit#4539). ##### Added - rtc: report participant kind code and details ([#​4534](livekit/livekit#4534)) - Add IsIntentionalDisconnect ([#​4537](livekit/livekit#4537)) - rtc: emit per-data-track bytes via BytesTrackStats ([#​4540](livekit/livekit#4540)) - Start tracking Twirp method request latency in prometheus too, not just in logs ([#​4545](livekit/livekit#4545)) - Config documentation for advertise\_internal\_ip and skip\_external\_ip\_validation ([#​4552](livekit/livekit#4552), [#​4554](livekit/livekit#4554), [#​4563](livekit/livekit#4563)) - Metrics for participant active, i. e. fully established. ([#​4557](livekit/livekit#4557)) - turn: allow for providing secret via file ([#​4564](livekit/livekit#4564)) - expose TCPFallbackRTTThreshold and AllowUDPUnstableFallback via config ([#​4556](livekit/livekit#4556)) ##### Changed - Always enable rtx codec ([#​4533](livekit/livekit#4533)) - Don't require media sections when joining ([#​4535](livekit/livekit#4535)) - Use NACKQuueInterface type. ([#​4538](livekit/livekit#4538)) - Remove backwards compatibility support for TURN auth. ([#​4539](livekit/livekit#4539)) - telemetry: split webhook-processed hook out of NewTelemetryService ([#​4548](livekit/livekit#4548)) - rtc: prevent duration reporting for inactive participants ([#​4550](livekit/livekit#4550)) - rtc: report participant session end time on room move ([#​4561](livekit/livekit#4561)) - Update mediatransportutil to get ICE candidate timeout config ([#​4572](livekit/livekit#4572)) ##### Fixed - Check Less and LessEq in version compare. ([#​4532](livekit/livekit#4532)) - fix sip error categorization ([#​4528](livekit/livekit#4528)) - handle nil clientInfo ([#​4546](livekit/livekit#4546), [#​4547](livekit/livekit#4547)) - Prevent panic from nil(illegal) syncState.Subscriptions message ([#​4560](livekit/livekit#4560)) </details> --- ### Configuration 📅 **Schedule**: 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> Reviewed-on: https://git.erwanleboucher.dev/eleboucher/homelab/pulls/938
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.
No description provided.