Update livekit/livekit-server Docker tag to v1.9.10 #236

Merged
peter merged 1 commits from renovate/matrix into master 2026-01-02 19:25:04 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
livekit/livekit-server patch v1.9.8 -> v1.9.10

Release Notes

livekit/livekit (livekit/livekit-server)

v1.9.10

Compare Source

Added
  • add explicit room exists servicestore op (#​4175)
  • Add support for TURN static auth secret credentials (#​3796)
  • Make new path for signalling v1.5 support. (#​4180)
  • report video size from media data for whip (#​4211)
  • Support preserving external supplied time. (#​4212)
Changed
Fixed
  • Flush ext packets on restart/close and release packets. (#​4179)
  • Resolve RTX pair via OnTrack also. (#​4190)
  • Handle repair SSRC of simulcast tracks during migration. (#​4193)
  • return iceservers for whip (#​4210)

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)

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [livekit/livekit-server](https://github.com/livekit/livekit) | patch | `v1.9.8` -> `v1.9.10` | --- ### Release Notes <details> <summary>livekit/livekit (livekit/livekit-server)</summary> ### [`v1.9.10`](https://github.com/livekit/livekit/releases/tag/v1.9.10) [Compare Source](https://github.com/livekit/livekit/compare/v1.9.9...v1.9.10) ##### Added - add explicit room exists servicestore op ([#&#8203;4175](https://github.com/livekit/livekit/issues/4175)) - Add support for TURN static auth secret credentials ([#&#8203;3796](https://github.com/livekit/livekit/issues/3796)) - Make new path for signalling v1.5 support. ([#&#8203;4180](https://github.com/livekit/livekit/issues/4180)) - report video size from media data for whip ([#&#8203;4211](https://github.com/livekit/livekit/issues/4211)) - Support preserving external supplied time. ([#&#8203;4212](https://github.com/livekit/livekit/issues/4212)) ##### Changed - Use published track for model access in data down track. ([#&#8203;4176](https://github.com/livekit/livekit/issues/4176)) - Refactor receiver and buffer into Base and higher layer. ([#&#8203;4185](https://github.com/livekit/livekit/issues/4185), [#&#8203;4186](https://github.com/livekit/livekit/issues/4186), [#&#8203;4187](https://github.com/livekit/livekit/issues/4187), [#&#8203;4189](https://github.com/livekit/livekit/issues/4189), [#&#8203;4196](https://github.com/livekit/livekit/issues/4196), [#&#8203;4198](https://github.com/livekit/livekit/issues/4198), [#&#8203;4207](https://github.com/livekit/livekit/issues/4207)) - Update pion/webrtc to v4.2.1 ([#&#8203;4191](https://github.com/livekit/livekit/issues/4191)) - Receiver restart related changes. ([#&#8203;4192](https://github.com/livekit/livekit/issues/4192), [#&#8203;4200](https://github.com/livekit/livekit/issues/4200), [#&#8203;4202](https://github.com/livekit/livekit/issues/4202), [#&#8203;4208](https://github.com/livekit/livekit/issues/4208)) - Do not warn about track not bound if participant is not ready. ([#&#8203;4205](https://github.com/livekit/livekit/issues/4205), [#&#8203;4206](https://github.com/livekit/livekit/issues/4206)) ##### Fixed - Flush ext packets on restart/close and release packets. ([#&#8203;4179](https://github.com/livekit/livekit/issues/4179)) - Resolve RTX pair via OnTrack also. ([#&#8203;4190](https://github.com/livekit/livekit/issues/4190)) - Handle repair SSRC of simulcast tracks during migration. ([#&#8203;4193](https://github.com/livekit/livekit/issues/4193)) - return iceservers for whip ([#&#8203;4210](https://github.com/livekit/livekit/issues/4210)) ### [`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)) </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 this update 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMS4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-12-20 01:01:59 +01:00
renovate-bot force-pushed renovate/matrix from 48f580a884 to 90b305fe33 2026-01-02 01:01:51 +01:00 Compare
renovate-bot changed title from Update livekit/livekit-server Docker tag to v1.9.9 to Update livekit/livekit-server Docker tag to v1.9.10 2026-01-02 01:01:52 +01:00
peter merged commit e9e2dca344 into master 2026-01-02 19:25:04 +01:00
peter deleted branch renovate/matrix 2026-01-02 19:25:05 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: peter/homelab-docker-config#236