Update synapse to v1.126.0 (#2312)

This commit is contained in:
Alexander L. 2025-03-13 00:21:26 +01:00 committed by GitHub
parent 5ba88105eb
commit 232ea1d90e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 4 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: matrixdotorg/synapse:v1.125.0@sha256:b4d45c5158281ca5b97b4cf1154e16084ffcc9173716a33c5dab54a9798ecf23
image: matrixdotorg/synapse:v1.126.0@sha256:206de8e8d72b09dc6158086410332a91ec3cb09976c3f71b805a091c01b65b3f
restart: on-failure
stop_grace_period: 1m
entrypoint: "bash"

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: synapse
category: social
name: Synapse
version: "1.125.0"
version: "1.126.0"
tagline: Matrix homeserver
description: >-
Synapse is an open source Matrix homeserver implementation, written and maintained by Element. Matrix is the open standard for secure and interoperable real time communications.
@ -44,8 +44,15 @@ submission: https://github.com/getumbrel/umbrel/commit/c9f0975e766e79d4bd6adf425
releaseNotes: >-
This release brings several enhancements and bug fixes to improve your Synapse experience.
Some of the key highlights in this release include:
- Added functionality to use multiple values in SSO feature `attribute_requirements`.
- Improved handling of invalid email addresses when adding them to user accounts.
- Added support for specifying OpenID identity provider settings
- Improved handling of suspended users and encrypted messages
- Enhanced configuration options for secrets and worker replication
- Added background job to clear unreferenced state groups
⚠️ Room list publication is now disabled by default
Full release notes are found at https://github.com/element-hq/synapse/releases