From 6cfdea8b6d7c4edb8c8370208f399d1c6c7b394c Mon Sep 17 00:00:00 2001 From: Package Updates Date: Wed, 9 Apr 2025 08:35:30 +0000 Subject: [PATCH] Update package version to 1.109.0 --- CHANGELOG.md | 7 +++++++ CloudronManifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc2a7e..4c115f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1386,3 +1386,10 @@ * [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.127.1) * Fix CVE-2025-30355 / GHSA-v56r-hwv5-mxg6. High severity vulnerability affecting federation. The vulnerability has been exploited in the wild. +[1.109.0] +* Update synapse to 1.128.0 +* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.128.0) +* Add an access token introspection cache to make Matrix Authentication Service integration (MSC3861) more efficient. (#18231) +* Add background job to clear unreferenced state groups. (#18254) +* Hashes of media files are now tracked by Synapse. Media quarantines will now apply to all files with the same hash. (#18277, #18302, #18296) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 8bdfe1e..6686aeb 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG.md", "tagline": "Secure & decentralized communication", - "version": "1.108.1", + "version": "1.109.0", "upstreamVersion": "1.128.0", "healthCheckPath": "/", "httpPort": 8008,