diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-09-20 12:03:48 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-09-20 12:05:15 +0100 |
commit | bffb71b04a2dc81b7c6e762de20d961613e4bcc1 (patch) | |
tree | cd07acb5854df11c775ca8c89cd94bac7139c5cc /docs | |
parent | 1.68.0rc1 (diff) | |
download | synapse-bffb71b04a2dc81b7c6e762de20d961613e4bcc1.tar.xz |
Edit changelog in response to feedback
Diffstat (limited to 'docs')
-rw-r--r-- | docs/upgrade.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md index 9f165551fa..7d4c2392e1 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -89,6 +89,13 @@ process, for example: dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb ``` +# Upgrading to v1.68.0 + +As announced in the upgrade notes for v1.67.0, Synapse now requires a SQLite +version of 3.27.0 or higher if SQLite is in use and source checkouts of Synapse +now require a recent Rust compiler. + + # Upgrading to v1.67.0 ## Direct TCP replication is no longer supported: migrate to Redis @@ -125,7 +132,7 @@ From the next major release (v1.68.0) Synapse will require SQLite 3.27.0 or higher. Synapse v1.67.0 will be the last major release supporting SQLite versions 3.22 to 3.26. -Those using docker images or Debian packages from Matrix.org will not be +Those using Docker images or Debian packages from Matrix.org will not be affected. If you have installed from source, you should check the version of SQLite used by Python with: @@ -135,6 +142,7 @@ python -c "import sqlite3; print(sqlite3.sqlite_version)" If this is too old, refer to your distribution for advice on upgrading. + # Upgrading to v1.66.0 ## Delegation of email validation no longer supported |