Update Matrix #285

Merged
renovate-bot merged 0 commits from refs/pull/285/head into master 2026-03-11 10:30:46 +00:00
renovate-bot commented 2026-03-09 00:03:09 +00:00 (Migrated from gitea.smittenfeld.nl)

This PR contains the following updates:

Package Update Change
dock.mau.dev/mautrix/signal patch v0.2602.1v0.2602.2
ghcr.io/element-hq/matrix-authentication-service minor 1.12.01.13.0
livekit/livekit-server patch v1.9.11v1.9.12
matrixdotorg/synapse minor v1.148.0v1.149.0

Release Notes

element-hq/matrix-authentication-service (ghcr.io/element-hq/matrix-authentication-service)

v1.13.0

Compare Source

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:fe8eb9063707b2c87bd4e87aac6b8cd99d679f1775a148b5002288f520fb05a1
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.13.0
    ghcr.io/element-hq/matrix-authentication-service:1.13
    ghcr.io/element-hq/matrix-authentication-service:1
    ghcr.io/element-hq/matrix-authentication-service:sha-cb0c337
    ghcr.io/element-hq/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:33fa5a3c8df6e931bb9ace6a54e76c1620fc55a7db66a0db3f0ee79805b830fe
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.13.0-debug
    ghcr.io/element-hq/matrix-authentication-service:1.13-debug
    ghcr.io/element-hq/matrix-authentication-service:1-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-cb0c337-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    

What's Changed

New Features
Translations
Internal Changes
Dependency Updates

Full Changelog: https://github.com/element-hq/matrix-authentication-service/compare/v1.12.0...v1.13.0

livekit/livekit (livekit/livekit-server)

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)
element-hq/synapse (matrixdotorg/synapse)

v1.149.0

Compare Source

Synapse 1.149.0 (2026-03-10)

No significant changes since 1.149.0rc1.

Synapse 1.149.0rc1 (2026-03-03)

Features

