diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2023-01-17 18:05:34 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2023-01-17 18:05:34 +0000 |
commit | bda3c76d044781398a628cd086b2c40d5f58d6b7 (patch) | |
tree | 5f313f715bc711c2ffa65637d7d64dfc48145dae /develop/upgrade.html | |
parent | deploy: b6955673bfab5c8d553e8b43e9c50dd7b1212e2a (diff) | |
download | synapse-bda3c76d044781398a628cd086b2c40d5f58d6b7.tar.xz |
deploy: b88cfe6d41ede17bde4144ca12f9dc9d0ef21215
Diffstat (limited to '')
-rw-r--r-- | develop/upgrade.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html index a1c3aca1ff..293fc9cf08 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -239,6 +239,12 @@ change: v1.75 workers cannot process account data replicated by v1.76 workers, and vice versa.</p> <p>Once all workers are upgraded to v1.76 (or downgraded to v1.75), account data and device replication will resume as normal.</p> +<h2 id="minimum-version-of-poetry-is-now-132"><a class="header" href="#minimum-version-of-poetry-is-now-132">Minimum version of Poetry is now 1.3.2</a></h2> +<p>The minimum supported version of Poetry is now 1.3.2 (previously 1.2.0, <a href="#upgrading-to-v1670">since +Synapse 1.67</a>). If you have used <code>poetry install</code> to +install Synapse from a source checkout, you should upgrade poetry: see its +<a href="https://python-poetry.org/docs/#installation">installation instructions</a>. +For all other installation methods, no acction is required.</p> <h1 id="upgrading-to-v1740"><a class="header" href="#upgrading-to-v1740">Upgrading to v1.74.0</a></h1> <h2 id="unicode-support-in-user-search"><a class="header" href="#unicode-support-in-user-search">Unicode support in user search</a></h2> <p>This version introduces optional support for an <a href="https://github.com/matrix-org/synapse/pull/14464">improved user search dealing with Unicode characters</a>.</p> |