summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-04-26 17:16:43 +0100
committerDavid Robertson <davidr@element.io>2022-04-26 17:16:43 +0100
commit6b64ee9ec7c09a322c38a2e537ad95a32f5ca5e2 (patch)
treeeabafc799378c5f17017bcd9a33dd5c43799b0d5 /changelog.d
parentMark remote device list updates as already handled (#12557) (diff)
downloadsynapse-6b64ee9ec7c09a322c38a2e537ad95a32f5ca5e2.tar.xz
1.58.0rc2
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12554.bugfix1
-rw-r--r--changelog.d/12555.bugfix1
-rw-r--r--changelog.d/12557.misc1
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.