diff --git a/CHANGELOG b/CHANGELOG index 8edff6f..5d66a10 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -333,3 +333,13 @@ * 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) + diff --git a/CloudronManifest.json b/CloudronManifest.json index dd2714c..fb1a3b2 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "1.20.0", + "version": "1.21.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 6abb8f9..f1d1505 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Synapse 1.29.0. +This app packages Synapse 1.30.0. **This package only provides the Matrix backend. A variety of clients are available [here](https://matrix.org/clients/). Riot is a popular web frontend for Matrix and