Update Matrix #213

Merged
peter merged 1 commits from renovate/matrix into master 2025-11-06 13:19:21 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/element-hq/matrix-authentication-service minor 1.4.1 -> 1.5.0
matrixdotorg/synapse minor v1.140.0 -> v1.141.0

Release Notes

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

v1.5.0

Compare Source

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:6c4ecc128668ae3cbf9cb319ee45ad45c0f01a96adca4841d10e662dd4a7fdc1
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.5.0
    ghcr.io/element-hq/matrix-authentication-service:1.5
    ghcr.io/element-hq/matrix-authentication-service:1
    ghcr.io/element-hq/matrix-authentication-service:sha-dc3fdd6
    ghcr.io/element-hq/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:8809ab9c22c5cfed682fbf5de79190cf15e2ee8607d3f83d69859c01744aba97
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.5.0-debug
    ghcr.io/element-hq/matrix-authentication-service:1.5-debug
    ghcr.io/element-hq/matrix-authentication-service:1-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-dc3fdd6-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    
What's Changed
Bug Fixes
New Features
Changes to the admin API
Documentation
Translations
Internal Changes
Dependency Updates
New Contributors

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

element-hq/synapse (matrixdotorg/synapse)

v1.141.0

Compare Source

Synapse 1.141.0 (2025-10-29)
Deprecation of MacOS Python wheels

The team has decided to deprecate and eventually stop publishing python wheels
for MacOS. This is a burden on the team, and we're not aware of any parties
that use them. Synapse docker images will continue to work on MacOS, as will
building Synapse from source (though note this requires a Rust compiler).

Publishing MacOS Python wheels will continue for the next few releases. If you
do make use of these wheels downstream, please reach out to us in
#synapse-dev:matrix.org. We'd love to hear from you!

Docker images now based on Debian trixie with Python 3.13

The Docker images are now based on Debian trixie and use Python 3.13. If you
are using the Docker images as a base image you may need to e.g. adjust the
paths you mount any additional Python packages at.

No significant changes since 1.141.0rc2.

Synapse 1.141.0rc2 (2025-10-28)
Bugfixes
  • Fix users being unable to log in if their password, or the server's configured pepper, was too long. (#​19101)
