Bump version

This commit is contained in:
Johannes Zellner
2024-02-13 13:59:15 +01:00
parent 9cb28d29dc
commit de3ae78346
2 changed files with 8 additions and 2 deletions

View File

@@ -1175,3 +1175,9 @@
* Advertise experimental support for MSC4028 through /matrix/clients/versions if enabled. Contributed by @hanadi92. (#16787)
* Handle wildcard type filters properly for room messages endpoint. Contributed by Mo Balaa. (#14984)
[1.88.0]
* Update Synapse to 1.101.0
* [Full changelog](https://github.com/element-hq/synapse/releases/tag/v1.101.0)
* Add support for stabilised MSC3981 that adds a recurse parameter on the /relations API. (#16842)
* Fix performance regression when fetching auth chains from the DB. Introduced in v1.100.0. (#16893)

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"tagline": "Secure & decentralized communication",
"version": "1.87.0",
"upstreamVersion": "1.100.0",
"version": "1.88.0",
"upstreamVersion": "1.101.0",
"healthCheckPath": "/",
"httpPort": 8008,
"memoryLimit": 536870912,