Version 1.70.0

This commit is contained in:
Girish Ramakrishnan
2023-07-05 13:42:11 +05:30
parent 9735318be9
commit f3f7bec506
2 changed files with 12 additions and 2 deletions

View File

@@ -984,3 +984,13 @@
* Correctly clear caches when we delete a room. (#15609)
* Check permissions for enabling encryption earlier during room creation to avoid creating broken rooms. (#15695)
[1.70.0]
* Update Synapse to 1.87.0
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.87.0)
* Improve /messages response time by avoiding backfill when we already have messages to return. (#15737)
* Add spam checker module API for logins. (#15838)
* Fix a long-standing bug where media files were served in an unsafe manner. Contributed by @joshqou. (#15680)
* Avoid invalidating a cache that was just prefilled. (#15758)
* Fix requesting multiple keys at once over federation, related to MSC3983. (#15770)
* Fix joining rooms through aliases where the alias server isn't a real homeserver. Contributed by @tulir @ Beeper. (#15776)

View File

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