From 15aa695ff1be0e79a40f070a78cc70bfb9880e9d Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Wed, 11 Mar 2026 19:23:58 +0100 Subject: [PATCH] Update synapse to v1.149.1 (#5061) --- synapse/docker-compose.yml | 2 +- synapse/umbrel-app.yml | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/synapse/docker-compose.yml b/synapse/docker-compose.yml index e531b5e4..2ed5c31b 100644 --- a/synapse/docker-compose.yml +++ b/synapse/docker-compose.yml @@ -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" diff --git a/synapse/umbrel-app.yml b/synapse/umbrel-app.yml index f946b4db..98a4afff 100644 --- a/synapse/umbrel-app.yml +++ b/synapse/umbrel-app.yml @@ -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