diff options
author | squahtx <squahtx@users.noreply.github.com> | 2022-12-20 18:11:03 +0000 |
---|---|---|
committer | squahtx <squahtx@users.noreply.github.com> | 2022-12-20 18:11:03 +0000 |
commit | 5175bccbde681fc7b77ed04aa6d6815cefe58562 (patch) | |
tree | 65429144c5c16660e983702a81c630c5c283d56c /develop/upgrade.html | |
parent | deploy: 774e20b57047b9f8700e62e7f4689717f4fa094c (diff) | |
download | synapse-5175bccbde681fc7b77ed04aa6d6815cefe58562.tar.xz |
deploy: 43c54ba75337e4a58b94de1bf7d8fbc3d7753ae6
Diffstat (limited to 'develop/upgrade.html')
-rw-r--r-- | develop/upgrade.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html index 51494599aa..94da3b1497 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -231,6 +231,16 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb </code></pre> </li> </ul> +<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> +<p>If you want to take advantage of this feature you need to install PyICU, +the ICU native dependency and its development headers +so that PyICU can build since no prebuilt wheels are available.</p> +<p>You can follow <a href="https://pypi.org/project/PyICU/">the PyICU documentation</a> to do so, +and then do <code>pip install matrix-synapse[icu]</code> for a PyPI install.</p> +<p>Docker images and Debian packages need nothing specific as they already +include or specify ICU as an explicit dependency.</p> <h1 id="upgrading-to-v1730"><a class="header" href="#upgrading-to-v1730">Upgrading to v1.73.0</a></h1> <h2 id="legacy-prometheus-metric-names-have-now-been-removed"><a class="header" href="#legacy-prometheus-metric-names-have-now-been-removed">Legacy Prometheus metric names have now been removed</a></h2> <p>Synapse v1.69.0 included the deprecation of legacy Prometheus metric names |