diff options
author | clokep <clokep@users.noreply.github.com> | 2022-09-28 15:34:19 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2022-09-28 15:34:19 +0000 |
commit | 36838043c5162d23bade19abcbd2f4c7a2a796a0 (patch) | |
tree | e8ccbe8060c1180a531293e4fa2cc69fd4164167 /develop/upgrade.html | |
parent | deploy: 25c0e693924ddc5234ebb15cdfdc82b553a4b2c6 (diff) | |
download | synapse-36838043c5162d23bade19abcbd2f4c7a2a796a0.tar.xz |
deploy: d768c50c0e6822d5c45dc3a4a2efd5ca2bfd21db
Diffstat (limited to 'develop/upgrade.html')
-rw-r--r-- | develop/upgrade.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html index 278778990d..b1d0c1a3b8 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -231,6 +231,14 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb </code></pre> </li> </ul> +<h1 id="upgrading-to-v1690"><a class="header" href="#upgrading-to-v1690">Upgrading to v1.69.0</a></h1> +<h2 id="changes-to-the-receipts-replication-streams"><a class="header" href="#changes-to-the-receipts-replication-streams">Changes to the receipts replication streams</a></h2> +<p>Synapse now includes information indicating if a receipt applies to a thread when +replicating it to other workers. This is a forwards- and backwards-incompatible +change: v1.68 and workers cannot process receipts replicated by v1.69 workers, and +vice versa.</p> +<p>Once all workers are upgraded to v1.69 (or downgraded to v1.68), receipts +replication will resume as normal.</p> <h1 id="upgrading-to-v1680"><a class="header" href="#upgrading-to-v1680">Upgrading to v1.68.0</a></h1> <p>Two changes announced in the upgrade notes for v1.67.0 have now landed in v1.68.0.</p> <h2 id="sqlite-version-requirement"><a class="header" href="#sqlite-version-requirement">SQLite version requirement</a></h2> |