diff options
author | Erik Johnston <erik@matrix.org> | 2022-07-20 13:37:00 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-07-20 13:37:00 +0100 |
commit | 93740cae5773536c77c142f84c09267c92866ead (patch) | |
tree | 985027dcac346b35438c262d5ba7640bd3575423 /CHANGES.md | |
parent | Don't include appservice users when calculating push rules (#13332) (diff) | |
download | synapse-93740cae5773536c77c142f84c09267c92866ead.tar.xz |
1.63.1 v1.63.1
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 7eac6131b1..143ab4e0e5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 1.63.1 (2022-07-20) +=========================== + +Bugfixes +-------- + +- Fix a bug introduced in Synapse 1.63.0 where push actions were incorrectly calculated for appservice users. This caused performance issues on servers with large numbers of appservices. ([\#13332](https://github.com/matrix-org/synapse/issues/13332)) + + Synapse 1.63.0 (2022-07-19) =========================== |