diff options
Diffstat (limited to 'latest/upgrade.html')
-rw-r--r-- | latest/upgrade.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/latest/upgrade.html b/latest/upgrade.html index bcb3fb605f..3af52fd008 100644 --- a/latest/upgrade.html +++ b/latest/upgrade.html @@ -231,6 +231,11 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb </code></pre> </li> </ul> +<h1 id="upgrading-to-v1930"><a class="header" href="#upgrading-to-v1930">Upgrading to v1.93.0</a></h1> +<h2 id="minimum-supported-rust-version"><a class="header" href="#minimum-supported-rust-version">Minimum supported Rust version</a></h2> +<p>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 <code>rustc</code> version is up to +date.</p> <h1 id="upgrading-to-v1900"><a class="header" href="#upgrading-to-v1900">Upgrading to v1.90.0</a></h1> <h2 id="app-service-query-parameter-authorization-is-now-a-configuration-option"><a class="header" href="#app-service-query-parameter-authorization-is-now-a-configuration-option">App service query parameter authorization is now a configuration option</a></h2> <p>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:</p> administrators of single-process (monolith) installations don't need to do anything.</p> <p>For an illustrative example, please see <a href="#upgrading-to-v1840">Upgrading to v1.84.0</a> below.</p> <h1 id="upgrading-to-v1860"><a class="header" href="#upgrading-to-v1860">Upgrading to v1.86.0</a></h1> -<h2 id="minimum-supported-rust-version"><a class="header" href="#minimum-supported-rust-version">Minimum supported Rust version</a></h2> +<h2 id="minimum-supported-rust-version-1"><a class="header" href="#minimum-supported-rust-version-1">Minimum supported Rust version</a></h2> <p>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 <code>rustc</code> version is up to date.</p> @@ -1120,7 +1125,7 @@ Instructions for doing so are provided <p>In line with our <a href="deprecation_policy.html">deprecation policy</a>, we've dropped support for Python 3.5 and PostgreSQL 9.5, as they are no longer supported upstream.</p> -<p>This release of Synapse requires Python 3.6+ and PostgresSQL 9.6+ or +<p>This release of Synapse requires Python 3.6+ and PostgreSQL 9.6+ or SQLite 3.22+.</p> <h2 id="removal-of-old-list-accounts-admin-api"><a class="header" href="#removal-of-old-list-accounts-admin-api">Removal of old List Accounts Admin API</a></h2> <p>The deprecated v1 "list accounts" admin API @@ -1901,7 +1906,7 @@ in the config and update your dependencies dependencies. See README.rst for details.</p> <h1 id="upgrading-to-v0110"><a class="header" href="#upgrading-to-v0110">Upgrading to v0.11.0</a></h1> <p>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 <code>report_stats</code> option to either <code>true</code> or <code>false</code>.</p> <p>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:</p> <pre><code>$ pip uninstall syweb </code></pre> <h1 id="upgrading-to-v050"><a class="header" href="#upgrading-to-v050">Upgrading to v0.5.0</a></h1> -<p>The webclient has been split out into a seperate repository/pacakage in +<p>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:</p> <pre><code>python setup.py develop --user |