Version 1.18.0

This commit is contained in:
Girish Ramakrishnan
2021-02-16 12:29:45 -08:00
parent 15672eddc2
commit a1ffa1e1dc
3 changed files with 10 additions and 2 deletions

View File

@@ -305,3 +305,11 @@
* Add an admin API for protecting local media from quarantine. (#9086)
* Remove a user's avatar URL and display name when deactivated with the Admin API. (#8932)
[1.18.0]
* Update Synapse to 1.27.0
* Use base image v3
* Update python to 3.8
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.27.0)
* Add an admin API for getting and deleting forward extremities for a room. (#9062)
* Add an admin API for retrieving the current room state of a room. (#9168)
* Add an admin API endpoint for shadow-banning users. (#9209)