Version 1.68.1

This commit is contained in:
Girish Ramakrishnan
2023-06-08 09:38:24 +05:30
parent 1a30c1864d
commit eed12bfe0b
2 changed files with 7 additions and 2 deletions

View File

@@ -959,3 +959,8 @@
* Improve performance of backfill requests by performing backfill of previously failed requests in the background. (#15585)
* Add a new admin API to create a new device for a user. (#15611)
[1.68.1]
* Update Synapse to 1.85.1
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.85.1)
* Fix bug in schema delta that broke upgrades for some deployments. Introduced in v1.85.0. (#15738, #15739)

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"tagline": "Secure & decentralized communication",
"version": "1.68.0",
"upstreamVersion": "1.85.0",
"version": "1.68.1",
"upstreamVersion": "1.85.1",
"healthCheckPath": "/",
"httpPort": 8008,
"memoryLimit": 536870912,