From 7480af6ebbbf0077bf8efabbdc7b9316a33e2345 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 14 May 2024 19:30:23 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 14 ++++++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 462c6aa..63a4a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1234,3 +1234,17 @@ * Make the CSAPI endpoint /keys/device_signing/upload idempotent. (#16943) * Redact membership events if the user requested erasure upon deactivating. (#17076) +[1.93.0] +* Update Synapse to 1.107.0 +* [Full changelog](https://github.com/element-hq/synapse/releases/tag/v1.107.0) +* Add preliminary support for MSC3823: Account Suspension. (#17051) +* Declare support for Matrix v1.10. Contributed by @clokep. (#17082) +* Add support for MSC4115: membership metadata on events. (#17104, #17137) +* Fixed search feature of Element Android on homesevers using SQLite by returning search terms as search highlights. (#17000) +* Fixes a bug introduced in v1.52.0 where the destination query parameter for the Destination Rooms Admin API failed to actually filter returned rooms. (#17077) +* For MSC3266 room summaries, support queries at the recommended endpoint of /_matrix/client/unstable/im.nheko.summary/summary/{roomIdOrAlias}. The existing endpoint of /_matrix/client/unstable/im.nheko.summary/rooms/{roomIdOrAlias}/summary is deprecated. (#17078) +* Apply user email & picture during OIDC registration if present & selected. (#17120) +* Improve error message for cross signing reset with MSC3861 enabled. (#17121) +* Fix a bug which meant that to-device messages received over federation could be dropped when the server was under load or networking problems caused problems between Synapse processes or the database. (#17127) +* Fix bug where StreamChangeCache would not respect configured cache factors. (#17152) + diff --git a/CloudronManifest.json b/CloudronManifest.json index f6fd7ea..5228fef 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.92.0", - "upstreamVersion": "1.106.0", + "version": "1.93.0", + "upstreamVersion": "1.107.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,