summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-06-11 15:21:34 +0100
committerErik Johnston <erik@matrix.org>2021-06-11 15:21:34 +0100
commitfb10a73e85ff4a5c090226d046b6b7ede7e57d6e (patch)
tree18c33f3e2df880caf48fdd7a2e970bce75cbab81 /CHANGES.md
parentOnly send a presence state to a destination once (#10165) (diff)
downloadsynapse-fb10a73e85ff4a5c090226d046b6b7ede7e57d6e.tar.xz
1.36.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md

index 48e9b55c8a..cafb79124d 100644 --- a/CHANGES.md +++ b/CHANGES.md
@@ -1,3 +1,14 @@ +Synapse 1.36.0rc2 (2021-06-11) +============================== + +Bugfixes +-------- + +- Fix a bug which caused presence updates to stop working some time after restart, when using a presence writer worker. ([\#10149](https://github.com/matrix-org/synapse/issues/10149)) +- Fix a bug when using federation sender worker where it would send out more presence updates than necessary, leading to high resource usage. Broke in v1.33.0. ([\#10163](https://github.com/matrix-org/synapse/issues/10163)) +- Fix a bug where Synapse could send the same presence update to a remote twice. ([\#10165](https://github.com/matrix-org/synapse/issues/10165)) + + Synapse 1.36.0rc1 (2021-06-08) ==============================