From b7b20f0b5629f22603e8428918c30a9473d31158 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 18 May 2021 09:34:30 -0700 Subject: [PATCH] Version 1.24.0 --- CHANGELOG | 7 +++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b719df7..96be95f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -414,3 +414,10 @@ * Update Synapse to 1.33.2 * This release fixes a denial of service attack (CVE-2021-29471) against Synapse's push rules implementation. +[1.24.0] +* Update Synapse to 1.34.0 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.34.0) +* Add support for DELETE /_synapse/admin/v1/rooms/. (#9889) +* Improve performance after joining a large room when presence is enabled. (#9910, #9916) +* Support stable identifiers for MSC1772 Spaces. m.space.child events will now be taken into account when populating the experimental spaces summary response. Please see the upgrade notes if you have customised room_invite_state_types in your configuration. (#9915, #9966) +* Improve performance of backfilling in large rooms. (#9935) diff --git a/CloudronManifest.json b/CloudronManifest.json index 2122b02..2b0a35c 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "1.23.2", + "version": "1.24.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 8a8a00a..9ac4857 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Synapse 1.33.2. +This app packages Synapse 1.34.0. **This package only provides the Matrix backend. A variety of clients are available [here](https://matrix.org/clients/). Riot is a popular web frontend for Matrix and