diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-20 14:31:27 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-20 14:31:27 +0100 |
commit | e031c7e0cca2422aa2c5d3704adc66723d8094e7 (patch) | |
tree | ea162e417c2c85d7cfb6c28d657ff884c96e3e91 /CHANGES.md | |
parent | Add Application Service registration type requirement + py35, pg95 deprecatio... (diff) | |
download | synapse-e031c7e0cca2422aa2c5d3704adc66723d8094e7.tar.xz |
1.32.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index 41908f84be..4d48a321c6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,5 @@ -Synapse 1.32.0rc1 (2021-04-13) -============================== +Synapse 1.32.0 (2021-04-20) +=========================== **Note:** This release requires Python 3.6+ and Postgres 9.6+ or SQLite 3.22+. @@ -7,6 +7,15 @@ This release removes the deprecated `GET /_synapse/admin/v1/users/<user_id>` adm This release requires Application Services to use type `m.login.application_services` when registering users via the `/_matrix/client/r0/register` endpoint to comply with the spec. Please ensure your Application Services are up to date. +Bugfixes +-------- + +- Fix the log lines of nested logging contexts. Broke in 1.32.0rc1. ([\#9829](https://github.com/matrix-org/synapse/issues/9829)) + + +Synapse 1.32.0rc1 (2021-04-13) +============================== + Features -------- |