Bugfixes

  • Fix the 'Login as a user' Admin API not checking if the user exists before issuing an access token. (#​18518)
  • Fix /sync missing membership event in state_after (experimental MSC4222 implementation) in some scenarios. (#​19460)

Internal Changes

  • Add log to explain when and why we freeze objects in the garbage collector. (#​19440)
  • Better instrument JoinRoomAliasServlet with tracing. (#​19461)
  • Fix Complement CI not running against the code from our PRs. (#​19475)
  • Log docker system info in CI so we have a plain record of how GitHub runners evolve over time. (#​19480)
  • Rename the test_disconnect test helper so that pytest doesn't see it as a test. (#​19486)
  • Add a log line when we delete devices. Contributed by @​bradtgmurray @​ Beeper. (#​19496)
  • Pre-allocate the buffer based on the expected Content-Length with the Rust HTTP client. (#​19498)
  • Cancel long-running sync requests if the client has gone away. (#​19499)
  • Try and reduce reactor tick times when under heavy load. (#​19507)
  • Simplify Rust HTTP client response streaming and limiting. (#​19510)
  • Replace deprecated collection import locations with current locations. (#​19515)
  • Bump most locked Python dependencies to their latest versions. (#​19519)

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 | patch | `v0.2602.1` → `v0.2602.2` | | [ghcr.io/element-hq/matrix-authentication-service](https://github.com/element-hq/matrix-authentication-service) | minor | `1.12.0` → `1.13.0` | | [livekit/livekit-server](https://github.com/livekit/livekit) | patch | `v1.9.11` → `v1.9.12` | | [matrixdotorg/synapse](https://github.com/element-hq/synapse) | minor | `v1.148.0` → `v1.149.0` | --- ### Release Notes <details> <summary>element-hq/matrix-authentication-service (ghcr.io/element-hq/matrix-authentication-service)</summary> ### [`v1.13.0`](https://github.com/element-hq/matrix-authentication-service/releases/tag/v1.13.0) [Compare Source](https://github.com/element-hq/matrix-authentication-service/compare/v1.12.0...v1.13.0) ##### Docker image Regular image: - Digest: ``` ghcr.io/element-hq/matrix-authentication-service@sha256:fe8eb9063707b2c87bd4e87aac6b8cd99d679f1775a148b5002288f520fb05a1 ``` - Tags: ``` ghcr.io/element-hq/matrix-authentication-service:1.13.0 ghcr.io/element-hq/matrix-authentication-service:1.13 ghcr.io/element-hq/matrix-authentication-service:1 ghcr.io/element-hq/matrix-authentication-service:sha-cb0c337 ghcr.io/element-hq/matrix-authentication-service:latest ``` Debug variant: - Digest: ``` ghcr.io/element-hq/matrix-authentication-service@sha256:33fa5a3c8df6e931bb9ace6a54e76c1620fc55a7db66a0db3f0ee79805b830fe ``` - Tags: ``` ghcr.io/element-hq/matrix-authentication-service:1.13.0-debug ghcr.io/element-hq/matrix-authentication-service:1.13-debug ghcr.io/element-hq/matrix-authentication-service:1-debug ghcr.io/element-hq/matrix-authentication-service:sha-cb0c337-debug ghcr.io/element-hq/matrix-authentication-service:latest-debug ``` <!-- Release notes generated using configuration in .github/release.yml at v1.13.0 --> #### What's Changed ##### New Features - Support MSC4198 login\_hint in account management uri by [@&#8203;tonkku107](https://github.com/tonkku107) in [#&#8203;5516](https://github.com/element-hq/matrix-authentication-service/pull/5516) ##### Translations - Translations updates for main by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5536](https://github.com/element-hq/matrix-authentication-service/pull/5536) - Translations updates for v1.13 by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5547](https://github.com/element-hq/matrix-authentication-service/pull/5547) ##### Internal Changes - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5506](https://github.com/element-hq/matrix-authentication-service/pull/5506) - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5518](https://github.com/element-hq/matrix-authentication-service/pull/5518) ##### Dependency Updates - build(deps-dev): bump the storybook group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5507](https://github.com/element-hq/matrix-authentication-service/pull/5507) - build(deps-dev): bump the graphql-codegen group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5517](https://github.com/element-hq/matrix-authentication-service/pull/5517) - build(deps): bump the i18next group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5513](https://github.com/element-hq/matrix-authentication-service/pull/5513) - build(deps-dev): bump [@&#8203;biomejs/biome](https://github.com/biomejs/biome) from 2.3.9 to 2.4.2 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5511](https://github.com/element-hq/matrix-authentication-service/pull/5511) - build(deps): bump anyhow from 1.0.100 to 1.0.101 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5509](https://github.com/element-hq/matrix-authentication-service/pull/5509) - build(deps): bump wasmtime from 40.0.3 to 40.0.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5519](https://github.com/element-hq/matrix-authentication-service/pull/5519) - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 25.2.3 to 25.3.0 in /frontend in the types group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5523](https://github.com/element-hq/matrix-authentication-service/pull/5523) - build(deps): bump [@&#8203;vector-im/compound-design-tokens](https://github.com/vector-im/compound-design-tokens) from 6.4.3 to 6.10.1 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5524](https://github.com/element-hq/matrix-authentication-service/pull/5524) - build(deps-dev): bump i18next-cli from 1.43.0 to 1.44.0 in /frontend in the i18next group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5521](https://github.com/element-hq/matrix-authentication-service/pull/5521) - build(deps-dev): bump the storybook group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5520](https://github.com/element-hq/matrix-authentication-service/pull/5520) - build(deps-dev): bump i18next-cli from 1.44.0 to 1.47.9 in /frontend in the i18next group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5533](https://github.com/element-hq/matrix-authentication-service/pull/5533) - build(deps-dev): bump the storybook group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5532](https://github.com/element-hq/matrix-authentication-service/pull/5532) **Full Changelog**: <https://github.com/element-hq/matrix-authentication-service/compare/v1.12.0...v1.13.0> </details> <details> <summary>livekit/livekit (livekit/livekit-server)</summary> ### [`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)) </details> <details> <summary>element-hq/synapse (matrixdotorg/synapse)</summary> ### [`v1.149.0`](https://github.com/element-hq/synapse/releases/tag/v1.149.0) [Compare Source](https://github.com/element-hq/synapse/compare/v1.148.0...v1.149.0) ### Synapse 1.149.0 (2026-03-10) No significant changes since 1.149.0rc1. ### Synapse 1.149.0rc1 (2026-03-03) #### Features - Add experimental support for [MSC4388: Secure out-of-band channel for sign in with QR](https://github.com/matrix-org/matrix-spec-proposals/pull/4388). ([#&#8203;19127](https://github.com/element-hq/synapse/issues/19127)) - Add stable support for [MSC4380](https://github.com/matrix-org/matrix-spec-proposals/pull/4380) invite blocking. ([#&#8203;19431](https://github.com/element-hq/synapse/issues/19431)) #### Bugfixes - Fix the 'Login as a user' Admin API not checking if the user exists before issuing an access token. ([#&#8203;18518](https://github.com/element-hq/synapse/issues/18518)) - Fix `/sync` missing membership event in `state_after` (experimental [MSC4222](https://github.com/matrix-org/matrix-spec-proposals/pull/4222) implementation) in some scenarios. ([#&#8203;19460](https://github.com/element-hq/synapse/issues/19460)) #### Internal Changes - Add log to explain when and why we freeze objects in the garbage collector. ([#&#8203;19440](https://github.com/element-hq/synapse/issues/19440)) - Better instrument `JoinRoomAliasServlet` with tracing. ([#&#8203;19461](https://github.com/element-hq/synapse/issues/19461)) - Fix Complement CI not running against the code from our PRs. ([#&#8203;19475](https://github.com/element-hq/synapse/issues/19475)) - Log `docker system info` in CI so we have a plain record of how GitHub runners evolve over time. ([#&#8203;19480](https://github.com/element-hq/synapse/issues/19480)) - Rename the `test_disconnect` test helper so that pytest doesn't see it as a test. ([#&#8203;19486](https://github.com/element-hq/synapse/issues/19486)) - Add a log line when we delete devices. Contributed by [@&#8203;bradtgmurray](https://github.com/bradtgmurray) @&#8203; Beeper. ([#&#8203;19496](https://github.com/element-hq/synapse/issues/19496)) - Pre-allocate the buffer based on the expected `Content-Length` with the Rust HTTP client. ([#&#8203;19498](https://github.com/element-hq/synapse/issues/19498)) - Cancel long-running sync requests if the client has gone away. ([#&#8203;19499](https://github.com/element-hq/synapse/issues/19499)) - Try and reduce reactor tick times when under heavy load. ([#&#8203;19507](https://github.com/element-hq/synapse/issues/19507)) - Simplify Rust HTTP client response streaming and limiting. ([#&#8203;19510](https://github.com/element-hq/synapse/issues/19510)) - Replace deprecated collection import locations with current locations. ([#&#8203;19515](https://github.com/element-hq/synapse/issues/19515)) - Bump most locked Python dependencies to their latest versions. ([#&#8203;19519](https://github.com/element-hq/synapse/issues/19519)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My40LjIiLCJ1cGRhdGVkSW5WZXIiOiI0My40LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
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!285
No description provided.