Update synapse to v1.128.0 (#2551)

This commit is contained in:
Alexander L. 2025-04-11 12:30:57 +02:00 committed by GitHub
parent f900ebf74b
commit 71127878b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 9 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: matrixdotorg/synapse:v1.127.1@sha256:c3c4a9de2a0b7de37d9af8101f6196748d76cd6355e6e282d7b550dd0a833519
image: matrixdotorg/synapse:v1.128.0@sha256:5765b7f1bd46b3ded0a59546c8e69b33e57ef6007854791701943f0414557e39
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.127.1"
version: "1.128.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,14 +42,11 @@ torOnly: false
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/commit/c9f0975e766e79d4bd6adf4255cd081f54d654cb
releaseNotes: >-
🚨 This release includes a high severity security fix for a vulnerability affecting federation. The vulnerability has been exploited in the wild.
Some of the key highlights in this release include:
- Fixed a high severity security vulnerability (CVE-2025-30355)
- Updated implementation of delayed state events
- Added caching support to media endpoints
- Improved handling of user-sent state events
- Added an access token introspection cache for improved efficiency
- Added background job to clear unreferenced state groups
- Improved media file tracking and quarantine system
- Fixed a performance issue related to sliding sync membership snapshot table
⚠️ Room list publication is now disabled by default