deploy: 571f565c1f
This commit is contained in:
parent
d034da1b8f
commit
75a890ac3f
|
@ -1633,6 +1633,11 @@ and remove the TCP <code>replication</code> listener from config of the master a
|
|||
<h2 id="minimum-version-of-poetry-is-now-v120"><a class="header" href="#minimum-version-of-poetry-is-now-v120">Minimum version of Poetry is now v1.2.0</a></h2>
|
||||
<p>The minimum supported version of poetry is now 1.2. This should only affect
|
||||
those installing from a source checkout.</p>
|
||||
<h2 id="rust-requirement-in-the-next-release"><a class="header" href="#rust-requirement-in-the-next-release">Rust requirement in the next release</a></h2>
|
||||
<p>From the next major release (v1.68.0) installing Synapse from a source checkout
|
||||
will require a recent Rust compiler. Those using packages or
|
||||
<code>pip install matrix-synapse</code> will not be affected.</p>
|
||||
<p>The simplest way of installing Rust is via <a href="https://rustup.rs/">rustup.rs</a></p>
|
||||
<h1 id="upgrading-to-v1660"><a class="header" href="#upgrading-to-v1660">Upgrading to v1.66.0</a></h1>
|
||||
<h2 id="delegation-of-email-validation-no-longer-supported"><a class="header" href="#delegation-of-email-validation-no-longer-supported">Delegation of email validation no longer supported</a></h2>
|
||||
<p>As of this version, Synapse no longer allows the tasks of verifying email address
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -248,6 +248,11 @@ and remove the TCP <code>replication</code> listener from config of the master a
|
|||
<h2 id="minimum-version-of-poetry-is-now-v120"><a class="header" href="#minimum-version-of-poetry-is-now-v120">Minimum version of Poetry is now v1.2.0</a></h2>
|
||||
<p>The minimum supported version of poetry is now 1.2. This should only affect
|
||||
those installing from a source checkout.</p>
|
||||
<h2 id="rust-requirement-in-the-next-release"><a class="header" href="#rust-requirement-in-the-next-release">Rust requirement in the next release</a></h2>
|
||||
<p>From the next major release (v1.68.0) installing Synapse from a source checkout
|
||||
will require a recent Rust compiler. Those using packages or
|
||||
<code>pip install matrix-synapse</code> will not be affected.</p>
|
||||
<p>The simplest way of installing Rust is via <a href="https://rustup.rs/">rustup.rs</a></p>
|
||||
<h1 id="upgrading-to-v1660"><a class="header" href="#upgrading-to-v1660">Upgrading to v1.66.0</a></h1>
|
||||
<h2 id="delegation-of-email-validation-no-longer-supported"><a class="header" href="#delegation-of-email-validation-no-longer-supported">Delegation of email validation no longer supported</a></h2>
|
||||
<p>As of this version, Synapse no longer allows the tasks of verifying email address
|
||||
|
|
Loading…
Reference in New Issue