Version 1.22.0

This commit is contained in:
Girish Ramakrishnan
2021-04-06 15:38:38 -07:00
parent 007f0607fd
commit c39c97bf64
3 changed files with 10 additions and 2 deletions

View File

@@ -346,3 +346,11 @@
[1.21.1]
* Update Synapse to 1.30.1
[1.22.0]
* Update Synapse to 1.31.0
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.31.0)
* Add support to OpenID Connect login for requiring attributes on the userinfo response. Contributed by Hubbe King. (#9609)
* Add initial experimental support for a "space summary" API. (#9643, #9652, #9653)
* Add support for the busy presence state as described in MSC3026. (#9644)
* Add support for credentials for proxy authentication in the HTTPS_PROXY environment variable. (#9657)