Version 1.61.0

This commit is contained in:
Girish Ramakrishnan
2023-03-01 09:29:49 +01:00
parent 99612d5740
commit 465d094c0a
2 changed files with 11 additions and 2 deletions

View File

@@ -838,3 +838,12 @@
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.77.0)
* Fix bug where retried replication requests would return a failure. Introduced in v1.76.0. ([\#15024](https://github.com/matrix-org/synapse/issues/15024))
[1.61.0]
* Update Synapse to 1.78.0
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.78.0)
* Implement the experimental `exact_event_match` push rule condition from MSC3758. (#14964)
* Add account data to the command line user data export tool. (#14969)
* Implement MSC3873 to disambiguate push rule keys with dots in them. (#15004)
* Allow Synapse to use a specific Redis logical database in worker-mode deployments. (#15034)
* Tag opentracing spans for federation requests with the name of the worker serving the request. (#15042)
* Implement the experimental `exact_event_property_contains` push rule condition from MSC3966. (#15045)

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"tagline": "Secure & decentralized communication",
"version": "1.60.0",
"upstreamVersion": "1.77.0",
"version": "1.61.0",
"upstreamVersion": "1.78.0",
"healthCheckPath": "/",
"httpPort": 8008,
"memoryLimit": 536870912,