diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2022-01-24 13:37:20 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2022-01-24 13:37:20 +0000 |
commit | 36f37acf538ae7b2e9ca9927fd3c561f581d4ee0 (patch) | |
tree | 4e13c9e5435d053c77a6387bd81b808a3129eb8a /CHANGES.md | |
parent | Fix logic for dropping old events in fed queue (#11806) (diff) | |
download | synapse-36f37acf538ae7b2e9ca9927fd3c561f581d4ee0.tar.xz |
1.50.2 v1.50.2
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index ced1dcc0db..b8f3588ec9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 1.50.2 (2022-01-24) +=========================== + +Bugfixes +-------- + +- Fix a bug introduced in Synapse 1.40.0 that caused Synapse to fail to process incoming federation traffic after handling a large amount of events in a v1 room. ([\#11806](https://github.com/matrix-org/synapse/issues/11806)) + + Synapse 1.50.1 (2022-01-18) =========================== |