File tree 3 files changed +15
-4
lines changed
3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
1
+ Synapse 1.50.0 (2022-01-18)
2
+ ===========================
3
+
4
+ Please 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.
5
+
6
+ No significant changes since 1.50.0rc2.
7
+
8
+
1
9
Synapse 1.50.0rc2 (2022-01-14)
2
10
==============================
3
11
4
12
This release candidate fixes a federation-breaking regression introduced in Synapse 1.50.0rc1.
5
13
6
- Please 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.
7
-
8
-
9
14
Bugfixes
10
15
--------
11
16
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
+
1
7
matrix-synapse-py3 (1.50.0~rc2) stable; urgency=medium
2
8
3
9
* New synapse release 1.50.0~rc2.
Original file line number Diff line number Diff line change 47
47
except ImportError :
48
48
pass
49
49
50
- __version__ = "1.50.0rc2 "
50
+ __version__ = "1.50.0 "
51
51
52
52
if bool (os .environ .get ("SYNAPSE_TEST_PATCH_LOG_CONTEXTS" , False )):
53
53
# 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