From cf8933b22293ba652f40c0da478cb72dee6d0668 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 7 Jun 2023 16:08:28 +0530 Subject: [PATCH] Version 1.68.0 --- CHANGELOG.md | 10 ++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b24e46..b35828b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 15694fb..74b0c0b 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.67.1", - "upstreamVersion": "1.84.1", + "version": "1.68.0", + "upstreamVersion": "1.85.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,