From e99b0d9a5d8c3f9ae138638dfec18b5aee0e48dd Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 30 Apr 2024 17:53:40 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 11 +++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d85283..462c6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1223,3 +1223,14 @@ * [Full changelog](https://github.com/element-hq/synapse/releases/tag/v1.105.1) * GHSA-3h7q-rfh9-xm4v / CVE-2024-31208 — High Severity . Weakness in auth chain indexing allows DoS from remote room members through disk fill and high CPU usage. +[1.92.0] +* Update Synapse to 1.106.0 +* [Full changelog](https://github.com/element-hq/synapse/releases/tag/v1.106.0) +* Send an email if the address is already bound to an user account. (#16819) +* Implement the rendezvous mechanism described by MSC4108. (#17056) +* Support delegating the rendezvous mechanism described MSC4108 to an external implementation. (#17086) +* Add validation to ensure that the limit parameter on /publicRooms is non-negative. (#16920) +* Return 400 M_NOT_JSON upon receiving invalid JSON in query parameters across various client and admin endpoints, rather than an internal server error. (#16923) +* Make the CSAPI endpoint /keys/device_signing/upload idempotent. (#16943) +* Redact membership events if the user requested erasure upon deactivating. (#17076) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 8c86ae5..f6fd7ea 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG.md", "tagline": "Secure & decentralized communication", - "version": "1.91.2", - "upstreamVersion": "1.105.1", + "version": "1.92.0", + "upstreamVersion": "1.106.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,