0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-29 07:58:19 +02:00

Add deprecation headers

This commit is contained in:
Brendan Abolivier 2020-01-22 14:30:22 +00:00
parent ffa637050d
commit 91085ef49e
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD

View file

@ -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
--------