Synapse 1.141.0rc1 (2025-10-21)
Features
Bugfixes
  • Fix a bug introduced in 1.136.0 that would prevent Synapse from being able to be reload-ed more than once when running under systemd. (#​19060)
  • Fix a bug introduced in 1.140.0 where an internal server error could be raised when hashing user passwords that are too long. (#​19078)
Updates to the Docker image
  • Update docker image to use Debian trixie as the base and thus Python 3.13. (#​19064)
Internal Changes
  • Move unique snowflake homeserver background tasks to start_background_tasks (the standard pattern for this kind of thing). (#​19037)
  • Drop a deprecated field of the PyGitHub dependency in the release script and raise the dependency's minimum version to 1.59.0. (#​19039)
  • Update TODO list of conflicting areas where we encounter metrics being clobbered (ApplicationService). (#​19040)

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.4.1` -> `1.5.0` | | [matrixdotorg/synapse](https://github.com/element-hq/synapse) | minor | `v1.140.0` -> `v1.141.0` | --- ### Release Notes <details> <summary>element-hq/matrix-authentication-service (ghcr.io/element-hq/matrix-authentication-service)</summary> ### [`v1.5.0`](https://github.com/element-hq/matrix-authentication-service/releases/tag/v1.5.0) [Compare Source](https://github.com/element-hq/matrix-authentication-service/compare/v1.4.1...v1.5.0) ##### Docker image Regular image: - Digest: ``` ghcr.io/element-hq/matrix-authentication-service@sha256:6c4ecc128668ae3cbf9cb319ee45ad45c0f01a96adca4841d10e662dd4a7fdc1 ``` - Tags: ``` ghcr.io/element-hq/matrix-authentication-service:1.5.0 ghcr.io/element-hq/matrix-authentication-service:1.5 ghcr.io/element-hq/matrix-authentication-service:1 ghcr.io/element-hq/matrix-authentication-service:sha-dc3fdd6 ghcr.io/element-hq/matrix-authentication-service:latest ``` Debug variant: - Digest: ``` ghcr.io/element-hq/matrix-authentication-service@sha256:8809ab9c22c5cfed682fbf5de79190cf15e2ee8607d3f83d69859c01744aba97 ``` - Tags: ``` ghcr.io/element-hq/matrix-authentication-service:1.5.0-debug ghcr.io/element-hq/matrix-authentication-service:1.5-debug ghcr.io/element-hq/matrix-authentication-service:1-debug ghcr.io/element-hq/matrix-authentication-service:sha-dc3fdd6-debug ghcr.io/element-hq/matrix-authentication-service:latest-debug ``` <!-- Release notes generated using configuration in .github/release.yml at v1.5.0 --> ##### What's Changed ##### Bug Fixes - Fix UNIQUE constraint on active personal access tokens per session by [@&#8203;reivilibre](https://github.com/reivilibre) in [#&#8203;5196](https://github.com/element-hq/matrix-authentication-service/pull/5196) ##### New Features - Add storage for Personal Access Tokens by [@&#8203;reivilibre](https://github.com/reivilibre) in [#&#8203;5106](https://github.com/element-hq/matrix-authentication-service/pull/5106) - Accept personal access tokens on the Admin API by [@&#8203;reivilibre](https://github.com/reivilibre) in [#&#8203;5183](https://github.com/element-hq/matrix-authentication-service/pull/5183) - When adding or revoking personal sessions, schedule device synchronisation by [@&#8203;reivilibre](https://github.com/reivilibre) in [#&#8203;5182](https://github.com/element-hq/matrix-authentication-service/pull/5182) - Revoke personal sessions when users are deactivated by [@&#8203;reivilibre](https://github.com/reivilibre) in [#&#8203;5181](https://github.com/element-hq/matrix-authentication-service/pull/5181) ##### Changes to the admin API - Personal Sessions: add create, list, get, revoke, regenerate Admin APIs by [@&#8203;reivilibre](https://github.com/reivilibre) in [#&#8203;5141](https://github.com/element-hq/matrix-authentication-service/pull/5141) ##### Documentation - docs: add missing `--reactivate` option to unlock-user subcommand by [@&#8203;teutat3s](https://github.com/teutat3s) in [#&#8203;5162](https://github.com/element-hq/matrix-authentication-service/pull/5162) ##### Translations - Translations updates for main by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5185](https://github.com/element-hq/matrix-authentication-service/pull/5185) - Translations updates for v1.5 by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5209](https://github.com/element-hq/matrix-authentication-service/pull/5209) ##### Internal Changes - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5119](https://github.com/element-hq/matrix-authentication-service/pull/5119) - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5130](https://github.com/element-hq/matrix-authentication-service/pull/5130) - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5149](https://github.com/element-hq/matrix-authentication-service/pull/5149) - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in [#&#8203;5156](https://github.com/element-hq/matrix-authentication-service/pull/5156) - Highlight dangerous scopes when consenting to them by [@&#8203;sandhose](https://github.com/sandhose) in [#&#8203;5180](https://github.com/element-hq/matrix-authentication-service/pull/5180) ##### Dependency Updates - build(deps): bump swagger-ui-dist from 5.29.1 to 5.29.3 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5122](https://github.com/element-hq/matrix-authentication-service/pull/5122) - build(deps-dev): bump tailwindcss from 3.4.17 to 3.4.18 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5123](https://github.com/element-hq/matrix-authentication-service/pull/5123) - build(deps-dev): bump knip from 5.64.1 to 5.64.2 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5121](https://github.com/element-hq/matrix-authentication-service/pull/5121) - build(deps-dev): bump typescript from 5.9.2 to 5.9.3 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5120](https://github.com/element-hq/matrix-authentication-service/pull/5120) - build(deps): bump psl from 2.1.147 to 2.1.148 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5127](https://github.com/element-hq/matrix-authentication-service/pull/5127) - build(deps): bump lettre from 0.11.18 to 0.11.19 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5126](https://github.com/element-hq/matrix-authentication-service/pull/5126) - build(deps): bump softprops/action-gh-release from 2.4.0 to 2.4.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5137](https://github.com/element-hq/matrix-authentication-service/pull/5137) - build(deps): bump socket2 from 0.6.0 to 0.6.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5140](https://github.com/element-hq/matrix-authentication-service/pull/5140) - build(deps): bump actions/setup-node from 5.0.0 to 6.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5142](https://github.com/element-hq/matrix-authentication-service/pull/5142) - build(deps-dev): bump the types group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5144](https://github.com/element-hq/matrix-authentication-service/pull/5144) - build(deps): bump tokio from 1.47.1 to 1.48.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5145](https://github.com/element-hq/matrix-authentication-service/pull/5145) - build(deps): bump regex from 1.11.3 to 1.12.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5146](https://github.com/element-hq/matrix-authentication-service/pull/5146) - build(deps-dev): bump happy-dom from 19.0.2 to 20.0.4 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5159](https://github.com/element-hq/matrix-authentication-service/pull/5159) - build(deps): bump sigstore/cosign-installer from 3.10.0 to 4.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5158](https://github.com/element-hq/matrix-authentication-service/pull/5158) - build(deps): bump the i18next group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5143](https://github.com/element-hq/matrix-authentication-service/pull/5143) - build(deps-dev): bump vite from 7.1.9 to 7.1.11 in /frontend in the vite group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5167](https://github.com/element-hq/matrix-authentication-service/pull/5167) - build(deps): bump the sentry group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5166](https://github.com/element-hq/matrix-authentication-service/pull/5166) - build(deps): bump [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query) from 5.90.2 to 5.90.5 in /frontend in the tanstack-query group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5165](https://github.com/element-hq/matrix-authentication-service/pull/5165) - build(deps): bump ruma-common from 0.15.4 to 0.16.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5169](https://github.com/element-hq/matrix-authentication-service/pull/5169) - build(deps-dev): bump msw from 2.11.3 to 2.11.6 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5164](https://github.com/element-hq/matrix-authentication-service/pull/5164) - build(deps): bump swagger-ui-dist from 5.29.3 to 5.29.5 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5160](https://github.com/element-hq/matrix-authentication-service/pull/5160) - Support personal access tokens for introspection by [@&#8203;reivilibre](https://github.com/reivilibre) in [#&#8203;5171](https://github.com/element-hq/matrix-authentication-service/pull/5171) - build(deps): bump clap from 4.5.48 to 4.5.50 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5177](https://github.com/element-hq/matrix-authentication-service/pull/5177) - build(deps-dev): bump the storybook group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5172](https://github.com/element-hq/matrix-authentication-service/pull/5172) - build(deps): bump react-i18next from 16.1.0 to 16.1.3 in /frontend in the i18next group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5173](https://github.com/element-hq/matrix-authentication-service/pull/5173) - build(deps): bump reqwest from 0.12.23 to 0.12.24 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5178](https://github.com/element-hq/matrix-authentication-service/pull/5178) - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 24.8.1 to 24.9.1 in /frontend in the types group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5176](https://github.com/element-hq/matrix-authentication-service/pull/5176) - build(deps-dev): bump [@&#8203;graphql-codegen/cli](https://github.com/graphql-codegen/cli) from 6.0.0 to 6.0.1 in /frontend in the graphql-codegen group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5175](https://github.com/element-hq/matrix-authentication-service/pull/5175) ##### New Contributors - [@&#8203;teutat3s](https://github.com/teutat3s) made their first contribution in [#&#8203;5162](https://github.com/element-hq/matrix-authentication-service/pull/5162) **Full Changelog**: <https://github.com/element-hq/matrix-authentication-service/compare/v1.4.1...v1.5.0> </details> <details> <summary>element-hq/synapse (matrixdotorg/synapse)</summary> ### [`v1.141.0`](https://github.com/element-hq/synapse/releases/tag/v1.141.0) [Compare Source](https://github.com/element-hq/synapse/compare/v1.140.0...v1.141.0) ##### Synapse 1.141.0 (2025-10-29) ##### Deprecation of MacOS Python wheels The team has decided to deprecate and eventually stop publishing python wheels for MacOS. This is a burden on the team, and we're not aware of any parties that use them. Synapse docker images will continue to work on MacOS, as will building Synapse from source (though note this requires a Rust compiler). Publishing MacOS Python wheels will continue for the next few releases. If you do make use of these wheels downstream, please reach out to us in [#synapse-dev:matrix.org](https://matrix.to/#/#synapse-dev:matrix.org). We'd love to hear from you! ##### Docker images now based on Debian `trixie` with Python 3.13 The Docker images are now based on Debian `trixie` and use Python 3.13. If you are using the Docker images as a base image you may need to e.g. adjust the paths you mount any additional Python packages at. No significant changes since 1.141.0rc2. ##### Synapse 1.141.0rc2 (2025-10-28) ##### Bugfixes - Fix users being unable to log in if their password, or the server's configured pepper, was too long. ([#&#8203;19101](https://github.com/element-hq/synapse/issues/19101)) ##### Synapse 1.141.0rc1 (2025-10-21) ##### Features - Allow using [MSC4190](https://github.com/matrix-org/matrix-spec-proposals/pull/4190) behavior without the opt-in registration flag. Contributed by [@&#8203;tulir](https://github.com/tulir) @&#8203; Beeper. ([#&#8203;19031](https://github.com/element-hq/synapse/issues/19031)) - Stabilized support for [MSC4326](https://github.com/matrix-org/matrix-spec-proposals/pull/4326): Device masquerading for appservices. Contributed by [@&#8203;tulir](https://github.com/tulir) @&#8203; Beeper. ([#&#8203;19033](https://github.com/element-hq/synapse/issues/19033)) ##### Bugfixes - Fix a bug introduced in 1.136.0 that would prevent Synapse from being able to be `reload`-ed more than once when running under systemd. ([#&#8203;19060](https://github.com/element-hq/synapse/issues/19060)) - Fix a bug introduced in 1.140.0 where an internal server error could be raised when hashing user passwords that are too long. ([#&#8203;19078](https://github.com/element-hq/synapse/issues/19078)) ##### Updates to the Docker image - Update docker image to use Debian trixie as the base and thus Python 3.13. ([#&#8203;19064](https://github.com/element-hq/synapse/issues/19064)) ##### Internal Changes - Move unique snowflake homeserver background tasks to `start_background_tasks` (the standard pattern for this kind of thing). ([#&#8203;19037](https://github.com/element-hq/synapse/issues/19037)) - Drop a deprecated field of the `PyGitHub` dependency in the release script and raise the dependency's minimum version to `1.59.0`. ([#&#8203;19039](https://github.com/element-hq/synapse/issues/19039)) - Update TODO list of conflicting areas where we encounter metrics being clobbered (`ApplicationService`). ([#&#8203;19040](https://github.com/element-hq/synapse/issues/19040)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjguNSIsInVwZGF0ZWRJblZlciI6IjQxLjE2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2025-11-06 01:04:07 +01:00
peter merged commit cd59eacbf9 into master 2025-11-06 13:19:21 +01:00
peter deleted branch renovate/matrix 2025-11-06 13:19:21 +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#213