|
|
|
|
@@ -313,3 +313,33 @@
|
|
|
|
|
* 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)
|
|
|
|
|
|
|
|
|
|
[1.19.0]
|
|
|
|
|
* Update Synapse to 1.28.0
|
|
|
|
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.28.0)
|
|
|
|
|
* New admin API to get the context of an event: /_synapse/admin/rooms/{roomId}/context/{eventId}. (#9150)
|
|
|
|
|
* Further improvements to the user experience of registration via single sign-on. (#9300, #9301)
|
|
|
|
|
* Add hook to spam checker modules that allow checking file uploads and remote downloads. (#9311)
|
|
|
|
|
* Add support for receiving OpenID Connect authentication responses via form POSTs rather than GETs. (#9376)
|
|
|
|
|
* Add the shadow-banning status to the admin API for user info. (#9400)
|
|
|
|
|
|
|
|
|
|
[1.20.0]
|
|
|
|
|
* Update Synapse to 1.29.0
|
|
|
|
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.29.0)
|
|
|
|
|
* Add rate limiters to cross-user key sharing requests. (#8957)
|
|
|
|
|
* Add order_by to the admin API GET /_synapse/admin/v1/users/<user_id>/media. Contributed by @dklimpel. (#8978)
|
|
|
|
|
* Add some configuration settings to make users' profile data more private. (#9203)
|
|
|
|
|
* The no_proxy and NO_PROXY environment variables are now respected in proxied HTTP clients with the lowercase form taking precedence if both are present. Additionally, the lowercase https_proxy environment variable is now respected in proxied HTTP clients on top of existing support for the uppercase HTTPS_PROXY form and takes precedence if both are present. Contributed by Timothy Leung. (#9372)
|
|
|
|
|
* Add a configuration option, user_directory.prefer_local_users, which when enabled will make it more likely for users on the same server as you to appear above other users. (#9383, #9385)
|
|
|
|
|
* Add support for regenerating thumbnails if they have been deleted but the original image is still stored. (#9438)
|
|
|
|
|
|
|
|
|
|
[1.21.0]
|
|
|
|
|
* Update Synapse to 1.30.0
|
|
|
|
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.30.0)
|
|
|
|
|
* Add prometheus metrics for number of users successfully registering and logging in. (#9510, #9511, #9573)
|
|
|
|
|
* Add synapse_federation_last_sent_pdu_time and synapse_federation_last_received_pdu_time prometheus metrics, which monitor federation delays by reporting the timestamps of messages sent and received to a set of remote servers. (#9540)
|
|
|
|
|
* Add support for generating JSON Web Tokens dynamically for use as OIDC client secrets. (#9549)
|
|
|
|
|
* Optimise handling of incomplete room history for incoming federation. (#9601)
|
|
|
|
|
* Finalise support for allowing clients to pick an SSO Identity Provider (MSC2858). (#9617)
|
|
|
|
|
* Tell spam checker modules about the SSO IdP a user registered through if one was used. (#9626)
|
|
|
|
|
|
|
|
|
|
|