From d57e637ac74e0ebbcb3cfb49d457be3b01ff046c Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 13 Dec 2023 10:32:21 +0100 Subject: [PATCH] Version 1.84.0 --- CHANGELOG.md | 10 ++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c33182f..58414ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1123,3 +1123,13 @@ * Fix a long-standing bug where Synapse would not unbind third-party identifiers for Application Service users when deactivated and would not emit a compliant response. (#16617) * Fix sending out of order POSITION over replication, causing additional database load. (#16639) +[1.84.0] +* Update Synapse to 1.98.0 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.98.0) +* Synapse now declares support for Matrix v1.7, v1.8, and v1.9. (#16707) +* Add `on_user_login` module API callback for when a user logs in. (#15207) +* Support MSC4069: Inhibit profile propagation. (#16636) +* Restore tracking of requests and monthly active users when delegating authentication via MSC3861 to an OIDC provider. (#16672) +* Add an autojoin setting for server notices rooms, so users may be joined directly instead of receiving an invite. (#16699) +* Follow redirects when downloading media over federation (per MSC3860). (#16701) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 27f7e20..df3f1f7 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.83.0", - "upstreamVersion": "1.97.0", + "version": "1.84.0", + "upstreamVersion": "1.98.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,