From 4be3bd41fddd3d6bf3b772be9cf23b16899e089d Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:05:22 +0100 Subject: [PATCH] Move announcements up --- CHANGES.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index bf3e8d692d..bcc8340210 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,11 +2,6 @@ No significant changes since 1.118.0rc1. - - - -# Synapse 1.118.0rc1 (2024-10-22) - ### Python 3.8 support will be dropped in the next release 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 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. + +# Synapse 1.118.0rc1 (2024-10-22) + ### Features - 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))