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 /changelog.d | |
parent | Mark remote device list updates as already handled (#12557) (diff) | |
download | synapse-6b64ee9ec7c09a322c38a2e537ad95a32f5ca5e2.tar.xz |
1.58.0rc2
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12554.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/12555.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/12557.misc | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/changelog.d/12554.bugfix b/changelog.d/12554.bugfix deleted file mode 100644 index 48c1146db5..0000000000 --- a/changelog.d/12554.bugfix +++ /dev/null @@ -1 +0,0 @@ -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. diff --git a/changelog.d/12555.bugfix b/changelog.d/12555.bugfix deleted file mode 100644 index 3c721da1ee..0000000000 --- a/changelog.d/12555.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix sending opentracing contexts to whitelisted remote servers with device lists updates. Broken in v1.58.0rc1. diff --git a/changelog.d/12557.misc b/changelog.d/12557.misc deleted file mode 100644 index e4eb895ef5..0000000000 --- a/changelog.d/12557.misc +++ /dev/null @@ -1 +0,0 @@ -Reduce unnecessary work when handling remote device list updates. |