summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-12-13 10:36:35 +0000
committerErik Johnston <erik@matrix.org>2019-12-13 10:36:35 +0000
commitd046f367a4faf36de7010a93095a488d7db646ea (patch)
treeb48ddd9e5b4c8731a397a6844955ce0c50962002 /CHANGES.md
parent1.7.0 (diff)
downloadsynapse-d046f367a4faf36de7010a93095a488d7db646ea.tar.xz
Add deprecation notes
Diffstat (limited to '')
-rw-r--r--CHANGES.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index e4c12196e0..cfa4f65704 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,7 +1,13 @@
 Synapse 1.7.0 (2019-12-13)
 ==========================
 
-No significant changes.
+This release changes the default settings so that only local authenticated users can query the server's room directory. See the [upgrade notes](UPGRADE.rst#upgrading-to-v170) for details.
+
+Support for SQLite 3.7 is now deprecated, with the recommended minimum version being SQLite 3.11. A future release will hard error if used with an SQLite version before 3.11.
+
+Additionally, using SQLite with federation enabled is deprecated, and a future release will default to disabling federation for servers using SQLite.
+
+No significant changes since 1.7.0rc2.
 
 
 Synapse 1.7.0rc2 (2019-12-11)