Version 1.89.0

This commit is contained in:
Girish Ramakrishnan
2024-03-06 09:28:31 +01:00
parent e41486e1b4
commit b8a59ebb69
2 changed files with 10 additions and 2 deletions

View File

@@ -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)

View File

@@ -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,