diff options
author | Erik Johnston <erik@matrix.org> | 2021-07-28 13:31:18 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-07-28 13:31:18 +0100 |
commit | 5146e198809c736d6106ff868caee0380d4f28ac (patch) | |
tree | 09ffbff16179a154575f70761ddbc4dc2e1c3e64 /CHANGES.md | |
parent | Fix import of the default SAML mapping provider. (#10477) (diff) | |
download | synapse-5146e198809c736d6106ff868caee0380d4f28ac.tar.xz |
1.39.0rc3
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 13d3654095..975394b476 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,21 @@ +Synapse 1.39.0rc3 (2021-07-28) +============================== + +Bugfixes +-------- + +- Fix bug introduced in Synapse 1.38 which caused an exception at startup when SAML authentication was enabled. ([\#10477](https://github.com/matrix-org/synapse/issues/10477)) +- Fix a long-standing bug where Synapse would not inform clients that a device had exhausted its one-time-key pool, potentially causing problems decrypting events. ([\#10485](https://github.com/matrix-org/synapse/issues/10485)) +- Fix reporting old R30 stats as R30v2 stats. ([\#10486](https://github.com/matrix-org/synapse/issues/10486)) + + +Internal Changes +---------------- + +- Fix an error which prevented the Github Actions workflow to build the docker images from running. ([\#10461](https://github.com/matrix-org/synapse/issues/10461)) +- Fix release script to correctly version debian changelog when doing RCs. ([\#10465](https://github.com/matrix-org/synapse/issues/10465)) + + Synapse 1.39.0rc2 (2021-07-22) ============================== |