Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 57ca8ab

Browse files
committed
Add notes about dropping support for Python 3.6 and Postgres 9.6.
1 parent aa58e8a commit 57ca8ab

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Synapse 1.49.1 (2021-12-21)
33

44
This release fixes a regression introduced in Synapse 1.49.0 which could cause `/sync` requests to take significantly longer. This would particularly affect "initial" syncs for users participating in a large number of rooms, and in extreme cases, could make it impossible for such users to log in on a new client.
55

6+
**Note:** in line with our [deprecation policy](https://matrix-org.github.io/synapse/latest/deprecation_policy.html) for platform dependencies, this will be the last release to support Python 3.6 and PostgreSQL 9.6, both of which have now reached upstream end-of-life. Synapse will require Python 3.7+ and PostgreSQL 10.
7+
8+
**Note:** We will also stop producing packages for Ubuntu 18.04 (Bionic Beaver) after this release, as it uses Python 3.6.
9+
610
Bugfixes
711
--------
812

docs/deprecation_policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ i.e. when a version reaches End of Life Synapse will withdraw support for that
1414
version in future releases.
1515

1616
Details on the upstream support life cycles for Python and PostgreSQL are
17-
documented at https://endoflife.date/python and
18-
https://endoflife.date/postgresql.
17+
documented at [https://endoflife.date/python](https://endoflife.date/python) and
18+
[https://endoflife.date/postgresql](https://endoflife.date/postgresql).
1919

2020

2121
Context

0 commit comments

Comments
 (0)