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
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,6 @@
2
2
3
3
No significant changes since 1.118.0rc1.
4
4
5
-
6
-
7
-
8
-
# Synapse 1.118.0rc1 (2024-10-22)
9
-
10
5
### Python 3.8 support will be dropped in the next release
11
6
12
7
Python 3.8 is now [end-of-life](https://devguide.python.org/versions/). As per our [Deprecation Policy for Platform Dependencies](https://element-hq.github.io/synapse/latest/deprecation_policy.html#policy), Synapse will be dropping support for Python 3.8 in the next release; Synapse 1.119.0.
@@ -17,6 +12,9 @@ Synapse 1.118.x will be the final release to support Python 3.8. If you are runn
17
12
18
13
On the other end of the spectrum, Synapse 1.118.0 is the first release to support [Python 3.13](https://www.python.org/downloads/release/python-3130/)! [PostgreSQL 17](https://www.postgresql.org/about/news/postgresql-17-released-2936/) is also supported as of this release.
19
14
15
+
16
+
# Synapse 1.118.0rc1 (2024-10-22)
17
+
20
18
### Features
21
19
22
20
- Added the `display_name_claim` option to the JWT configuration. This option allows specifying the claim key that contains the user's display name in the JWT payload. ([\#17708](https://github.com/element-hq/synapse/issues/17708))
0 commit comments