summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-07-15 13:18:51 +0100
committerGitHub <noreply@github.com>2022-07-15 13:18:51 +0100
commitd765ada84f42d57cda2a3b413df160d65fbb8761 (patch)
tree83da78e4280e9e7f608fd1b5a69d280904f6b16b /changelog.d
parentBg update to populate new `events` table columns (#13215) (diff)
downloadsynapse-d765ada84f42d57cda2a3b413df160d65fbb8761.tar.xz
Update locked frozendict version to 2.3.2 (#13284)
`frozendict` 2.3.2 includes a fix for a memory leak in
`frozendict.__hash__`. This likely has no impact outside of the
deprecated `/initialSync` endpoint, which uses `StreamToken`s,
containing `RoomStreamToken`s, containing `frozendict`s, as cache keys.

Signed-off-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13284.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13284.misc b/changelog.d/13284.misc
new file mode 100644
index 0000000000..fa9743a10e
--- /dev/null
+++ b/changelog.d/13284.misc
@@ -0,0 +1 @@
+Update locked version of `frozendict` to 2.3.2, which has a fix for a memory leak.