Update livekit/livekit-server Docker tag to v1.13.5 #9

Open
renovate-bot wants to merge 1 commit from renovate/livekit-livekit-server-1.x into main
Collaborator

This PR contains the following updates:

Package Update Change
livekit/livekit-server minor v1.9.4v1.13.5

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

livekit/livekit (livekit/livekit-server)

v1.13.5

Compare Source

Added
  • add mock for testing region pins with API (#​4691)
  • Add country to participant closing log (#​4693)
  • Tests for down stream packet push. (#​4692)
  • Add status code for twirp request latency prometheus metric (#​4621)
  • Support more h264 profiles (#​4708)
  • log high stream start latency. (#​4714)
Changed
  • Use simulcast constructor for VP9 if simulcasted. (#​4696)
  • send resolved ringing timeout (#​4697)
  • Update go deps (#​4645)
  • protocol deps for logging webhook status (#​4699)
  • protocol update with webhook status logging (#​4700)
  • Record subscribe stream start time in prometheus. (#​4704)
  • A bit better counting for track publish. (#​4707)
Fixed
  • Fix padding bit in forwarded packet. (#​4690)
  • Spelling fixes (#​4698)
  • Do not call telemetry listener under pending track lock. (#​4706)
  • Fix getRefLayerRTPTimestamp off-by-one that can panic on max layer index (#​4712)

v1.13.4

Compare Source

Added
  • added mocking function for SIP dialing methods (#​4642)
  • Add signal tests to test-server (#​4653)
  • Add option to exclude local IPv6 candidates. (#​4657)
  • Add a method to get forward stats via API method. (#​4664)
  • Add drop-on-close signal test scenario (#​4669)
  • Log soft validation errors. (#​4671)
  • add redaction flag in Job (#​4650)
Changed
  • simpler mock protocol (#​4641)
  • Make IsConnectionCanceled available at LocalParticipant interface. (#​4643)
  • Update actions/checkout action to v7 (#​4646)
  • Update protocol. (#​4648)
  • Export migration to LocalParticipant interface. (#​4652)
  • Record final RTC state as success/failure. (#​4658)
  • Omit rtx/out-of-order packets from forwarding delay measurement. (#​4659)
  • Move ForwardStats aggregation off the packet forwarding path (#​4660)
  • protocol deps to get parallel exec alloc reduction (#​4662)
  • Update pion/ice to deal with hang on close. (#​4672)
  • Add more details to unreliable data channel drop error. (#​4673)
  • Record rtc_success prom as soon as RTC connects. (#​4677)
  • Use proto logger to get named enums in the logs. (#​4679)
  • Propagate spreader threshold to RED receivers. (#​4683)
  • Prefer QDisc.Stats till go-tc addresses QDisc.Stats2 parsing (#​4685)
  • Bump protocol version to fix call to Validate. (#​4686)
Fixed
  • bound data-track buffering under downlink congestion (targetLatency) (#​4667)
  • Guard against nil TC qdisc stats to prevent SIGSEGV (#​4668)
  • Fix goroutine leak from orphaned signal relay streams (#​4674)
  • don't undercount data channel bitrate over idle gaps (#​4676)
  • Fix receiver load balance threshold initialization (#​4678)
  • rtc: guard against nil subscriber in TransportManager.HandleAnswer (#​4680)
  • Potential fix for code scanning alert no. 42: Incorrect conversion between integer types (#​4684)

v1.13.3

Compare Source

Added
  • feat: mock API server for testing server SDKs (#​4627)
  • support auth checks with mock server (#​4629)
  • Data track schema metadata (#​4622)
  • Report average bitrates for whip ingress (#​4634)
Changed
  • Update webrtc to fix interop issue with bundled datachannel (#​4631)
  • Update module github.com/urfave/cli/v3 to v3.10.0 (#​4612)
  • Use camel case log name in DataBlobKey (#​4633)
Fixed
  • Stop WHIP session notifier when participant leaves (#​4637)

v1.13.2

Compare Source

Added
  • Add Prometheus metrics for join latency and peer connection state (#​4574, #​4616)
  • Preserve original expiry when refreshing token (#​4580)
  • Add grants expiry to Auth context (#​4581)
  • Add ability to run pprof on dedicated HTTP server (#​4584)
  • Add API to get latest node stats (#​4589)
  • Enforce subscription permission to data track (#​4588)
  • egress v2 api (#​4592)
  • agent: thread attributes map from dispatch to job (#​4598)
  • Log subscription limit breaches (#​4603)
  • Acquire requested video layer directly at HIGH quality by default (#​4595)
  • Report participant capabilities in ParticipantInfo (#​4606)
  • Add option to force drain rtcService/agentService connections (#​4618)
  • Add support for data blob (a. k. a. async participant attributes) (#​4619)
Changed
  • Update dependencies: pion/sctp, DTLS v3.1.4, protocol (#​4587, #​4601, #​4623)
  • rtc: add RestartSessionTimer to re-anchor participant session duration (#​4566)
  • Record more RTC cancellation points (#​4600)
  • Cap all metadata at 512 KiB; enforce on join, agent dispatch, and embedded agents (#​4602)
  • Tighten up publish latency stat (#​4615)
  • Echo offered audio payload types in single-PC subscriber answer (#​4614)
Fixed
  • Fix skipped packets accounting (#​4604)
  • Do not log due to negative getting interpreted as large unsigned positive (#​4605)
  • Do not call nil callback (#​4607)

v1.13.1

Compare Source

ATTENTION: This release removes backwards compatibility for TURN authentication without TTL. Please refer to change log of 1.12.0 for details on changes to TURN authentication and permissions handling. It was removed in #​4539.

Added
  • rtc: report participant kind code and details (#​4534)
  • Add IsIntentionalDisconnect (#​4537)
  • rtc: emit per-data-track bytes via BytesTrackStats (#​4540)
  • Start tracking Twirp method request latency in prometheus too, not just in logs (#​4545)
  • Config documentation for advertise_internal_ip and skip_external_ip_validation (#​4552, #​4554, #​4563)
  • Metrics for participant active, i. e. fully established. (#​4557)
  • turn: allow for providing secret via file (#​4564)
  • expose TCPFallbackRTTThreshold and AllowUDPUnstableFallback via config (#​4556)
Changed
  • Always enable rtx codec (#​4533)
  • Don't require media sections when joining (#​4535)
  • Use NACKQuueInterface type. (#​4538)
  • Remove backwards compatibility support for TURN auth. (#​4539)
  • telemetry: split webhook-processed hook out of NewTelemetryService (#​4548)
  • rtc: prevent duration reporting for inactive participants (#​4550)
  • rtc: report participant session end time on room move (#​4561)
  • Update mediatransportutil to get ICE candidate timeout config (#​4572)
Fixed
  • Check Less and LessEq in version compare. (#​4532)
  • fix sip error categorization (#​4528)
  • handle nil clientInfo (#​4546, #​4547)
  • Prevent panic from nil(illegal) syncState.Subscriptions message (#​4560)

v1.13.0

Compare Source

v1.12.0

Compare Source

ATTENTION: This release introduces important changes to how TURN authentication and permissions are handled. These changes make the system more secure. This release maintains backwards compatibility. However, backwards compatibility will be removed in the next release. So, please plan accordingly.

TURN permission handling changes

By default, TURN will not relay traffic to private IPs. If you need to relay traffic to private IPs, please use allow_restricted_peer_cidrs which is explained in config-sample.yaml and replicated below.


#   # list of restricted peer CIDRs (loopback, link-local (unicast, multicast), multicast, private, unspecified) to allow access to.
#   # By default (i. e. empty list), all restricted peer CIDRs are denied access.

#   # When not empty, only the specified CIDRs are allowed access.
#   # Note that this check is applied to restricted peer CIDRs only.

#   allow_restricted_peer_cidrs:
#     - 10.0.0.0/8

#     - 192.168.0.0/16

That list can be paired with a deny list which takes precedence if there is an overlap.


#   # list of peer CIDRs to deny access to.
#   # This applies to all peer CIDRs, including restricted ones.

#   # Deny list takes precedence over allow list.
#   deny_peer_cidrs:

#     - 10.0.0.0/8
#     - 192.168.0.0/16

Relevant PRs: #​4505

TURN authentication handling changes

TURN credentials now have a TTL (Time-To-Live) beyond which they are not valid to join a room. We recommend rotating your TURN authentication secrets to ensure older credentials are rendered stale and not usable.


#   # TTL of the TURN credentials in seconds - defaults to 300
#   ttl_seconds: 300

Please note that the TTL is always used in constructing the credentials. So, a value of 0 will create credentials that expire immediately.

Relevant PRs: #​4505, #​4515, #​4524, #​4526

Added
  • add support for client capabilities (#​4461)
  • Additional data tracks logging (#​4489)
  • Add CloseWithReason to agent SignalConn interface (#​4492)
  • add agent environment (#​4498)
  • add duration seconds reporting (#​4500)
  • add helper to check for agent worker endpoint (#​4503)
  • test: verify upstream and downstream connection stats end-to-end (#​4508)
  • Add TURN permission handler. (#​4505)
  • allow setting agent job assignment url (#​4512)
  • Add expiry to TURN password. (#​4505, #​4515)
  • add AssignmentHook to AssignJob; propagate websocket write errors (#​4516)
  • Apply room tags from JWT grant room configuration (#​4518)
  • feat: auto create rooms for tokens with the RoomCreate grant (#​4320)
  • Add integration test for TURN auth failures (#​4524)
  • Support SIP auth realm for inbound. (#​4522)
  • Apply ttl check only when authenticate allocation creating (#​4526)
Changed
  • feat(pion/ice): replace deprecated NAT1To1 with SetAddressRewriteRules (#​4466)
  • do not log data track stats if not started (#​4468)
  • Consolidate RTCP packets and do RTCP callback outside lock. (#​4469)
  • Keep a shadow copy of tracks for use by different stream allocator state (#​4470)
  • Avoid stream allocator event data cast to interface and back. (#​4471)
  • Convert sort.Slice -> slices.SortFunc (#​4472)
  • Turn off transceiver re-use on Safari. (#​4474)
  • reduce some heap use in packet path by (#​4478)
  • Close peer connection unconditionally to unblock set local/remote (#​4485)
  • Misc optimisations. (#​4490)
  • report all simulcast layers (#​4491)
  • Use mediatransportutil/codec package, no functional change (#​4497)
  • rename agent environment to deployment (#​4506)
  • Update protocol to support SIP media config. (#​4509)
  • update protocol for protojson (#​4510)
  • Populate data track loggers with context (#​4514)
  • Log large packets receive/send. (#​4521)
  • Log details of RTCP packets. (#​4525)
  • Create NACK tracker only once. (#​4527)
Fixed
  • fix: wrap IPv6 addresses in brackets in UDP TURN URLs (RFC 3986) (#​4476)
  • Legacy TrackInfo.Simulcast flag. (#​4493)
  • Fix publish-only limitations being incorrectly applied to receivers (#​4495)
  • Include reception reoprts in receiver report callback. (#​4496)
  • Fix sense check in DeltaInfo gathering (#​4507)
  • Fix SIP media config upgrade. (#​4511)

v1.11.0

Compare Source

NOTE: Minor version bump that enables data tracks (https://docs.livekit.io/transport/data/data-tracks/) by default.

Added
  • Embedded turn test (#​4412)
  • chore: log API key during worker registration (#​4428)
  • Add some simple data track stats (#​4431)
  • Add Close method for UpDataTrackManager and call it on participant (#​4432)
  • Log join duration. (#​4433)
  • Add subscriber stream start event notification (#​4449)
Changed
  • Cleaning up some logs and standardising log frequency. (#​4420)
  • Keep subscription synchronous when publisher is expected to resume. (#​4424, #​4425)
  • Do not close publisher peer connection to aid migration. (#​4426, #​4427)
  • Enable data tracks by default. (#​4429)
  • chore: pin GH commits and switch to golangci-lint (#​4444)
  • Switch to stdlib maps, slices (#​4445)
  • Store concrete ICE candidate for remote candidates. (#​4458)
Fixed
  • clear track notifier observers on subscription teardown (#​4413)
  • Guard against timestamp inversion in RED -> Opus conversion. (#​4414, #​4415, #​4418)
  • ensure participant init is correctly serialized for logging (#​4417)
  • Clean up data track observers on unsubscribe. (#​4421)
  • compute agent dispatch affinity from target load (#​4442)
  • Apply IPFilter when get local ip (#​4440)
  • Unsubscribe from data track on close (#​4443)
  • Use Muted in TrackInfo to propagated published track muted. (#​4453)
  • fix: limit join request and WHIP request body to http.DefaultMaxHeaderBytes (#​4450)
  • fix publisher frame count reporting for simulcast streams (#​4457)

v1.10.1

Compare Source

Added
  • add packet trailer stripping support (#​4361)
  • Path check helpers (#​4392)
  • add deadline to dtls connect context (#​4395)
  • feat(agent-dispatch): add job restart policy (#​4401)
Changed
  • Close both peer connections to aid migration. (#​4382)
Fixed
  • Fix TURN server URL (#​4389)
  • AV1 parser overflow fix. (#​4405)
  • Address malformed H264/H265 parsing issues (#​4407)

v1.10.0

Compare Source

PLEASE NOTE: The logging key for participant session ID (a.k.a participant SID) has been changed from pID to participantID in this release for the sake of clarity. Hence the minor version bump.

Added
  • Add option to require media sections when participant joining (#​4347, #​4354)
  • Support originating calls from custom domains (#​4349)
  • Add StopEgress function to the EgressLauncher interface (#​4353)
  • Add option to not re-use transceiver in e2ee. (#​4356)
  • Add API to restart lite stats. (#​4366, #​4368)
  • handle AGENT_ERROR disconnect reason (#​4339)
Changed
  • Mark last run of grow bucket outside goroutine. (#​4348)
  • Refine ipv6 support (#​4352)
  • Sample data send error logging. (#​4358)
  • Switch data track extension to 1-byte ID/length. (#​4362)
  • Do not kick off migration of closed participant (#​4363)
  • Do not block all ext ID determination on stream allocator listener (#​4364)
  • Rename log field pID to participantID (#​4365)
  • Replace deprecated io/ioutil with io in whipservice (#​4375)
  • Update grpc to address CVE-2026-33186 (#​4381)
Fixed
  • Fix repair stream ID reporting for RTX pairing. (#​4369)

v1.9.12

Compare Source

Added
  • Add silent frame for pcmu/a (#​4258)
  • adds a test to ensure agent worker errors cause disconnection (#​4273)
  • Populate client_protocol field in ParticipantInfo (#​4293)
  • Read client protocol from query param (#​4294)
  • generate & log egressID for start egress request (#​4303)
  • ESP32 Client Info (#​4267)
  • feat: make INSTALL_PATH overridable in install script (#​3954)
Changed
  • Defer setting clock rate in RTPStats module till codec is bound. (#​4250)
  • Wrapping SIP errors for invalid argument and not found (#​4253)
  • Ignore parse addr error when add remote candidate (#​4264)
  • Generate config flags (#​4268)
  • clear reference guard when resetting signal stats (#​4279)
  • refresh telemetry guard on participant move (#​4280)
  • use separate allocation for signal stats telemetry guard (#​4281)
  • Set up audio config in audio level module when config is updated. (#​4290)
  • Update self-hosting deployment documentation link (#​4312)
  • Key telemetry stats worker using combination of roomID, participantID (#​4323)
  • Two phase restart when doing external restart of receiver. (#​4329)
  • Send participant left event after track unpublished for moved (#​4334)
Fixed
  • Fix receiver restart race (#​4248)
  • require participant broadcast when metadata/attributes are set in token (#​4266)
  • Create buffer if needed when a PLI is requested. (#​4282)
  • Do not increase max expected layer on track info update. (#​4285)
  • Publish is always on publisher peer connection.(#​4307)
  • Potential fix for code scanning alert no. 35: Workflow does not contain permissions (#​4311)
  • Potential fix for code scanning alert no. 36: Workflow does not contain permissions (#​4310)
  • Fix for some CodeQL reported issues (#​4314)
  • Protect against incorrect temporal layer. (#​4327)
  • do not discount packets lost on duplicate packets (#​4333)
  • Use ParticipantTelemetryListener of LocalParticipant. (#​4342)
  • Fix SIP client timeout. (#​4345)

v1.9.11

Compare Source

PLEASE NOTE: The previous release tag v1.9.10 hit a panic under some conditions. Sincerely regret the inconvenience caused. Although we do test rigorously, it is not guaranteed to cover all scenarios. We request you to report any issues you encounter. Thank you.

Added
  • Support OpenTelemetry tracing. Add Jaeger support. (#​4222)
  • Add option to force simuclast codec. (#​4226)
  • Log timeout in API (#​4231, #​4232)
  • Add participant option for data track auto-subscribe. (#​4240)
Changed
  • Remove enable arrival time forwarding method. (#​4217)
  • sfu/receiver and sfu/buffer refactor (#​4221, #​4224, #​4225)
  • Change some logs to debugw (#​4229)
  • Changing field naming of data track packet (#​4235)
  • Update Pion transport package. (#​4237)
  • Wrapping the invalid request errors for CreateSipParticipant (#​4239)
Fixed
  • Swap result sink atomically rather than closing and setting (#​4216)
  • Address crash in v1.9.10 (#​4219, #​4220)
  • Return on SDP fragment read error. (#​4228)

v1.9.10

Compare Source

Added
  • Support OpenTelemetry tracing. Add Jaeger support. (#​4222)
  • Add option to force simuclast codec. (#​4226)
  • Log timeout in API (#​4231, #​4232)
  • Add participant option for data track auto-subscribe. (#​4240)
Changed
  • Remove enable arrival time forwarding method. (#​4217)
  • sfu/receiver and sfu/buffer refactor (#​4221, #​4224, #​4225)
  • Change some logs to debugw (#​4229)
  • Changing field naming of data track packet (#​4235)
  • Update Pion transport package. (#​4237)
  • Wrapping the invalid request errors for CreateSipParticipant (#​4239)
Fixed
  • Swap result sink atomically rather than closing and setting (#​4216)
  • Address crash in v1.9.10 (#​4219, #​4220)
  • Return on SDP fragment read error. (#​4228)

v1.9.9

Compare Source

Added
  • Add support for RTP stream restart. (#​4161)
Changed
  • Avoid duplicate track add to room track manager. (#​4152, #​4153)
  • Consistently undo update to sequence number and timestamp when the incoming packet cannot be sequenced. (#​4156)
  • deregister observability function when participant is closed (#​4157)
  • Ensure subscribe data track handles are unique (#​4162)
  • move delete to oss service store (#​4164)
  • clean up manual roomservice log redaction (#​4165)
  • skip lost sequence number ranges in getIntervalStats (#​4166, #​4169)
Fixed
  • chore: fix a large number of spelling issues (#​4147)
  • Handle case of sequence number jump just after start. (#​4150)
  • Drop run away receiver reports. (#​4170)
  • Publish/Unpublish counter match. (#​4173)

v1.9.8

Compare Source

Added
  • Mark RTCP buffer Write as noinline. (for better heap attribution) (#​4138)
  • add debug metric for tracking references (#​4134)
Changed
  • Use isEnding to indicate if down track could be resumed. (#​4132)
  • switch participant callbacks to room to listener interface (#​4136)
  • protocol deps to get inactive file adjusted memory usage. (#​4137)
  • update webrtc to 4.1.8 to pick up DTLS fingerprint check during handshake (#​4140)
Fixed

v1.9.7

Compare Source

Added
  • Data tracks (experimental and not ready for use) (#​4089)
Changed
  • log bucket growth (#​4122)
  • Update pion/ice to stop gather first on close (#​4123)
  • move utils.WrapAround to mediatransportutil (#​4124)
  • Let participant close remove the published tracks. (#​4125)
Fixed

v1.9.6

Compare Source

Added
Fixed
Changed
  • Switch forwarding latency log to Debugw (#​4098)
  • Update mediatransportutil to get OWD estimator relocation (#​4115)

Configuration

📅 Schedule: (UTC)

  • 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [livekit/livekit-server](https://github.com/livekit/livekit) | minor | `v1.9.4` → `v1.13.5` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/11) for more information. --- ### Release Notes <details> <summary>livekit/livekit (livekit/livekit-server)</summary> ### [`v1.13.5`](https://github.com/livekit/livekit/releases/tag/v1.13.5) [Compare Source](https://github.com/livekit/livekit/compare/v1.13.4...v1.13.5) ##### Added - add mock for testing region pins with API ([#&#8203;4691](https://github.com/livekit/livekit/issues/4691)) - Add country to participant closing log ([#&#8203;4693](https://github.com/livekit/livekit/issues/4693)) - Tests for down stream packet push. ([#&#8203;4692](https://github.com/livekit/livekit/issues/4692)) - Add status code for twirp request latency prometheus metric ([#&#8203;4621](https://github.com/livekit/livekit/issues/4621)) - Support more h264 profiles ([#&#8203;4708](https://github.com/livekit/livekit/issues/4708)) - log high stream start latency. ([#&#8203;4714](https://github.com/livekit/livekit/issues/4714)) ##### Changed - Use simulcast constructor for VP9 if simulcasted. ([#&#8203;4696](https://github.com/livekit/livekit/issues/4696)) - send resolved ringing timeout ([#&#8203;4697](https://github.com/livekit/livekit/issues/4697)) - Update go deps ([#&#8203;4645](https://github.com/livekit/livekit/issues/4645)) - protocol deps for logging webhook status ([#&#8203;4699](https://github.com/livekit/livekit/issues/4699)) - protocol update with webhook status logging ([#&#8203;4700](https://github.com/livekit/livekit/issues/4700)) - Record subscribe stream start time in prometheus. ([#&#8203;4704](https://github.com/livekit/livekit/issues/4704)) - A bit better counting for track publish. ([#&#8203;4707](https://github.com/livekit/livekit/issues/4707)) ##### Fixed - Fix padding bit in forwarded packet. ([#&#8203;4690](https://github.com/livekit/livekit/issues/4690)) - Spelling fixes ([#&#8203;4698](https://github.com/livekit/livekit/issues/4698)) - Do not call telemetry listener under pending track lock. ([#&#8203;4706](https://github.com/livekit/livekit/issues/4706)) - Fix getRefLayerRTPTimestamp off-by-one that can panic on max layer index ([#&#8203;4712](https://github.com/livekit/livekit/issues/4712)) ### [`v1.13.4`](https://github.com/livekit/livekit/releases/tag/v1.13.4) [Compare Source](https://github.com/livekit/livekit/compare/v1.13.3...v1.13.4) ##### Added - added mocking function for SIP dialing methods ([#&#8203;4642](https://github.com/livekit/livekit/issues/4642)) - Add signal tests to test-server ([#&#8203;4653](https://github.com/livekit/livekit/issues/4653)) - Add option to exclude local IPv6 candidates. ([#&#8203;4657](https://github.com/livekit/livekit/issues/4657)) - Add a method to get forward stats via API method. ([#&#8203;4664](https://github.com/livekit/livekit/issues/4664)) - Add drop-on-close signal test scenario ([#&#8203;4669](https://github.com/livekit/livekit/issues/4669)) - Log soft validation errors. ([#&#8203;4671](https://github.com/livekit/livekit/issues/4671)) - add redaction flag in Job ([#&#8203;4650](https://github.com/livekit/livekit/issues/4650)) ##### Changed - simpler mock protocol ([#&#8203;4641](https://github.com/livekit/livekit/issues/4641)) - Make IsConnectionCanceled available at LocalParticipant interface. ([#&#8203;4643](https://github.com/livekit/livekit/issues/4643)) - Update actions/checkout action to v7 ([#&#8203;4646](https://github.com/livekit/livekit/issues/4646)) - Update protocol. ([#&#8203;4648](https://github.com/livekit/livekit/issues/4648)) - Export migration to LocalParticipant interface. ([#&#8203;4652](https://github.com/livekit/livekit/issues/4652)) - Record final RTC state as success/failure. ([#&#8203;4658](https://github.com/livekit/livekit/issues/4658)) - Omit rtx/out-of-order packets from forwarding delay measurement. ([#&#8203;4659](https://github.com/livekit/livekit/issues/4659)) - Move ForwardStats aggregation off the packet forwarding path ([#&#8203;4660](https://github.com/livekit/livekit/issues/4660)) - protocol deps to get parallel exec alloc reduction ([#&#8203;4662](https://github.com/livekit/livekit/issues/4662)) - Update pion/ice to deal with hang on close. ([#&#8203;4672](https://github.com/livekit/livekit/issues/4672)) - Add more details to unreliable data channel drop error. ([#&#8203;4673](https://github.com/livekit/livekit/issues/4673)) - Record `rtc_success` prom as soon as RTC connects. ([#&#8203;4677](https://github.com/livekit/livekit/issues/4677)) - Use proto logger to get named enums in the logs. ([#&#8203;4679](https://github.com/livekit/livekit/issues/4679)) - Propagate spreader threshold to RED receivers. ([#&#8203;4683](https://github.com/livekit/livekit/issues/4683)) - Prefer QDisc.Stats till go-tc addresses QDisc.Stats2 parsing ([#&#8203;4685](https://github.com/livekit/livekit/issues/4685)) - Bump protocol version to fix call to Validate. ([#&#8203;4686](https://github.com/livekit/livekit/issues/4686)) ##### Fixed - bound data-track buffering under downlink congestion (targetLatency) ([#&#8203;4667](https://github.com/livekit/livekit/issues/4667)) - Guard against nil TC qdisc stats to prevent SIGSEGV ([#&#8203;4668](https://github.com/livekit/livekit/issues/4668)) - Fix goroutine leak from orphaned signal relay streams ([#&#8203;4674](https://github.com/livekit/livekit/issues/4674)) - don't undercount data channel bitrate over idle gaps ([#&#8203;4676](https://github.com/livekit/livekit/issues/4676)) - Fix receiver load balance threshold initialization ([#&#8203;4678](https://github.com/livekit/livekit/issues/4678)) - rtc: guard against nil subscriber in TransportManager.HandleAnswer ([#&#8203;4680](https://github.com/livekit/livekit/issues/4680)) - Potential fix for code scanning alert no. 42: Incorrect conversion between integer types ([#&#8203;4684](https://github.com/livekit/livekit/issues/4684)) ### [`v1.13.3`](https://github.com/livekit/livekit/releases/tag/v1.13.3) [Compare Source](https://github.com/livekit/livekit/compare/v1.13.2...v1.13.3) ##### Added - feat: mock API server for testing server SDKs ([#&#8203;4627](https://github.com/livekit/livekit/issues/4627)) - support auth checks with mock server ([#&#8203;4629](https://github.com/livekit/livekit/issues/4629)) - Data track schema metadata ([#&#8203;4622](https://github.com/livekit/livekit/issues/4622)) - Report average bitrates for whip ingress ([#&#8203;4634](https://github.com/livekit/livekit/issues/4634)) ##### Changed - Update webrtc to fix interop issue with bundled datachannel ([#&#8203;4631](https://github.com/livekit/livekit/issues/4631)) - Update module github.com/urfave/cli/v3 to v3.10.0 ([#&#8203;4612](https://github.com/livekit/livekit/issues/4612)) - Use camel case log name in `DataBlobKey` ([#&#8203;4633](https://github.com/livekit/livekit/issues/4633)) ##### Fixed - Stop WHIP session notifier when participant leaves ([#&#8203;4637](https://github.com/livekit/livekit/issues/4637)) ### [`v1.13.2`](https://github.com/livekit/livekit/releases/tag/v1.13.2) [Compare Source](https://github.com/livekit/livekit/compare/v1.13.1...v1.13.2) ##### Added - Add Prometheus metrics for join latency and peer connection state ([#&#8203;4574](https://github.com/livekit/livekit/issues/4574), [#&#8203;4616](https://github.com/livekit/livekit/issues/4616)) - Preserve original expiry when refreshing token ([#&#8203;4580](https://github.com/livekit/livekit/issues/4580)) - Add grants expiry to Auth context ([#&#8203;4581](https://github.com/livekit/livekit/issues/4581)) - Add ability to run pprof on dedicated HTTP server ([#&#8203;4584](https://github.com/livekit/livekit/issues/4584)) - Add API to get latest node stats ([#&#8203;4589](https://github.com/livekit/livekit/issues/4589)) - Enforce subscription permission to data track ([#&#8203;4588](https://github.com/livekit/livekit/issues/4588)) - egress v2 api ([#&#8203;4592](https://github.com/livekit/livekit/issues/4592)) - agent: thread attributes map from dispatch to job ([#&#8203;4598](https://github.com/livekit/livekit/issues/4598)) - Log subscription limit breaches ([#&#8203;4603](https://github.com/livekit/livekit/issues/4603)) - Acquire requested video layer directly at HIGH quality by default ([#&#8203;4595](https://github.com/livekit/livekit/issues/4595)) - Report participant capabilities in ParticipantInfo ([#&#8203;4606](https://github.com/livekit/livekit/issues/4606)) - Add option to force drain rtcService/agentService connections ([#&#8203;4618](https://github.com/livekit/livekit/issues/4618)) - Add support for data blob (a. k. a. async participant attributes) ([#&#8203;4619](https://github.com/livekit/livekit/issues/4619)) ##### Changed - Update dependencies: pion/sctp, DTLS v3.1.4, protocol ([#&#8203;4587](https://github.com/livekit/livekit/issues/4587), [#&#8203;4601](https://github.com/livekit/livekit/issues/4601), [#&#8203;4623](https://github.com/livekit/livekit/issues/4623)) - rtc: add RestartSessionTimer to re-anchor participant session duration ([#&#8203;4566](https://github.com/livekit/livekit/issues/4566)) - Record more RTC cancellation points ([#&#8203;4600](https://github.com/livekit/livekit/issues/4600)) - Cap all metadata at 512 KiB; enforce on join, agent dispatch, and embedded agents ([#&#8203;4602](https://github.com/livekit/livekit/issues/4602)) - Tighten up publish latency stat ([#&#8203;4615](https://github.com/livekit/livekit/issues/4615)) - Echo offered audio payload types in single-PC subscriber answer ([#&#8203;4614](https://github.com/livekit/livekit/issues/4614)) ##### Fixed - Fix skipped packets accounting ([#&#8203;4604](https://github.com/livekit/livekit/issues/4604)) - Do not log due to negative getting interpreted as large unsigned positive ([#&#8203;4605](https://github.com/livekit/livekit/issues/4605)) - Do not call nil callback ([#&#8203;4607](https://github.com/livekit/livekit/issues/4607)) ### [`v1.13.1`](https://github.com/livekit/livekit/releases/tag/v1.13.1) [Compare Source](https://github.com/livekit/livekit/compare/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 [#&#8203;4539](https://github.com/livekit/livekit/pull/4539). ##### Added - rtc: report participant kind code and details ([#&#8203;4534](https://github.com/livekit/livekit/issues/4534)) - Add IsIntentionalDisconnect ([#&#8203;4537](https://github.com/livekit/livekit/issues/4537)) - rtc: emit per-data-track bytes via BytesTrackStats ([#&#8203;4540](https://github.com/livekit/livekit/issues/4540)) - Start tracking Twirp method request latency in prometheus too, not just in logs ([#&#8203;4545](https://github.com/livekit/livekit/issues/4545)) - Config documentation for advertise\_internal\_ip and skip\_external\_ip\_validation ([#&#8203;4552](https://github.com/livekit/livekit/issues/4552), [#&#8203;4554](https://github.com/livekit/livekit/issues/4554), [#&#8203;4563](https://github.com/livekit/livekit/issues/4563)) - Metrics for participant active, i. e. fully established. ([#&#8203;4557](https://github.com/livekit/livekit/issues/4557)) - turn: allow for providing secret via file ([#&#8203;4564](https://github.com/livekit/livekit/issues/4564)) - expose TCPFallbackRTTThreshold and AllowUDPUnstableFallback via config ([#&#8203;4556](https://github.com/livekit/livekit/issues/4556)) ##### Changed - Always enable rtx codec ([#&#8203;4533](https://github.com/livekit/livekit/issues/4533)) - Don't require media sections when joining ([#&#8203;4535](https://github.com/livekit/livekit/issues/4535)) - Use NACKQuueInterface type. ([#&#8203;4538](https://github.com/livekit/livekit/issues/4538)) - Remove backwards compatibility support for TURN auth. ([#&#8203;4539](https://github.com/livekit/livekit/issues/4539)) - telemetry: split webhook-processed hook out of NewTelemetryService ([#&#8203;4548](https://github.com/livekit/livekit/issues/4548)) - rtc: prevent duration reporting for inactive participants ([#&#8203;4550](https://github.com/livekit/livekit/issues/4550)) - rtc: report participant session end time on room move ([#&#8203;4561](https://github.com/livekit/livekit/issues/4561)) - Update mediatransportutil to get ICE candidate timeout config ([#&#8203;4572](https://github.com/livekit/livekit/issues/4572)) ##### Fixed - Check Less and LessEq in version compare. ([#&#8203;4532](https://github.com/livekit/livekit/issues/4532)) - fix sip error categorization ([#&#8203;4528](https://github.com/livekit/livekit/issues/4528)) - handle nil clientInfo ([#&#8203;4546](https://github.com/livekit/livekit/issues/4546), [#&#8203;4547](https://github.com/livekit/livekit/issues/4547)) - Prevent panic from nil(illegal) syncState.Subscriptions message ([#&#8203;4560](https://github.com/livekit/livekit/issues/4560)) ### [`v1.13.0`](https://github.com/livekit/livekit/compare/v1.12.0...v1.13.0) [Compare Source](https://github.com/livekit/livekit/compare/v1.12.0...v1.13.0) ### [`v1.12.0`](https://github.com/livekit/livekit/releases/tag/v1.12.0) [Compare Source](https://github.com/livekit/livekit/compare/v1.11.0...v1.12.0) ### ATTENTION: This release introduces important changes to how TURN authentication and permissions are handled. These changes make the system more secure. This release maintains backwards compatibility. However, backwards compatibility will be removed in the next release. So, please plan accordingly. ##### TURN permission handling changes By default, TURN will not relay traffic to private IPs. If you need to relay traffic to private IPs, please use `allow_restricted_peer_cidrs` which is explained in config-sample.yaml and replicated below. ``` # # list of restricted peer CIDRs (loopback, link-local (unicast, multicast), multicast, private, unspecified) to allow access to. # # By default (i. e. empty list), all restricted peer CIDRs are denied access. # # When not empty, only the specified CIDRs are allowed access. # # Note that this check is applied to restricted peer CIDRs only. # allow_restricted_peer_cidrs: # - 10.0.0.0/8 # - 192.168.0.0/16 ``` That list can be paired with a deny list which takes precedence if there is an overlap. ``` # # list of peer CIDRs to deny access to. # # This applies to all peer CIDRs, including restricted ones. # # Deny list takes precedence over allow list. # deny_peer_cidrs: # - 10.0.0.0/8 # - 192.168.0.0/16 ``` Relevant PRs: [#&#8203;4505](https://github.com/livekit/livekit/issues/4505) ##### TURN authentication handling changes TURN credentials now have a TTL (Time-To-Live) beyond which they are not valid to join a room. We recommend rotating your TURN authentication secrets to ensure older credentials are rendered stale and not usable. ``` # # TTL of the TURN credentials in seconds - defaults to 300 # ttl_seconds: 300 ``` Please note that the TTL is always used in constructing the credentials. So, a value of 0 will create credentials that expire immediately. Relevant PRs: [#&#8203;4505](https://github.com/livekit/livekit/issues/4505), [#&#8203;4515](https://github.com/livekit/livekit/issues/4515), [#&#8203;4524](https://github.com/livekit/livekit/issues/4524), [#&#8203;4526](https://github.com/livekit/livekit/issues/4526) ##### Added - add support for client capabilities ([#&#8203;4461](https://github.com/livekit/livekit/issues/4461)) - Additional data tracks logging ([#&#8203;4489](https://github.com/livekit/livekit/issues/4489)) - Add CloseWithReason to agent SignalConn interface ([#&#8203;4492](https://github.com/livekit/livekit/issues/4492)) - add agent environment ([#&#8203;4498](https://github.com/livekit/livekit/issues/4498)) - add duration seconds reporting ([#&#8203;4500](https://github.com/livekit/livekit/issues/4500)) - add helper to check for agent worker endpoint ([#&#8203;4503](https://github.com/livekit/livekit/issues/4503)) - test: verify upstream and downstream connection stats end-to-end ([#&#8203;4508](https://github.com/livekit/livekit/issues/4508)) - Add TURN permission handler. ([#&#8203;4505](https://github.com/livekit/livekit/issues/4505)) - allow setting agent job assignment url ([#&#8203;4512](https://github.com/livekit/livekit/issues/4512)) - Add expiry to TURN password. ([#&#8203;4505](https://github.com/livekit/livekit/issues/4505), [#&#8203;4515](https://github.com/livekit/livekit/issues/4515)) - add AssignmentHook to AssignJob; propagate websocket write errors ([#&#8203;4516](https://github.com/livekit/livekit/issues/4516)) - Apply room tags from JWT grant room configuration ([#&#8203;4518](https://github.com/livekit/livekit/issues/4518)) - feat: auto create rooms for tokens with the RoomCreate grant ([#&#8203;4320](https://github.com/livekit/livekit/issues/4320)) - Add integration test for TURN auth failures ([#&#8203;4524](https://github.com/livekit/livekit/issues/4524)) - Support SIP auth realm for inbound. ([#&#8203;4522](https://github.com/livekit/livekit/issues/4522)) - Apply ttl check only when authenticate allocation creating ([#&#8203;4526](https://github.com/livekit/livekit/issues/4526)) ##### Changed - feat(pion/ice): replace deprecated NAT1To1 with SetAddressRewriteRules ([#&#8203;4466](https://github.com/livekit/livekit/issues/4466)) - do not log data track stats if not started ([#&#8203;4468](https://github.com/livekit/livekit/issues/4468)) - Consolidate RTCP packets and do RTCP callback outside lock. ([#&#8203;4469](https://github.com/livekit/livekit/issues/4469)) - Keep a shadow copy of tracks for use by different stream allocator state ([#&#8203;4470](https://github.com/livekit/livekit/issues/4470)) - Avoid stream allocator event data cast to interface and back. ([#&#8203;4471](https://github.com/livekit/livekit/issues/4471)) - Convert sort.Slice -> slices.SortFunc ([#&#8203;4472](https://github.com/livekit/livekit/issues/4472)) - Turn off transceiver re-use on Safari. ([#&#8203;4474](https://github.com/livekit/livekit/issues/4474)) - reduce some heap use in packet path by ([#&#8203;4478](https://github.com/livekit/livekit/issues/4478)) - Close peer connection unconditionally to unblock set local/remote ([#&#8203;4485](https://github.com/livekit/livekit/issues/4485)) - Misc optimisations. ([#&#8203;4490](https://github.com/livekit/livekit/issues/4490)) - report all simulcast layers ([#&#8203;4491](https://github.com/livekit/livekit/issues/4491)) - Use mediatransportutil/codec package, no functional change ([#&#8203;4497](https://github.com/livekit/livekit/issues/4497)) - rename agent environment to deployment ([#&#8203;4506](https://github.com/livekit/livekit/issues/4506)) - Update protocol to support SIP media config. ([#&#8203;4509](https://github.com/livekit/livekit/issues/4509)) - update protocol for protojson ([#&#8203;4510](https://github.com/livekit/livekit/issues/4510)) - Populate data track loggers with context ([#&#8203;4514](https://github.com/livekit/livekit/issues/4514)) - Log large packets receive/send. ([#&#8203;4521](https://github.com/livekit/livekit/issues/4521)) - Log details of RTCP packets. ([#&#8203;4525](https://github.com/livekit/livekit/issues/4525)) - Create NACK tracker only once. ([#&#8203;4527](https://github.com/livekit/livekit/issues/4527)) ##### Fixed - fix: wrap IPv6 addresses in brackets in UDP TURN URLs (RFC 3986) ([#&#8203;4476](https://github.com/livekit/livekit/issues/4476)) - Legacy TrackInfo.Simulcast flag. ([#&#8203;4493](https://github.com/livekit/livekit/issues/4493)) - Fix publish-only limitations being incorrectly applied to receivers ([#&#8203;4495](https://github.com/livekit/livekit/issues/4495)) - Include reception reoprts in receiver report callback. ([#&#8203;4496](https://github.com/livekit/livekit/issues/4496)) - Fix sense check in DeltaInfo gathering ([#&#8203;4507](https://github.com/livekit/livekit/issues/4507)) - Fix SIP media config upgrade. ([#&#8203;4511](https://github.com/livekit/livekit/issues/4511)) ### [`v1.11.0`](https://github.com/livekit/livekit/releases/tag/v1.11.0) [Compare Source](https://github.com/livekit/livekit/compare/v1.10.1...v1.11.0) NOTE: Minor version bump that enables data tracks (<https://docs.livekit.io/transport/data/data-tracks/>) by default. ##### Added - Embedded turn test ([#&#8203;4412](https://github.com/livekit/livekit/issues/4412)) - chore: log API key during worker registration ([#&#8203;4428](https://github.com/livekit/livekit/issues/4428)) - Add some simple data track stats ([#&#8203;4431](https://github.com/livekit/livekit/issues/4431)) - Add `Close` method for UpDataTrackManager and call it on participant ([#&#8203;4432](https://github.com/livekit/livekit/issues/4432)) - Log join duration. ([#&#8203;4433](https://github.com/livekit/livekit/issues/4433)) - Add subscriber stream start event notification ([#&#8203;4449](https://github.com/livekit/livekit/issues/4449)) ##### Changed - Cleaning up some logs and standardising log frequency. ([#&#8203;4420](https://github.com/livekit/livekit/issues/4420)) - Keep subscription synchronous when publisher is expected to resume. ([#&#8203;4424](https://github.com/livekit/livekit/issues/4424), [#&#8203;4425](https://github.com/livekit/livekit/issues/4425)) - Do not close publisher peer connection to aid migration. ([#&#8203;4426](https://github.com/livekit/livekit/issues/4426), [#&#8203;4427](https://github.com/livekit/livekit/issues/4427)) - Enable data tracks by default. ([#&#8203;4429](https://github.com/livekit/livekit/issues/4429)) - chore: pin GH commits and switch to golangci-lint ([#&#8203;4444](https://github.com/livekit/livekit/issues/4444)) - Switch to stdlib maps, slices ([#&#8203;4445](https://github.com/livekit/livekit/issues/4445)) - Store concrete ICE candidate for remote candidates. ([#&#8203;4458](https://github.com/livekit/livekit/issues/4458)) ##### Fixed - clear track notifier observers on subscription teardown ([#&#8203;4413](https://github.com/livekit/livekit/issues/4413)) - Guard against timestamp inversion in RED -> Opus conversion. ([#&#8203;4414](https://github.com/livekit/livekit/issues/4414), [#&#8203;4415](https://github.com/livekit/livekit/issues/4415), [#&#8203;4418](https://github.com/livekit/livekit/issues/4418)) - ensure participant init is correctly serialized for logging ([#&#8203;4417](https://github.com/livekit/livekit/issues/4417)) - Clean up data track observers on unsubscribe. ([#&#8203;4421](https://github.com/livekit/livekit/issues/4421)) - compute agent dispatch affinity from target load ([#&#8203;4442](https://github.com/livekit/livekit/issues/4442)) - Apply IPFilter when get local ip ([#&#8203;4440](https://github.com/livekit/livekit/issues/4440)) - Unsubscribe from data track on close ([#&#8203;4443](https://github.com/livekit/livekit/issues/4443)) - Use Muted in TrackInfo to propagated published track muted. ([#&#8203;4453](https://github.com/livekit/livekit/issues/4453)) - fix: limit join request and WHIP request body to http.DefaultMaxHeaderBytes ([#&#8203;4450](https://github.com/livekit/livekit/issues/4450)) - fix publisher frame count reporting for simulcast streams ([#&#8203;4457](https://github.com/livekit/livekit/issues/4457)) ### [`v1.10.1`](https://github.com/livekit/livekit/releases/tag/v1.10.1) [Compare Source](https://github.com/livekit/livekit/compare/v1.10.0...v1.10.1) ##### Added - add packet trailer stripping support ([#&#8203;4361](https://github.com/livekit/livekit/issues/4361)) - Path check helpers ([#&#8203;4392](https://github.com/livekit/livekit/issues/4392)) - add deadline to dtls connect context ([#&#8203;4395](https://github.com/livekit/livekit/issues/4395)) - feat(agent-dispatch): add job restart policy ([#&#8203;4401](https://github.com/livekit/livekit/issues/4401)) ##### Changed - Close both peer connections to aid migration. ([#&#8203;4382](https://github.com/livekit/livekit/issues/4382)) ##### Fixed - Fix TURN server URL ([#&#8203;4389](https://github.com/livekit/livekit/issues/4389)) - AV1 parser overflow fix. ([#&#8203;4405](https://github.com/livekit/livekit/issues/4405)) - Address malformed H264/H265 parsing issues ([#&#8203;4407](https://github.com/livekit/livekit/issues/4407)) ### [`v1.10.0`](https://github.com/livekit/livekit/releases/tag/v1.10.0) [Compare Source](https://github.com/livekit/livekit/compare/v1.9.12...v1.10.0) #### PLEASE NOTE: The logging key for participant session ID (a.k.a participant SID) has been changed from `pID` to `participantID` in this release for the sake of clarity. Hence the minor version bump. ##### Added - Add option to require media sections when participant joining ([#&#8203;4347](https://github.com/livekit/livekit/issues/4347), [#&#8203;4354](https://github.com/livekit/livekit/issues/4354)) - Support originating calls from custom domains ([#&#8203;4349](https://github.com/livekit/livekit/issues/4349)) - Add StopEgress function to the EgressLauncher interface ([#&#8203;4353](https://github.com/livekit/livekit/issues/4353)) - Add option to not re-use transceiver in e2ee. ([#&#8203;4356](https://github.com/livekit/livekit/issues/4356)) - Add API to restart lite stats. ([#&#8203;4366](https://github.com/livekit/livekit/issues/4366), [#&#8203;4368](https://github.com/livekit/livekit/issues/4368)) * handle AGENT\_ERROR disconnect reason ([#&#8203;4339](https://github.com/livekit/livekit/issues/4339)) ##### Changed - Mark last run of grow bucket outside goroutine. ([#&#8203;4348](https://github.com/livekit/livekit/issues/4348)) - Refine ipv6 support ([#&#8203;4352](https://github.com/livekit/livekit/issues/4352)) - Sample data send error logging. ([#&#8203;4358](https://github.com/livekit/livekit/issues/4358)) - Switch data track extension to 1-byte ID/length. ([#&#8203;4362](https://github.com/livekit/livekit/issues/4362)) - Do not kick off migration of closed participant ([#&#8203;4363](https://github.com/livekit/livekit/issues/4363)) - Do not block all ext ID determination on stream allocator listener ([#&#8203;4364](https://github.com/livekit/livekit/issues/4364)) - Rename log field pID to participantID ([#&#8203;4365](https://github.com/livekit/livekit/issues/4365)) - Replace deprecated io/ioutil with io in whipservice ([#&#8203;4375](https://github.com/livekit/livekit/issues/4375)) - Update grpc to address CVE-2026-33186 ([#&#8203;4381](https://github.com/livekit/livekit/issues/4381)) ##### Fixed - Fix repair stream ID reporting for RTX pairing. ([#&#8203;4369](https://github.com/livekit/livekit/issues/4369)) ### [`v1.9.12`](https://github.com/livekit/livekit/releases/tag/v1.9.12) [Compare Source](https://github.com/livekit/livekit/compare/v1.9.11...v1.9.12) ##### Added - Add silent frame for pcmu/a ([#&#8203;4258](https://github.com/livekit/livekit/issues/4258)) - adds a test to ensure agent worker errors cause disconnection ([#&#8203;4273](https://github.com/livekit/livekit/issues/4273)) - Populate client\_protocol field in ParticipantInfo ([#&#8203;4293](https://github.com/livekit/livekit/issues/4293)) - Read client protocol from query param ([#&#8203;4294](https://github.com/livekit/livekit/issues/4294)) - generate & log egressID for start egress request ([#&#8203;4303](https://github.com/livekit/livekit/issues/4303)) - ESP32 Client Info ([#&#8203;4267](https://github.com/livekit/livekit/issues/4267)) - feat: make INSTALL\_PATH overridable in install script ([#&#8203;3954](https://github.com/livekit/livekit/issues/3954)) ##### Changed - Defer setting clock rate in RTPStats module till codec is bound. ([#&#8203;4250](https://github.com/livekit/livekit/issues/4250)) - Wrapping SIP errors for invalid argument and not found ([#&#8203;4253](https://github.com/livekit/livekit/issues/4253)) - Ignore parse addr error when add remote candidate ([#&#8203;4264](https://github.com/livekit/livekit/issues/4264)) - Generate config flags ([#&#8203;4268](https://github.com/livekit/livekit/issues/4268)) - clear reference guard when resetting signal stats ([#&#8203;4279](https://github.com/livekit/livekit/issues/4279)) - refresh telemetry guard on participant move ([#&#8203;4280](https://github.com/livekit/livekit/issues/4280)) - use separate allocation for signal stats telemetry guard ([#&#8203;4281](https://github.com/livekit/livekit/issues/4281)) - Set up audio config in audio level module when config is updated. ([#&#8203;4290](https://github.com/livekit/livekit/issues/4290)) - Update self-hosting deployment documentation link ([#&#8203;4312](https://github.com/livekit/livekit/issues/4312)) - Key telemetry stats worker using combination of roomID, participantID ([#&#8203;4323](https://github.com/livekit/livekit/issues/4323)) - Two phase restart when doing external restart of receiver. ([#&#8203;4329](https://github.com/livekit/livekit/issues/4329)) - Send participant left event after track unpublished for moved ([#&#8203;4334](https://github.com/livekit/livekit/issues/4334)) ##### Fixed - Fix receiver restart race ([#&#8203;4248](https://github.com/livekit/livekit/issues/4248)) - require participant broadcast when metadata/attributes are set in token ([#&#8203;4266](https://github.com/livekit/livekit/issues/4266)) - Create buffer if needed when a PLI is requested. ([#&#8203;4282](https://github.com/livekit/livekit/issues/4282)) - Do not increase max expected layer on track info update. ([#&#8203;4285](https://github.com/livekit/livekit/issues/4285)) - Publish is always on publisher peer connection.([#&#8203;4307](https://github.com/livekit/livekit/issues/4307)) - Potential fix for code scanning alert no. 35: Workflow does not contain permissions ([#&#8203;4311](https://github.com/livekit/livekit/issues/4311)) - Potential fix for code scanning alert no. 36: Workflow does not contain permissions ([#&#8203;4310](https://github.com/livekit/livekit/issues/4310)) - Fix for some CodeQL reported issues ([#&#8203;4314](https://github.com/livekit/livekit/issues/4314)) - Protect against incorrect temporal layer. ([#&#8203;4327](https://github.com/livekit/livekit/issues/4327)) - do not discount packets lost on duplicate packets ([#&#8203;4333](https://github.com/livekit/livekit/issues/4333)) - Use ParticipantTelemetryListener of LocalParticipant. ([#&#8203;4342](https://github.com/livekit/livekit/issues/4342)) - Fix SIP client timeout. ([#&#8203;4345](https://github.com/livekit/livekit/issues/4345)) ### [`v1.9.11`](https://github.com/livekit/livekit/releases/tag/v1.9.11) [Compare Source](https://github.com/livekit/livekit/compare/v1.9.10...v1.9.11) #### PLEASE NOTE: The previous release tag v1.9.10 hit a panic under some conditions. Sincerely regret the inconvenience caused. Although we do test rigorously, it is not guaranteed to cover all scenarios. We request you to report any issues you encounter. Thank you. ##### Added - Support OpenTelemetry tracing. Add Jaeger support. ([#&#8203;4222](https://github.com/livekit/livekit/issues/4222)) - Add option to force simuclast codec. ([#&#8203;4226](https://github.com/livekit/livekit/issues/4226)) - Log timeout in API ([#&#8203;4231](https://github.com/livekit/livekit/issues/4231), [#&#8203;4232](https://github.com/livekit/livekit/issues/4232)) - Add participant option for data track auto-subscribe. ([#&#8203;4240](https://github.com/livekit/livekit/issues/4240)) ##### Changed - Remove enable arrival time forwarding method. ([#&#8203;4217](https://github.com/livekit/livekit/issues/4217)) - sfu/receiver and sfu/buffer refactor ([#&#8203;4221](https://github.com/livekit/livekit/issues/4221), [#&#8203;4224](https://github.com/livekit/livekit/issues/4224), [#&#8203;4225](https://github.com/livekit/livekit/issues/4225)) - Change some logs to debugw ([#&#8203;4229](https://github.com/livekit/livekit/issues/4229)) - Changing field naming of data track packet ([#&#8203;4235](https://github.com/livekit/livekit/issues/4235)) - Update Pion transport package. ([#&#8203;4237](https://github.com/livekit/livekit/issues/4237)) - Wrapping the invalid request errors for CreateSipParticipant ([#&#8203;4239](https://github.com/livekit/livekit/issues/4239)) ##### Fixed - Swap result sink atomically rather than closing and setting ([#&#8203;4216](https://github.com/livekit/livekit/issues/4216)) - Address crash in v1.9.10 ([#&#8203;4219](https://github.com/livekit/livekit/issues/4219), [#&#8203;4220](https://github.com/livekit/livekit/issues/4220)) - Return on SDP fragment read error. ([#&#8203;4228](https://github.com/livekit/livekit/issues/4228)) ### [`v1.9.10`](https://github.com/livekit/livekit/blob/HEAD/CHANGELOG.md#PLEASE-NOTE-The-previous-release-tag-v1910-hit-a-panic-under-some-conditions-Sincerely-regret-the-inconvenience-caused-Although-we-do-test-rigorously-it-is-not-guaranteed-to-cover-all-scenarios-We-request-you-to-report-any-issues-you-encounter-Thank-you) [Compare Source](https://github.com/livekit/livekit/compare/v1.9.9...v1.9.10) ##### Added - Support OpenTelemetry tracing. Add Jaeger support. ([#&#8203;4222](https://github.com/livekit/livekit/issues/4222)) - Add option to force simuclast codec. ([#&#8203;4226](https://github.com/livekit/livekit/issues/4226)) - Log timeout in API ([#&#8203;4231](https://github.com/livekit/livekit/issues/4231), [#&#8203;4232](https://github.com/livekit/livekit/issues/4232)) - Add participant option for data track auto-subscribe. ([#&#8203;4240](https://github.com/livekit/livekit/issues/4240)) ##### Changed - Remove enable arrival time forwarding method. ([#&#8203;4217](https://github.com/livekit/livekit/issues/4217)) - sfu/receiver and sfu/buffer refactor ([#&#8203;4221](https://github.com/livekit/livekit/issues/4221), [#&#8203;4224](https://github.com/livekit/livekit/issues/4224), [#&#8203;4225](https://github.com/livekit/livekit/issues/4225)) - Change some logs to debugw ([#&#8203;4229](https://github.com/livekit/livekit/issues/4229)) - Changing field naming of data track packet ([#&#8203;4235](https://github.com/livekit/livekit/issues/4235)) - Update Pion transport package. ([#&#8203;4237](https://github.com/livekit/livekit/issues/4237)) - Wrapping the invalid request errors for CreateSipParticipant ([#&#8203;4239](https://github.com/livekit/livekit/issues/4239)) ##### Fixed - Swap result sink atomically rather than closing and setting ([#&#8203;4216](https://github.com/livekit/livekit/issues/4216)) - Address crash in v1.9.10 ([#&#8203;4219](https://github.com/livekit/livekit/issues/4219), [#&#8203;4220](https://github.com/livekit/livekit/issues/4220)) - Return on SDP fragment read error. ([#&#8203;4228](https://github.com/livekit/livekit/issues/4228)) ### [`v1.9.9`](https://github.com/livekit/livekit/releases/tag/v1.9.9) [Compare Source](https://github.com/livekit/livekit/compare/v1.9.8...v1.9.9) ##### Added - Add support for RTP stream restart. ([#&#8203;4161](https://github.com/livekit/livekit/issues/4161)) ##### Changed - Avoid duplicate track add to room track manager. ([#&#8203;4152](https://github.com/livekit/livekit/issues/4152), [#&#8203;4153](https://github.com/livekit/livekit/issues/4153)) - Consistently undo update to sequence number and timestamp when the incoming packet cannot be sequenced. ([#&#8203;4156](https://github.com/livekit/livekit/issues/4156)) - deregister observability function when participant is closed ([#&#8203;4157](https://github.com/livekit/livekit/issues/4157)) - Ensure subscribe data track handles are unique ([#&#8203;4162](https://github.com/livekit/livekit/issues/4162)) - move delete to oss service store ([#&#8203;4164](https://github.com/livekit/livekit/issues/4164)) - clean up manual roomservice log redaction ([#&#8203;4165](https://github.com/livekit/livekit/issues/4165)) - skip lost sequence number ranges in getIntervalStats ([#&#8203;4166](https://github.com/livekit/livekit/issues/4166), [#&#8203;4169](https://github.com/livekit/livekit/issues/4169)) ##### Fixed - chore: fix a large number of spelling issues ([#&#8203;4147](https://github.com/livekit/livekit/issues/4147)) - Handle case of sequence number jump just after start. ([#&#8203;4150](https://github.com/livekit/livekit/issues/4150)) - Drop run away receiver reports. ([#&#8203;4170](https://github.com/livekit/livekit/issues/4170)) - Publish/Unpublish counter match. ([#&#8203;4173](https://github.com/livekit/livekit/issues/4173)) ### [`v1.9.8`](https://github.com/livekit/livekit/releases/tag/v1.9.8) [Compare Source](https://github.com/livekit/livekit/compare/v1.9.7...v1.9.8) ##### Added - Mark RTCP buffer Write as noinline. (for better heap attribution) ([#&#8203;4138](https://github.com/livekit/livekit/issues/4138)) - add debug metric for tracking references ([#&#8203;4134](https://github.com/livekit/livekit/issues/4134)) ##### Changed - Use isEnding to indicate if down track could be resumed. ([#&#8203;4132](https://github.com/livekit/livekit/issues/4132)) - switch participant callbacks to room to listener interface ([#&#8203;4136](https://github.com/livekit/livekit/issues/4136)) - protocol deps to get inactive file adjusted memory usage. ([#&#8203;4137](https://github.com/livekit/livekit/issues/4137)) - update webrtc to 4.1.8 to pick up DTLS fingerprint check during handshake ([#&#8203;4140](https://github.com/livekit/livekit/issues/4140)) ##### Fixed - Do not pause rid in SDP to prevent race with adaptive streaming ([#&#8203;4129](https://github.com/livekit/livekit/issues/4129)) - leak fixes ([#&#8203;4131](https://github.com/livekit/livekit/issues/4131), [#&#8203;4141](https://github.com/livekit/livekit/issues/4141), [#&#8203;4142](https://github.com/livekit/livekit/issues/4142), [#&#8203;4143](https://github.com/livekit/livekit/issues/4143), [#&#8203;4144](https://github.com/livekit/livekit/issues/4144)) ### [`v1.9.7`](https://github.com/livekit/livekit/releases/tag/v1.9.7) [Compare Source](https://github.com/livekit/livekit/compare/v1.9.6...v1.9.7) ##### Added - Data tracks (experimental and not ready for use) ([#&#8203;4089](https://github.com/livekit/livekit/issues/4089)) ##### Changed - log bucket growth ([#&#8203;4122](https://github.com/livekit/livekit/issues/4122)) - Update pion/ice to stop gather first on close ([#&#8203;4123](https://github.com/livekit/livekit/issues/4123)) - move utils.WrapAround to mediatransportutil ([#&#8203;4124](https://github.com/livekit/livekit/issues/4124)) - Let participant close remove the published tracks. ([#&#8203;4125](https://github.com/livekit/livekit/issues/4125)) ##### Fixed - Fix concurrent map access for [#&#8203;4126](https://github.com/livekit/livekit/issues/4126). ([#&#8203;4127](https://github.com/livekit/livekit/issues/4127)) ### [`v1.9.6`](https://github.com/livekit/livekit/releases/tag/v1.9.6) [Compare Source](https://github.com/livekit/livekit/compare/v1.9.4...v1.9.6) ##### Added - Control latency of lossy data channel ([#&#8203;4088](https://github.com/livekit/livekit/issues/4088)) - logger proto redaction. ([#&#8203;4090](https://github.com/livekit/livekit/issues/4090)) - Record join/publish/subscribe cancellations ([#&#8203;4102](https://github.com/livekit/livekit/issues/4102), [#&#8203;4104](https://github.com/livekit/livekit/issues/4104)) ##### Fixed - Fix "address" typo in transport logs (addddress → address) ([#&#8203;4097](https://github.com/livekit/livekit/issues/4097)) - Clear stereo=1 if stereo is not enabled. ([#&#8203;4101](https://github.com/livekit/livekit/issues/4101)) - Participant session close deadlock fixes ([#&#8203;4107](https://github.com/livekit/livekit/issues/4107), [#&#8203;4113](https://github.com/livekit/livekit/issues/4113), [#&#8203;4116](https://github.com/livekit/livekit/issues/4116)) ##### Changed - Switch forwarding latency log to Debugw ([#&#8203;4098](https://github.com/livekit/livekit/issues/4098)) - Update mediatransportutil to get OWD estimator relocation ([#&#8203;4115](https://github.com/livekit/livekit/issues/4115)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
renovate-bot force-pushed renovate/livekit-livekit-server-1.x from a4dfafe2c4 to c3e0e2cda0 2026-06-15 14:19:02 +02:00 Compare
renovate-bot force-pushed renovate/livekit-livekit-server-1.x from c3e0e2cda0 to 17669fe020 2026-06-27 14:01:39 +02:00 Compare
renovate-bot changed title from Update livekit/livekit-server Docker tag to v1.13.1 to Update livekit/livekit-server Docker tag to v1.13.2 2026-06-27 14:01:41 +02:00
renovate-bot force-pushed renovate/livekit-livekit-server-1.x from 17669fe020 to bf0f5c421a 2026-07-03 14:03:13 +02:00 Compare
renovate-bot changed title from Update livekit/livekit-server Docker tag to v1.13.2 to Update livekit/livekit-server Docker tag to v1.13.3 2026-07-03 14:03:15 +02:00
renovate-bot force-pushed renovate/livekit-livekit-server-1.x from bf0f5c421a to 2376dac841 2026-07-18 14:01:21 +02:00 Compare
renovate-bot changed title from Update livekit/livekit-server Docker tag to v1.13.3 to Update livekit/livekit-server Docker tag to v1.13.4 2026-07-18 14:01:24 +02:00
renovate-bot force-pushed renovate/livekit-livekit-server-1.x from 2376dac841 to 5471c21d8a 2026-07-31 14:02:19 +02:00 Compare
renovate-bot changed title from Update livekit/livekit-server Docker tag to v1.13.4 to Update livekit/livekit-server Docker tag to v1.13.5 2026-07-31 14:02:21 +02:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/livekit-livekit-server-1.x:renovate/livekit-livekit-server-1.x
git switch renovate/livekit-livekit-server-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/livekit-livekit-server-1.x
git switch renovate/livekit-livekit-server-1.x
git rebase main
git switch main
git merge --ff-only renovate/livekit-livekit-server-1.x
git switch renovate/livekit-livekit-server-1.x
git rebase main
git switch main
git merge --no-ff renovate/livekit-livekit-server-1.x
git switch main
git merge --squash renovate/livekit-livekit-server-1.x
git switch main
git merge --ff-only renovate/livekit-livekit-server-1.x
git switch main
git merge renovate/livekit-livekit-server-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
simon511000/homelab!9
No description provided.