From b8a59ebb695ee8044a1b69d7091cebbb50f0e362 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 6 Mar 2024 09:28:31 +0100 Subject: [PATCH] Version 1.89.0 --- CHANGELOG.md | 8 ++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4239bf2..d55c1e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1181,3 +1181,11 @@ * Add support for stabilised MSC3981 that adds a recurse parameter on the /relations API. (#16842) * Fix performance regression when fetching auth chains from the DB. Introduced in v1.100.0. (#16893) +[1.89.0] +* Update Synapse to 1.102.0 +* [Full changelog](https://github.com/element-hq/synapse/releases/tag/v1.102.0) +* A metric was added for emails sent by Synapse, broken down by type: `synapse_emails_sent_total`. Contributed by Remi Rampin. (#16881) +* Do not send multiple concurrent requests for keys for the same server. (#16894) +* Fix performance issue when joining very large rooms that can cause the server to lock up. Introduced in v1.100.0. (#16903) +* Always prefer unthreaded receipt when >1 exist (MSC4102). (#16927) + diff --git a/CloudronManifest.json b/CloudronManifest.json index bcb605f..49b5645 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.88.0", - "upstreamVersion": "1.101.0", + "version": "1.89.0", + "upstreamVersion": "1.102.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,