diff options
author | erikjohnston <erikjohnston@users.noreply.github.com> | 2023-01-17 09:30:43 +0000 |
---|---|---|
committer | erikjohnston <erikjohnston@users.noreply.github.com> | 2023-01-17 09:30:43 +0000 |
commit | 8ea173114e9fd5c2068eceb288cfdce4152a7240 (patch) | |
tree | d8f3efac051db8e69e92531890e6e8aafb1d1426 /develop/upgrade.html | |
parent | deploy: 7801fd74dacbf69ad6e3299ed2e2a5dcda8997e8 (diff) | |
download | synapse-8ea173114e9fd5c2068eceb288cfdce4152a7240.tar.xz |
deploy: 2b084c5b710d9630178484e6ade597ca7fa814b6
Diffstat (limited to '')
-rw-r--r-- | develop/upgrade.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html index 12f31a71b5..a1c3aca1ff 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -233,11 +233,12 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb </ul> <h1 id="upgrading-to-v1760"><a class="header" href="#upgrading-to-v1760">Upgrading to v1.76.0</a></h1> <h2 id="changes-to-the-account-data-replication-streams"><a class="header" href="#changes-to-the-account-data-replication-streams">Changes to the account data replication streams</a></h2> -<p>Synapse has changed the format of the account data replication streams (between -workers). This is a forwards- and backwards-incompatible change: v1.75 workers -cannot process account data replicated by v1.76 workers, and vice versa.</p> +<p>Synapse has changed the format of the account data and devices replication +streams (between workers). This is a forwards- and backwards-incompatible +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 -replication will resume as normal.</p> +and device replication will resume as normal.</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> |