diff options
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 6cf3169f75..aa5473ec62 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -48,6 +48,28 @@ returned by the Client-Server API: # configured on port 443. curl -kv https://<host.name>/_matrix/client/versions 2>&1 | grep "Server:" +Upgrading to v0.34.0 +==================== + +This release removes the ``riot.im`` from the default list of trusted identity servers. + +If ``riot.im`` is in your homeserver's list of ``trusted_third_party_id_servers``, +you should remove it. It was added in case a hypothetical future identity server was +put there. If you don't remove it, users may be unable to deactivate their accounts. + +Upgrading to v0.33.7 +==================== + +This release removes the example email notification templates from +``res/templates`` (they are now internal to the python package). This should +only affect you if you (a) deploy your Synapse instance from a git checkout or +a github snapshot URL, and (b) have email notifications enabled. + +If you have email notifications enabled, you should ensure that +``email.template_dir`` is either configured to point at a directory where you +have installed customised templates, or leave it unset to use the default +templates. + Upgrading to v0.27.3 ==================== |