summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2022-01-24 13:55:03 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2022-01-24 13:55:03 +0000
commitc3040dd5cc4636da892a188759ca427d5ac0a0e5 (patch)
treeed2192620defeacc81a13671b6c96994ca6e873d /synapse/__init__.py
parentRemove account data (including client config, push rules and ignored users) u... (diff)
parent1.51.0rc2 (diff)
downloadsynapse-c3040dd5cc4636da892a188759ca427d5ac0a0e5.tar.xz
Merge tag 'v1.51.0rc2' into develop
Synapse 1.51.0rc2 (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))
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 4ef8728018..f2fd3b907f 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.51.0rc1"
+__version__ = "1.51.0rc2"
 
 if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
     # We import here so that we don't have to install a bunch of deps when