From f3f7bec5063af261920b8896f8d763e78ec6b8e2 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 5 Jul 2023 13:42:11 +0530 Subject: [PATCH] Version 1.70.0 --- CHANGELOG.md | 10 ++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f60329b..78579bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -984,3 +984,13 @@ * Correctly clear caches when we delete a room. (#15609) * Check permissions for enabling encryption earlier during room creation to avoid creating broken rooms. (#15695) +[1.70.0] +* Update Synapse to 1.87.0 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.87.0) +* Improve /messages response time by avoiding backfill when we already have messages to return. (#15737) +* Add spam checker module API for logins. (#15838) +* Fix a long-standing bug where media files were served in an unsafe manner. Contributed by @joshqou. (#15680) +* Avoid invalidating a cache that was just prefilled. (#15758) +* Fix requesting multiple keys at once over federation, related to MSC3983. (#15770) +* Fix joining rooms through aliases where the alias server isn't a real homeserver. Contributed by @tulir @ Beeper. (#15776) + diff --git a/CloudronManifest.json b/CloudronManifest.json index b0987fa..d4c4de5 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.69.0", - "upstreamVersion": "1.86.0", + "version": "1.70.0", + "upstreamVersion": "1.87.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,