Version 1.68.0

This commit is contained in:
Girish Ramakrishnan
2023-06-07 16:08:28 +05:30
parent 9d1d46c30f
commit cf8933b222
2 changed files with 12 additions and 2 deletions

View File

@@ -949,3 +949,13 @@
* Update Synapse to 1.84.1
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.84.1)
* Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no `instance_map` was provided
[1.68.0]
* Update Synapse to 1.85.0
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.85.0)
* GHSA-26c5-ppr8-f33p / CVE-2023-32682 — Low Severity
* GHSA-98px-6486-j7qc / CVE-2023-32683 — Low Severity
* Fix a performance issue introduced in Synapse v1.83.0 which meant that purging rooms was very slow and database-intensive. (#15693)
* Improve performance of backfill requests by performing backfill of previously failed requests in the background. (#15585)
* Add a new admin API to create a new device for a user. (#15611)

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"tagline": "Secure & decentralized communication",
"version": "1.67.1",
"upstreamVersion": "1.84.1",
"version": "1.68.0",
"upstreamVersion": "1.85.0",
"healthCheckPath": "/",
"httpPort": 8008,
"memoryLimit": 536870912,