diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2022-01-18 16:46:39 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2022-01-18 16:46:39 +0000 |
commit | 9eab71aa935a2d5c493c974e2f13d10d3cb4c09a (patch) | |
tree | da0f514c8e8b7d8d88f9ba69d65cc78f73ecd8da /CHANGES.md | |
parent | Include whether the requesting user has participated in a thread. (#11577) (diff) | |
parent | Wording fixes to 1.50.0/1 changelog entries (diff) | |
download | synapse-9eab71aa935a2d5c493c974e2f13d10d3cb4c09a.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to '')
-rw-r--r-- | CHANGES.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 8029a9d21c..ced1dcc0db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,21 @@ +Synapse 1.50.1 (2022-01-18) +=========================== + +This release fixes a bug in Synapse 1.50.0 that could prevent clients from being able to connect to Synapse if the `webclient` resource was enabled. Further details are available in [this issue](https://github.com/matrix-org/synapse/issues/11763). + +Bugfixes +-------- + +- Fix a bug introduced in Synapse 1.50.0rc1 that could cause Matrix clients to be unable to connect to Synapse instances with the `webclient` resource enabled. ([\#11764](https://github.com/matrix-org/synapse/issues/11764)) + + Synapse 1.50.0 (2022-01-18) =========================== +**This release contains a critical bug that may prevent clients from being able to connect. +As such, it is not recommended to upgrade to 1.50.0. Instead, please upgrade straight to +to 1.50.1. Further details are available in [this issue](https://github.com/matrix-org/synapse/issues/11763).** + Please note that we now only support Python 3.7+ and PostgreSQL 10+ (if applicable), because Python 3.6 and PostgreSQL 9.6 have reached end-of-life. No significant changes since 1.50.0rc2. |