diff options
author | David Robertson <davidr@element.io> | 2023-04-06 16:08:28 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-04-06 16:08:28 +0100 |
commit | edf046ece7c14cd8f01a4e5ebcbeefac9e0b6717 (patch) | |
tree | 1e8aa2a9fb0e7e50ba9994241528163137195a73 /CHANGES.md | |
parent | Use setup-go instead of relying on go 1.17 to exist (#15403) (diff) | |
download | synapse-edf046ece7c14cd8f01a4e5ebcbeefac9e0b6717.tar.xz |
1.81.0rc2 v1.81.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 2a6ee1490d..70f1e0cbd0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -Synapse 1.81.0rc1 (2023-04-04) +Synapse 1.81.0rc2 (2023-04-06) ============================== Synapse now attempts the versioned appservice paths before falling back to the @@ -14,6 +14,21 @@ A future version of Synapse (v1.88.0 or later) will remove support for legacy application service routes and query parameter authorization. +Bugfixes +-------- + +- Fix the `set_device_id_for_pushers_txn` background update crash. ([\#15391](https://github.com/matrix-org/synapse/issues/15391)) + + +Internal Changes +---------------- + +- Update CI to run complement under the latest stable go version. ([\#15403](https://github.com/matrix-org/synapse/issues/15403)) + + +Synapse 1.81.0rc1 (2023-04-04) +============================== + Features -------- |