Version 1.80.1

This commit is contained in:
Girish Ramakrishnan
2023-11-01 15:47:08 +01:00
parent 89eb13fa70
commit cb146514a7
2 changed files with 7 additions and 2 deletions

View File

@@ -1098,3 +1098,8 @@
* Improve the performance of purging rooms, particularly encrypted rooms. (#16457)
* Fix a bug introduced in Synapse 1.59.0 where servers could be incorrectly marked as available after an error response was received. (#16506)
[1.80.1]
* Update Synapse to 1.95.1
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.95.1)
* GHSA-mp92-3jfm-3575 / CVE-2023-43796 — Moderate Severity

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"tagline": "Secure & decentralized communication",
"version": "1.80.0",
"upstreamVersion": "1.95.0",
"version": "1.80.1",
"upstreamVersion": "1.95.1",
"healthCheckPath": "/",
"httpPort": 8008,
"memoryLimit": 536870912,