0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-01 14:09:09 +02:00

Merge branch 'master' into develop

This commit is contained in:
Neil Johnson 2018-05-24 16:03:44 +01:00
commit 037c6db85d
2 changed files with 25 additions and 6 deletions

View file

@ -1,11 +1,30 @@
Changes in synapse v0.30.0 (2018-05-24)
==========================================
'Server Notices' are a new feature introduced in Synapse 0.30. They provide a
channel whereby server administrators can send messages to users on the server.
They are used as part of communication of the server policies (see ``docs/consent_tracking.md``),
however the intention is that they may also find a use for features such
as "Message of the day".
This feature is specific to Synapse, but uses standard Matrix communication mechanisms,
so should work with any Matrix client. For more details see ``docs/server_notices.md``
Further Server Notices/Consent Tracking Support:
* Allow overriding the server_notices user's avatar (PR #3273)
* Use the localpart in the consent uri (PR #3272)
* Support for putting %(consent_uri)s in messages (PR #3271)
* Block attempts to send server notices to remote users (PR #3270)
* Docs on consent bits (PR #3268)
Changes in synapse v0.30.0-rc1 (2018-05-23) Changes in synapse v0.30.0-rc1 (2018-05-23)
========================================== ==========================================
This version includes support for Privacy Notice agreement collection. More Server Notices/Consent Tracking Support:
details live at docs/privacy_policy_templates/README.md
GDPR Support:
* ConsentResource to gather policy consent from users (PR #3213) * ConsentResource to gather policy consent from users (PR #3213)
* Move RoomCreationHandler out of synapse.handlers.Handlers (PR #3225) * Move RoomCreationHandler out of synapse.handlers.Handlers (PR #3225)

View file

@ -16,4 +16,4 @@
""" This is a reference implementation of a Matrix home server. """ This is a reference implementation of a Matrix home server.
""" """
__version__ = "0.30.0-rc1" __version__ = "0.30.0"