|
|
|
|
@@ -279,3 +279,29 @@
|
|
|
|
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.24.0)
|
|
|
|
|
* Add a maximum version for pysaml2 on Python 3.5
|
|
|
|
|
|
|
|
|
|
[1.16.0]
|
|
|
|
|
* Update Synapse to 1.25.0
|
|
|
|
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.25.0)
|
|
|
|
|
* Add an admin API that lets server admins get power in rooms in which local users have power. (#8756)
|
|
|
|
|
* Add optional HTTP authentication to replication endpoints. (#8853)
|
|
|
|
|
* Improve the error messages printed as a result of configuration problems for extension modules. (#8874)
|
|
|
|
|
* Add the number of local devices to Room Details Admin API. Contributed by @dklimpel. (#8886)
|
|
|
|
|
* Add X-Robots-Tag header to stop web crawlers from indexing media. Contributed by Aaron Raimist. (#8887)
|
|
|
|
|
* Spam-checkers may now define their methods as async. (#8890)
|
|
|
|
|
* Add support for allowing users to pick their own user ID during a single-sign-on login. (#8897, #8900, #8911, #8938, #8941, #8942, #8951)
|
|
|
|
|
* Add an email.invite_client_location configuration option to send a web client location to the invite endpoint on the identity server which allows customisation of the email template. (#8930)
|
|
|
|
|
* The search term in the list room and list user Admin APIs is now treated as case-insensitive. (#8931)
|
|
|
|
|
* Apply an IP range blacklist to push and key revocation requests. (#8821, #8870, #8954)
|
|
|
|
|
* Add an option to allow re-use of user-interactive authentication sessions for a period of time. (#8970)
|
|
|
|
|
* Allow running the redact endpoint on workers. (#8994)
|
|
|
|
|
|
|
|
|
|
[1.17.0]
|
|
|
|
|
* Update Synapse to 1.26.0
|
|
|
|
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.26.0)
|
|
|
|
|
* During user-interactive authentication via single-sign-on, give a better error if the user uses the wrong account on the SSO IdP. (#9091)
|
|
|
|
|
* Give the public_baseurl a default value, if it is not explicitly set in the configuration file. (#9159)
|
|
|
|
|
* Improve performance when calculating ignored users in large rooms. (#9024)
|
|
|
|
|
* Implement MSC2176 in an experimental room version. (#8984)
|
|
|
|
|
* 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)
|
|
|
|
|
|
|
|
|
|
|