From 23d4c1106a6a9e1a84353ba3f513b39ba73cbe0a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 1 Mar 2023 09:29:49 +0100 Subject: [PATCH] Version 1.61.0 --- CHANGELOG.md | 9 +++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec9cd8..db7502f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -838,3 +838,12 @@ * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.77.0) * Fix bug where retried replication requests would return a failure. Introduced in v1.76.0. ([\#15024](https://github.com/matrix-org/synapse/issues/15024)) +[1.61.0] +* Update Synapse to 1.78.0 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.78.0) +* Implement the experimental `exact_event_match` push rule condition from MSC3758. (#14964) +* Add account data to the command line user data export tool. (#14969) +* Implement MSC3873 to disambiguate push rule keys with dots in them. (#15004) +* Allow Synapse to use a specific Redis logical database in worker-mode deployments. (#15034) +* Tag opentracing spans for federation requests with the name of the worker serving the request. (#15042) +* Implement the experimental `exact_event_property_contains` push rule condition from MSC3966. (#15045) diff --git a/CloudronManifest.json b/CloudronManifest.json index 84f4479..2882a5d 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.60.0", - "upstreamVersion": "1.77.0", + "version": "1.61.0", + "upstreamVersion": "1.78.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,