summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-12-13 10:55:47 +0000
committerErik Johnston <erik@matrix.org>2019-12-13 10:55:47 +0000
commitf46e05d0537e79e2811522fad5021a20f41fd733 (patch)
tree8e64bd77b9771d32c594470cbab9225b74701f09 /CHANGES.md
parentAdjust the sytest blacklist for worker mode (#6538) (diff)
parentMerge tag 'v1.7.0' (diff)
downloadsynapse-f46e05d0537e79e2811522fad5021a20f41fd733.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index c83a6afbcd..c8aa5d177f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,15 @@
+Synapse 1.7.0 (2019-12-13)
+==========================
+
+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 versions before 3.11 is now deprecated. A future release will refuse to start if used with an SQLite version before 3.11.
+
+Administrators are reminded that SQLite should not be used for production instances. Instructions for migrating to Postgres are available [here](docs/postgres.md). A future release of synapse will, by default, disable federation for servers using SQLite.
+
+No significant changes since 1.7.0rc2.
+
+
 Synapse 1.7.0rc2 (2019-12-11)
 =============================