summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-06 19:17:50 +0100
committerGitHub <noreply@github.com>2022-10-06 18:17:50 +0000
commitcb20b885cb4bd1648581dd043a184d86fc8c7a00 (patch)
tree20ffd08e96133128eb1c363fc00bc5379642ed3c /changelog.d
parentMerge tag 'v1.69.0rc2' into develop (diff)
downloadsynapse-cb20b885cb4bd1648581dd043a184d86fc8c7a00.tar.xz
Always close _all_ `ijson` coroutines, even if doing so raises Exceptions (#14065)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14065.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14065.misc b/changelog.d/14065.misc
new file mode 100644
index 0000000000..98998b0015
--- /dev/null
+++ b/changelog.d/14065.misc
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.35.0 where errors parsing a `/send_join` or `/state` response would produce excessive, low-quality Sentry events.