Update Matrix #270

Merged
renovate-bot merged 0 commits from refs/pull/270/head into master 2026-02-12 09:18:40 +00:00
renovate-bot commented 2026-02-12 00:02:47 +00:00 (Migrated from gitea.smittenfeld.nl)

This PR contains the following updates:

Package Update Change
ghcr.io/element-hq/matrix-authentication-service minor 1.10.01.11.0
matrixdotorg/synapse minor v1.146.0v1.147.0

Release Notes

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

v1.11.0

Compare Source

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:f4ef88a5dc5033a0b4869fceb10c198f0e5a8765c0e4a5abc42490be18d2e96c
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.11.0
    ghcr.io/element-hq/matrix-authentication-service:1.11
    ghcr.io/element-hq/matrix-authentication-service:1
    ghcr.io/element-hq/matrix-authentication-service:sha-2b081f7
    ghcr.io/element-hq/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:622ace9f7ef986f90f542be05731bb41f493fe96c3f785369a12ab7f77f251c4
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.11.0-debug
    ghcr.io/element-hq/matrix-authentication-service:1.11-debug
    ghcr.io/element-hq/matrix-authentication-service:1-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-2b081f7-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    

What's Changed

Bug Fixes
  • Make the compat login SSO redirect query parameters ignore invalid values by @​sandhose in #​5480
New Features
Documentation
Translations
Internal Changes
Dependency Updates

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

element-hq/synapse (matrixdotorg/synapse)

v1.147.0

Compare Source

Synapse 1.147.0 (2026-02-10)

No significant changes since 1.147.0rc1.

Synapse 1.147.0rc1 (2026-02-03)

