diff --git a/synapse/docker-compose.yml b/synapse/docker-compose.yml index 2ed5c31b..f2bb3d9f 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.149.1@sha256:dcab93b1183b296b3bc50767813e4a2337a7cb4a9b89a5e6af5fe9b69a43618c + image: matrixdotorg/synapse:v1.150.0@sha256:cba0969087ca70a3ec72ebcd1491a6c8391a7da2c0b92738231dd9c7ad55df4d restart: on-failure stop_grace_period: 1m entrypoint: "bash" diff --git a/synapse/umbrel-app.yml b/synapse/umbrel-app.yml index 98a4afff..5236a0f0 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.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