diff options
author | David Robertson <davidr@element.io> | 2022-04-26 17:16:43 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-04-26 17:16:43 +0100 |
commit | 6b64ee9ec7c09a322c38a2e537ad95a32f5ca5e2 (patch) | |
tree | eabafc799378c5f17017bcd9a33dd5c43799b0d5 /CHANGES.md | |
parent | Mark remote device list updates as already handled (#12557) (diff) | |
download | synapse-6b64ee9ec7c09a322c38a2e537ad95a32f5ca5e2.tar.xz |
1.58.0rc2
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 d8ecb11e4e..b65cf00f4f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,21 @@ +Synapse 1.58.0rc2 (2022-04-26) +============================== + +This release candidate fixes bugs related to Synapse 1.58.0rc1's logic for handling device list updates. + +Bugfixes +-------- + +- Fix a bug introduced in Synapse 1.58.0rc1 where the main process could consume excessive amounts of CPU and memory handling sentry logging failures. ([\#12554](https://github.com/matrix-org/synapse/issues/12554)) +- Fix a bug introduced in Synapse 1.58.0rc1 where opentracing contexts were not correctly sent to whitelisted remote servers with device lists updates. ([\#12555](https://github.com/matrix-org/synapse/issues/12555)) + + +Internal Changes +---------------- + +- Reduce unnecessary work when handling remote device list updates. ([\#12557](https://github.com/matrix-org/synapse/issues/12557)) + + Synapse 1.58.0rc1 (2022-04-26) ============================== |