Bugfixes

  • Fix memory leak caused by not cleaning up stopped looping calls. Introduced in v1.140.0. (#​19416)
  • Fix a typo that incorrectly made setuptools_rust a runtime dependency. (#​19417)

Internal Changes

  • Prune stale entries from sliding_sync_connection_required_state table. (#​19306)
  • Update "Event Send Time Quantiles" graph to only use dots for the event persistence rate (Grafana dashboard). (#​19399)
  • Update and align Grafana dashboard to use regex matching for job selectors (job=~"$job") so the "all" value works correctly across all panels. (#​19400)
  • Don't retry joining partial state rooms all at once on startup. (#​19402)
  • Disallow requests to the health endpoint from containing trailing path characters. (#​19405)
  • Add notes that new experimental features should have associated tracking issues. (#​19410)
  • Bump pyo3 from 0.26.0 to 0.27.2 and pythonize from 0.26.0 to 0.27.0. Contributed by @​razvp @​ ERCOM. (#​19412)

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 | |---|---|---| | [ghcr.io/element-hq/matrix-authentication-service](https://github.com/element-hq/matrix-authentication-service) | minor | `1.10.0` → `1.11.0` | | [matrixdotorg/synapse](https://github.com/element-hq/synapse) | minor | `v1.146.0` → `v1.147.0` | --- ### Release Notes <details> <summary>element-hq/matrix-authentication-service (ghcr.io/element-hq/matrix-authentication-service)</summary> ### [`v1.11.0`](https://github.com/element-hq/matrix-authentication-service/releases/tag/v1.11.0) [Compare Source](https://github.com/element-hq/matrix-authentication-service/compare/v1.10.0...v1.11.0) ##### Docker image Regular image: - Digest: ``` ghcr.io/element-hq/matrix-authentication-service@sha256:f4ef88a5dc5033a0b4869fceb10c198f0e5a8765c0e4a5abc42490be18d2e96c ``` - Tags: ``` ghcr.io/element-hq/matrix-authentication-service:1.11.0 ghcr.io/element-hq/matrix-authentication-service:1.11 ghcr.io/element-hq/matrix-authentication-service:1 ghcr.io/element-hq/matrix-authentication-service:sha-2b081f7 ghcr.io/element-hq/matrix-authentication-service:latest ``` Debug variant: - Digest: ``` ghcr.io/element-hq/matrix-authentication-service@sha256:622ace9f7ef986f90f542be05731bb41f493fe96c3f785369a12ab7f77f251c4 ``` - Tags: ``` ghcr.io/element-hq/matrix-authentication-service:1.11.0-debug ghcr.io/element-hq/matrix-authentication-service:1.11-debug ghcr.io/element-hq/matrix-authentication-service:1-debug ghcr.io/element-hq/matrix-authentication-service:sha-2b081f7-debug ghcr.io/element-hq/matrix-authentication-service:latest-debug ``` <!-- Release notes generated using configuration in .github/release.yml at v1.11.0 --> #### What's Changed ##### Bug Fixes - Make the compat login SSO redirect query parameters ignore invalid values by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5480](https://github.com/element-hq/matrix-authentication-service/pull/5480) ##### New Features - Clean up unsupported threepids from already deactivated users by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5407](https://github.com/element-hq/matrix-authentication-service/pull/5407) - Cleanup finished OAuth 2.0 sessions by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5443](https://github.com/element-hq/matrix-authentication-service/pull/5443) - Cleanup finished user/browser sessions by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5444](https://github.com/element-hq/matrix-authentication-service/pull/5444) - Clear out last active IP on each sessions after 30 days by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5448](https://github.com/element-hq/matrix-authentication-service/pull/5448) - Add `syn2mas` flag to ignore missing auth providers by [@&#8203;jaywink](https://github.com/jaywink) in [#&#8203;5451](https://github.com/element-hq/matrix-authentication-service/pull/5451) ##### Documentation - Developer documentation about the various cleanup jobs by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5447](https://github.com/element-hq/matrix-authentication-service/pull/5447) ##### Translations - Translations updates for main by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5462](https://github.com/element-hq/matrix-authentication-service/pull/5462) - Translations updates for v1.11 by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5491](https://github.com/element-hq/matrix-authentication-service/pull/5491) ##### Internal Changes - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5441](https://github.com/element-hq/matrix-authentication-service/pull/5441) - Clean up leftovers in the database schema, part 2 by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5408](https://github.com/element-hq/matrix-authentication-service/pull/5408) - Re-enable the upstream authentication sessions cleanup job by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5439](https://github.com/element-hq/matrix-authentication-service/pull/5439) - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5454](https://github.com/element-hq/matrix-authentication-service/pull/5454) - backport: bump time from 0.3.43 to 0.3.47 by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5482](https://github.com/element-hq/matrix-authentication-service/pull/5482) - Backport [#&#8203;5471](https://github.com/element-hq/matrix-authentication-service/issues/5471): Upgrade Rust to 1.93, Debian base image & other tools by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5485](https://github.com/element-hq/matrix-authentication-service/pull/5485) ##### Dependency Updates - Bump opa-wasm and wasmtime by [@&#8203;devonh](https://github.com/devonh) in [#&#8203;5455](https://github.com/element-hq/matrix-authentication-service/pull/5455) - Update `bytes` version by [@&#8203;devonh](https://github.com/devonh) in [#&#8203;5461](https://github.com/element-hq/matrix-authentication-service/pull/5461) **Full Changelog**: <https://github.com/element-hq/matrix-authentication-service/compare/v1.10.0...v1.11.0> </details> <details> <summary>element-hq/synapse (matrixdotorg/synapse)</summary> ### [`v1.147.0`](https://github.com/element-hq/synapse/releases/tag/v1.147.0) [Compare Source](https://github.com/element-hq/synapse/compare/v1.146.0...v1.147.0) ### Synapse 1.147.0 (2026-02-10) No significant changes since 1.147.0rc1. ### Synapse 1.147.0rc1 (2026-02-03) #### Bugfixes - Fix memory leak caused by not cleaning up stopped looping calls. Introduced in v1.140.0. ([#&#8203;19416](https://github.com/element-hq/synapse/issues/19416)) - Fix a typo that incorrectly made `setuptools_rust` a runtime dependency. ([#&#8203;19417](https://github.com/element-hq/synapse/issues/19417)) #### Internal Changes - Prune stale entries from `sliding_sync_connection_required_state` table. ([#&#8203;19306](https://github.com/element-hq/synapse/issues/19306)) - Update "Event Send Time Quantiles" graph to only use dots for the event persistence rate (Grafana dashboard). ([#&#8203;19399](https://github.com/element-hq/synapse/issues/19399)) - Update and align Grafana dashboard to use regex matching for `job` selectors (`job=~"$job"`) so the "all" value works correctly across all panels. ([#&#8203;19400](https://github.com/element-hq/synapse/issues/19400)) - Don't retry joining partial state rooms all at once on startup. ([#&#8203;19402](https://github.com/element-hq/synapse/issues/19402)) - Disallow requests to the health endpoint from containing trailing path characters. ([#&#8203;19405](https://github.com/element-hq/synapse/issues/19405)) - Add notes that new experimental features should have associated tracking issues. ([#&#8203;19410](https://github.com/element-hq/synapse/issues/19410)) - Bump `pyo3` from 0.26.0 to 0.27.2 and `pythonize` from 0.26.0 to 0.27.0. Contributed by [@&#8203;razvp](https://github.com/razvp) @&#8203; ERCOM. ([#&#8203;19412](https://github.com/element-hq/synapse/issues/19412)) </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!270
No description provided.