Version 1.94.0

This commit is contained in:
Girish Ramakrishnan
2024-05-28 18:21:44 +02:00
parent 478f3580a6
commit 15978ca8db
2 changed files with 12 additions and 3 deletions

View File

@@ -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)

View File

@@ -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,