You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,19 @@
1
-
# Synapse 1.119.0rc2 (2024-11-11)
1
+
# Synapse 1.119.0 (2024-11-13)
2
2
3
-
Note that due to packaging issues there was no v1.119.0rc1.
3
+
No significant changes since 1.119.0rc2.
4
4
5
5
### Python 3.8 support dropped
6
6
7
7
Python 3.8 is [end-of-life](https://devguide.python.org/versions/) and is no longer supported by Synapse. The minimum supported Python version is now 3.9.
8
8
9
9
If you are running Synapse with Python 3.8, please upgrade to Python 3.9 (or greater) before upgrading Synapse.
10
10
11
+
12
+
# Synapse 1.119.0rc2 (2024-11-11)
13
+
14
+
Note that due to packaging issues there was no v1.119.0rc1.
15
+
16
+
11
17
### Features
12
18
13
19
- Support [MSC4151](https://github.com/matrix-org/matrix-spec-proposals/pull/4151)'s stable report room API. ([\#17374](https://github.com/element-hq/synapse/issues/17374))
0 commit comments