From 2a48d0838b46963b134b4351d4da0dd352cbd8bf Mon Sep 17 00:00:00 2001
From: erikjohnston The minimum supported Rust version has been increased from v1.60.0 to v1.61.0.
+Users building from source will need to ensure their Synapse v1.81.0 deprecated application service authorization via query parameters as this is
@@ -267,7 +272,7 @@ are being removed in this release of Synapse:Upgrading to v1.93.0
+Minimum supported Rust version
+rustc
version is up to
+date.Upgrading to v1.90.0
App service query parameter authorization is now a configuration option
For an illustrative example, please see Upgrading to v1.84.0 below.
The minimum supported Rust version has been increased from v1.58.1 to v1.60.0.
Users building from source will need to ensure their rustc
version is up to
date.
In line with our deprecation policy, we've dropped support for Python 3.5 and PostgreSQL 9.5, as they are no longer supported upstream.
-This release of Synapse requires Python 3.6+ and PostgresSQL 9.6+ or +
This release of Synapse requires Python 3.6+ and PostgreSQL 9.6+ or SQLite 3.22+.
The deprecated v1 "list accounts" admin API @@ -1901,7 +1906,7 @@ in the config and update your dependencies dependencies. See README.rst for details.
This release includes the option to send anonymous usage stats to
-matrix.org, and requires that administrators explictly opt in or out by
+matrix.org, and requires that administrators explicitly opt in or out by
setting the report_stats
option to either true
or false
.
We would really appreciate it if you could help our project out by reporting anonymized usage statistics from your homeserver. Only very @@ -1981,7 +1986,7 @@ latest module, please run:
$ pip uninstall syweb
The webclient has been split out into a seperate repository/pacakage in +
The webclient has been split out into a separate repository/package in this release. Before you restart your homeserver you will need to pull in the webclient package by running:
python setup.py develop --user
--
cgit 1.5.1