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

Commit 36f37ac

Browse files
committed
1.50.2
1 parent 8ff465d commit 36f37ac

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Synapse 1.50.2 (2022-01-24)
2+
===========================
3+
4+
Bugfixes
5+
--------
6+
7+
- 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))
8+
9+
110
Synapse 1.50.1 (2022-01-18)
211
===========================
312

changelog.d/11806.bugfix

-1
This file was deleted.

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.50.2) stable; urgency=medium
2+
3+
* New synapse release 1.50.2.
4+
5+
-- Synapse Packaging team <[email protected]> Mon, 24 Jan 2022 13:37:11 +0000
6+
17
matrix-synapse-py3 (1.50.1) stable; urgency=medium
28

39
* New synapse release 1.50.1.

synapse/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
except ImportError:
4848
pass
4949

50-
__version__ = "1.50.1"
50+
__version__ = "1.50.2"
5151

5252
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
5353
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)