diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-04-20 17:44:19 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-04-20 17:44:19 +0100 |
commit | 01c8f9ca6951f5f666c30f5cfd72828419944a5b (patch) | |
tree | 8b74bdcd87e237135fccf8d1a50a2879b527b791 /CHANGES.md | |
parent | Dump setuptools; correct pyproject version number (#12478) (diff) | |
parent | Clarify changelog entry (diff) | |
download | synapse-01c8f9ca6951f5f666c30f5cfd72828419944a5b.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 74a5dbf424..a7d2529b55 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,18 @@ +Synapse 1.57.1 (2022-04-20) +=========================== + +This is a patch release that only affects the Docker image. It is only of interest to administrators using [the LDAP module][LDAPModule] to authenticate their users. +If you have already upgraded to Synapse 1.57.0 without problem, then you have no need to upgrade to this patch release. + +[LDAPModule]: https://github.com/matrix-org/matrix-synapse-ldap3 + + +Updates to the Docker image +--------------------------- + +- Include version 0.2.0 of the Synapse LDAP Auth Provider module in the Docker image. This matches the version that was present in the Docker image for Synapse v1.56.0. ([\#12512](https://github.com/matrix-org/synapse/issues/12512)) + + Synapse 1.57.0 (2022-04-19) =========================== |