Update synapse to v1.149.1 (#5061)

This commit is contained in:
Alexander L. 2026-03-11 19:23:58 +01:00 committed by GitHub
parent 4befdff37d
commit 15aa695ff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 5 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: matrixdotorg/synapse:v1.148.0@sha256:e7f0bdf2b570de33b4f2c61126bcc4e41e4bd840b9a57726353231812f644571
image: matrixdotorg/synapse:v1.149.1@sha256:dcab93b1183b296b3bc50767813e4a2337a7cb4a9b89a5e6af5fe9b69a43618c
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.148.0"
version: "1.149.1"
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,9 +42,11 @@ torOnly: false
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/commit/c9f0975e766e79d4bd6adf4255cd081f54d654cb
releaseNotes: >-
Key highlights in this release:
- Added support for sending and receiving MSC4354 Sticky Event metadata
- Removed support for MSC3244 Room version capabilities, as the proposal was rejected
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
Full release notes are found at https://github.com/element-hq/synapse/releases