Update livekit/livekit-server Docker tag to v1.9.8 #221

Merged
renovate-bot merged 0 commits from refs/pull/221/head into master 2025-12-16 19:00:57 +00:00
renovate-bot commented 2025-11-16 00:01:33 +00:00 (Migrated from gitea.smittenfeld.nl)

This PR contains the following updates:

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

Release Notes

livekit/livekit (livekit/livekit-server)

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)

v1.9.4

Compare Source

Added
  • Log reason for subscriber not being able to determine codec. (#​4071)
  • Kind details for connector (#​4072)
Fixed
  • Prevent invalid track access while peer connection is shutting down. (#​4054)
Changed

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.3` -> `v1.9.8` | --- ### Release Notes <details> <summary>livekit/livekit (livekit/livekit-server)</summary> ### [`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)) ### [`v1.9.4`](https://github.com/livekit/livekit/releases/tag/v1.9.4) [Compare Source](https://github.com/livekit/livekit/compare/v1.9.3...v1.9.4) ##### Added - Log reason for subscriber not being able to determine codec. ([#&#8203;4071](https://github.com/livekit/livekit/issues/4071)) - Kind details for connector ([#&#8203;4072](https://github.com/livekit/livekit/issues/4072)) ##### Fixed - Prevent invalid track access while peer connection is shutting down. ([#&#8203;4054](https://github.com/livekit/livekit/issues/4054)) ##### Changed - Update PsRPC to get redis pipeliner implementation ([#&#8203;4055](https://github.com/livekit/livekit/issues/4055)) - Forwarding latency measurement. ([#&#8203;4056](https://github.com/livekit/livekit/issues/4056). [#&#8203;4057](https://github.com/livekit/livekit/issues/4057), [#&#8203;4059](https://github.com/livekit/livekit/issues/4059), [#&#8203;4061](https://github.com/livekit/livekit/issues/4061), [#&#8203;4062](https://github.com/livekit/livekit/issues/4062), [#&#8203;4067](https://github.com/livekit/livekit/issues/4067), [#&#8203;4080](https://github.com/livekit/livekit/issues/4080)) - Update pion/transport to v3.1.1 (to get batch I/O ping-pong buffer) ([#&#8203;4070](https://github.com/livekit/livekit/issues/4070)) - Use sync.Pool for objects in packet path. ([#&#8203;4066](https://github.com/livekit/livekit/issues/4066)) - Bump protocol to pull sip validation changes and error mapping ([#&#8203;4081](https://github.com/livekit/livekit/issues/4081)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjguNSIsInVwZGF0ZWRJblZlciI6IjQyLjExLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
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
peter/homelab-docker-config!221
No description provided.