Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 0fa41a7

Browse files
authored
Update locked frozendict version to 2.3.3 (#13352)
frozendict 2.3.3 includes fixes for memory leaks that get triggered during `/sync`.
1 parent 158782c commit 0fa41a7

File tree

3 files changed

+28
-18
lines changed

3 files changed

+28
-18
lines changed

changelog.d/13352.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update locked version of `frozendict` to 2.3.3, which has fixes for memory leaks affecting `/sync`.

docs/upgrade.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,15 @@ vice versa.
114114
Once all workers are upgraded to v1.64 (or downgraded to v1.63), event
115115
replication will resume as normal.
116116
117+
## frozendict release
118+
119+
[frozendict 2.3.3](https://github.com/Marco-Sulla/python-frozendict/releases/tag/v2.3.3)
120+
has recently been released, which fixes a memory leak that occurs during `/sync`
121+
requests. We advise server administrators who installed Synapse via pip to upgrade
122+
frozendict with `pip install --upgrade frozendict`. The Docker image
123+
`matrixdotorg/synapse` and the Debian packages from `packages.matrix.org` already
124+
include the updated library.
125+
117126
# Upgrading to v1.62.0
118127
119128
## New signatures for spam checker callbacks

poetry.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)