From b5662ec4dca0a180259a7d27661f447b47c4d6ce Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 24 Jul 2021 00:02:44 -0700 Subject: [PATCH] Version 1.27.0 --- CHANGELOG | 9 ++++++++- CloudronManifest.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 73960db..4d369c8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -438,7 +438,14 @@ * Update Synapse to 1.36.0 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.36.0) -[1.26.1] +[1.27.0] * Update Synapse to 1.38.0 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.38.0) +* Implement refresh tokens as specified by MSC2918. (#9450) +* Add support for evicting cache entries based on last access time. (#10205) +* Omit empty fields from the /sync response. Contributed by @deepbluev7. (#10214) +* Improve validation on federation send_{join,leave,knock} endpoints. (#10225, #10243) +* Mark events received over federation which fail a spam check as "soft-failed". (#10263) +* Add metrics for new inbound federation staging area. (#10284) +* Add script to print information about recently registered users. (#10290) diff --git a/CloudronManifest.json b/CloudronManifest.json index a78aa3f..09152f0 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "1.26.1", + "version": "1.27.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,