Update Matrix #255

Merged
peter merged 1 commits from renovate/matrix into master 2026-01-19 10:53:08 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
dock.mau.dev/mautrix/signal minor v0.2512.0 -> v0.2601.0
dock.mau.dev/mautrix/whatsapp minor v0.2512.0 -> v0.2601.0
ghcr.io/element-hq/lk-jwt-service patch 0.4.0 -> 0.4.1
livekit/livekit-server patch v1.9.10 -> v1.9.11

Release Notes

element-hq/lk-jwt-service (ghcr.io/element-hq/lk-jwt-service)

v0.4.1

Compare Source

🚀 Cont. Towards Matrix 2.0 – MatrixRTC-Authorisation Service

This release is a minor update from 0.4.0 reflecting the lastest changes in MSC4195: MatrixRTC Transport which adds unpadded base64 encoding to hashes for room alias and participant ID.

Furthermore, this release ensures compatibility between clients using the old /sfu/get endpoint and the new /get_token endpoint (details are here).

Docker image

The service is available as a Docker image from the GitHub Container Registry.

docker pull ghcr.io/element-hq/lk-jwt-service:0.4.1 

Precompiled binaries

The service is available as static precompiled binaries for amd64 and arm64 on linux attached to this release below.

What's Changed

New Contributors

Full Changelog: https://github.com/element-hq/lk-jwt-service/compare/v0.4.0...v0.4.1

livekit/livekit (livekit/livekit-server)

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)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 | |---|---|---| | dock.mau.dev/mautrix/signal | minor | `v0.2512.0` -> `v0.2601.0` | | dock.mau.dev/mautrix/whatsapp | minor | `v0.2512.0` -> `v0.2601.0` | | [ghcr.io/element-hq/lk-jwt-service](https://github.com/element-hq/lk-jwt-service) | patch | `0.4.0` -> `0.4.1` | | [livekit/livekit-server](https://github.com/livekit/livekit) | patch | `v1.9.10` -> `v1.9.11` | --- ### Release Notes <details> <summary>element-hq/lk-jwt-service (ghcr.io/element-hq/lk-jwt-service)</summary> ### [`v0.4.1`](https://github.com/element-hq/lk-jwt-service/releases/tag/v0.4.1) [Compare Source](https://github.com/element-hq/lk-jwt-service/compare/v0.4.0...v0.4.1) ### 🚀 Cont. Towards Matrix 2.0 – MatrixRTC-Authorisation Service This release is a minor update from 0.4.0 reflecting the lastest changes in **MSC4195: MatrixRTC Transport** which adds unpadded base64 encoding to hashes for room alias and participant ID. Furthermore, this release ensures compatibility between clients using the old `/sfu/get` endpoint and the new `/get_token` endpoint (details are [here](https://github.com/element-hq/lk-jwt-service/blob/fa226031ac7a9252996f8d038c45fc086d9d960b/main.go#L230)). #### Docker image The service is available as a Docker image from the [GitHub Container Registry](https://github.com/element-hq/lk-jwt-service/pkgs/container/lk-jwt-service). ``` docker pull ghcr.io/element-hq/lk-jwt-service:0.4.1 ``` #### Precompiled binaries The service is available as static precompiled binaries for amd64 and arm64 on linux attached to this release below. #### What's Changed - README: Use LIVEKIT\_FULL\_ACCESS\_HOMESERVERS consistently by [@&#8203;csett86](https://github.com/csett86) in [#&#8203;140](https://github.com/element-hq/lk-jwt-service/pull/140) - README: Describe the static binaries by [@&#8203;csett86](https://github.com/csett86) in [#&#8203;141](https://github.com/element-hq/lk-jwt-service/pull/141) - refactor build.yaml into reusable chunks by [@&#8203;fkwp](https://github.com/fkwp) in [#&#8203;142](https://github.com/element-hq/lk-jwt-service/pull/142) - fix build.yaml date determination by [@&#8203;fkwp](https://github.com/fkwp) in [#&#8203;143](https://github.com/element-hq/lk-jwt-service/pull/143) - Use base64 encoded hashes for room alias and participant ID (minimize identifying metadata sent to SFU) by [@&#8203;robintown](https://github.com/robintown) in [#&#8203;144](https://github.com/element-hq/lk-jwt-service/pull/144) - Add 'synchronize' and 'opened' types to PR trigger by [@&#8203;fkwp](https://github.com/fkwp) in [#&#8203;146](https://github.com/element-hq/lk-jwt-service/pull/146) - Update room alias handling in token generation for LegacySfuRequest by [@&#8203;fkwp](https://github.com/fkwp) in [#&#8203;147](https://github.com/element-hq/lk-jwt-service/pull/147) #### New Contributors - [@&#8203;robintown](https://github.com/robintown) made their first contribution in [#&#8203;144](https://github.com/element-hq/lk-jwt-service/pull/144) **Full Changelog**: <https://github.com/element-hq/lk-jwt-service/compare/v0.4.0...v0.4.1> </details> <details> <summary>livekit/livekit (livekit/livekit-server)</summary> ### [`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)) </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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 2026-01-16 01:01:47 +01:00
renovate-bot force-pushed renovate/matrix from 2fbf2880ad to 511cb80900 2026-01-17 01:01:26 +01:00 Compare
peter merged commit 5d497f0887 into master 2026-01-19 10:53:08 +01:00
peter deleted branch renovate/matrix 2026-01-19 10:53:08 +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#255