summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-01-22 14:30:22 +0000
committerBrendan Abolivier <babolivier@matrix.org>2020-01-22 14:30:22 +0000
commit91085ef49e8553cede573d1a6e52f0b97bdb1bf7 (patch)
tree443873d533840049033dcbb7f1d4b1e4310e48be
parentFixup changelog (diff)
downloadsynapse-91085ef49e8553cede573d1a6e52f0b97bdb1bf7.tar.xz
Add deprecation headers
-rw-r--r--CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 102ef5f326..f446bdf6f1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,10 @@
 Synapse 1.9.0rc1 (2020-01-22)
 =============================
 
+**WARNING**: As of this release, Synapse no longer supports versions of SQLite before 3.11, and will refuse to start when configured to use an older version. Administrators are recommended to migrate their database to Postgres (see instructions [here](docs/postgres.md)).
+
+If your Synapse deployment uses workers, note that the reverse-proxy configurations have changed, with the addition of a few paths (see the updated configurations [here](docs/workers.md#available-worker-applications)).
+
 Features
 --------