diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-07-02 11:51:27 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-07-02 11:51:55 +0100 |
commit | a0fa4641c427c2aad338d0d69e4cb0fb78963001 (patch) | |
tree | 90aa90241b40a1f375599d5085140f987f053985 /UPGRADE.rst | |
parent | Complete the SAML2 implementation (#5422) (diff) | |
download | synapse-a0fa4641c427c2aad338d0d69e4cb0fb78963001.tar.xz |
prepare v1.1.0rc1
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 1fb109a218..72064accf3 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -49,16 +49,16 @@ returned by the Client-Server API: # configured on port 443. curl -kv https://<host.name>/_matrix/client/versions 2>&1 | grep "Server:" -Upgrading to v1.1 -================= +Upgrading to v1.1.0 +=================== -Synapse 1.1 removes support for older Python and PostgreSQL versions, as +Synapse v1.1.0 removes support for older Python and PostgreSQL versions, as outlined in `our deprecation notice <https://matrix.org/blog/2019/04/08/synapse-deprecating-postgres-9-4-and-python-2-x>`_. Minimum Python Version ---------------------- -Synapse v1.1 has a minimum Python requirement of Python 3.5. Python 3.6 or +Synapse v1.1.0 has a minimum Python requirement of Python 3.5. Python 3.6 or Python 3.7 are recommended as they have improved internal string handling, significantly reducing memory usage. |