From 25c9352df2d56a1134a7e0e7a7614e37a96128c5 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 28 May 2024 18:21:44 +0200 Subject: [PATCH] Version 1.94.0 --- CHANGELOG.md | 11 ++++++++++- CloudronManifest.json | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e989b..eba07e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1237,4 +1237,13 @@ [1.93.0] * Update Synapse to 1.107.0 * [Full changelog](https://github.com/element-hq/synapse/releases/tag/v1.107.0) -* + +[1.94.0] +* Update Synapse to 1.108.0 +* [Full changelog](https://github.com/element-hq/synapse/releases/tag/v1.108.0) +* Add a feature that allows clients to query the configured federation whitelist. Disabled by default. (#16848, #17199) +* Add the ability to allow numeric user IDs with a specific prefix when in the CAS flow. Contributed by Aurélien Grimpard. (#17098) +* Fix bug where push rules would be empty in /sync for some accounts. Introduced in v1.93.0. (#17142) +* Add support for optional whitespace around the Federation API's Authorization header's parameter commas. (#17145) +* Fix bug where disabling room publication prevented public rooms being created on workers. (#17177, #17184) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 5228fef..83b859f 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.93.0", - "upstreamVersion": "1.107.0", + "version": "1.94.0", + "upstreamVersion": "1.108.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,