This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1- Synapse 1.50.0rc2 (2022-01-14 )
2- ==============================
1+ Synapse 1.50.0 (2022-01-18 )
2+ ===========================
33
4- This release candidate fixes a federation-breaking regression introduced in Synapse 1.50.0rc1 .
4+ No significant changes since 1.50.0rc2 .
55
66Please note that we now only support Python 3.7+ and PostgreSQL 10+ (if applicable), because Python 3.6 and PostgreSQL 9.6 have reached end-of-life.
77
88
9+ Synapse 1.50.0rc2 (2022-01-14)
10+ ==============================
11+
12+ This release candidate fixes a federation-breaking regression introduced in Synapse 1.50.0rc1.
13+
914Bugfixes
1015--------
1116
Original file line number Diff line number Diff line change 1+ matrix-synapse-py3 (1.50.0) stable; urgency=medium
2+
3+ * New synapse release 1.50.0.
4+
5+ -- Synapse Packaging team <
[email protected] > Tue, 18 Jan 2022 10:40:38 +0000
6+
17matrix-synapse-py3 (1.50.0~rc2) stable; urgency=medium
28
39 * New synapse release 1.50.0~rc2.
Original file line number Diff line number Diff line change 4747except ImportError :
4848 pass
4949
50- __version__ = "1.50.0rc2 "
50+ __version__ = "1.50.0 "
5151
5252if 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
You can’t perform that action at this time.
0 commit comments