Update synapse to version v1.150.0 (#5175)

This commit is contained in:
Alexander L. 2026-03-25 13:08:27 +01:00 committed by GitHub
parent 20042a7fde
commit 1a115b1290
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: matrixdotorg/synapse:v1.149.1@sha256:dcab93b1183b296b3bc50767813e4a2337a7cb4a9b89a5e6af5fe9b69a43618c
image: matrixdotorg/synapse:v1.150.0@sha256:cba0969087ca70a3ec72ebcd1491a6c8391a7da2c0b92738231dd9c7ad55df4d
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.149.1"
version: "1.150.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.
@ -42,11 +42,11 @@ torOnly: false
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/commit/c9f0975e766e79d4bd6adf4255cd081f54d654cb
releaseNotes: >-
This is a patch release. Key highlights from v1.149.0 and v1.149.1 include:
- Added experimental support for secure out-of-band sign in with QR code
- Added stable support for invite blocking
- Fixed the Admin API not verifying a user exists before issuing an access token
- Fixed missing membership events in sync responses in some scenarios
Key highlights in this release:
- Added experimental support for the Federation API GET /extremities endpoint
- Added support for Matrix Authentication Service (MAS) to set user locked status in Synapse
- Exposed MSC4354 Sticky Events over the legacy /sync API
- Fixed a long-standing bug where deactivated, erased users were not removed from the user directory
Full release notes are found at https://github.com/element-hq/synapse/releases