|
|
|
|
@@ -238,3 +238,34 @@
|
|
|
|
|
* Security: HTML pages served via Synapse were vulnerable to cross-site scripting (XSS) attacks. All server administrators are encouraged to upgrade
|
|
|
|
|
* Fix rare bug where sending an event would fail due to a racey assertion. (#8530)
|
|
|
|
|
|
|
|
|
|
[1.13.0]
|
|
|
|
|
* Update Synapse to 1.22.0
|
|
|
|
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.22.0)
|
|
|
|
|
* Add ability for ThirdPartyEventRules modules to query and manipulate whether a room is in the public rooms directory. (#8292, #8467)
|
|
|
|
|
* Add support for olm fallback keys (MSC2732). (#8312, #8501)
|
|
|
|
|
* Add support for running background tasks in a separate worker process. (#8369, #8458, #8489, #8513, #8544, #8599)
|
|
|
|
|
* Add support for device dehydration (MSC2697). (#8380)
|
|
|
|
|
* Add support for MSC2409, which allows sending typing, read receipts, and presence events to appservices. (#8437, #8590)
|
|
|
|
|
* Change default room version to "6", per MSC2788. (#8461)
|
|
|
|
|
* Add the ability to send non-membership events into a room via the ModuleApi. (#8479)
|
|
|
|
|
* Increase default upload size limit from 10M to 50M. Contributed by @Akkowicz. (#8502)
|
|
|
|
|
* Add support for modifying event content in ThirdPartyRules modules. (#8535, #8564)
|
|
|
|
|
|
|
|
|
|
[1.13.1]
|
|
|
|
|
* Update Synapse to 1.22.1
|
|
|
|
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.22.1)
|
|
|
|
|
* Fix a bug where an appservice may not be forwarded events for a room it was recently invited to. Broke in v1.22.0. (#8676)
|
|
|
|
|
* Fix Object of type frozendict is not JSON serializable exceptions when using third-party event rules. Broke in v1.22.0. (#8678)
|
|
|
|
|
|
|
|
|
|
[1.14.0]
|
|
|
|
|
* Update Synapse to 1.23.0
|
|
|
|
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.23.0)
|
|
|
|
|
* Add a push rule that highlights when a jitsi conference is created in a room. (#8286)
|
|
|
|
|
* Add an admin api to delete a single file or files that were not used for a defined time from server. Contributed by @dklimpel. (#8519)
|
|
|
|
|
* Split admin API for reported events (GET /_synapse/admin/v1/event_reports) into detail and list endpoints. This is a breaking change to #8217 which was introduced in Synapse v1.21.0. Those who already use this API should check their scripts. Contributed by @dklimpel. (#8539)
|
|
|
|
|
* Support generating structured logs via the standard logging configuration. (#8607, #8685)
|
|
|
|
|
* Add an admin API to allow server admins to list users' pushers. Contributed by @dklimpel. (#8610, #8689)
|
|
|
|
|
* Add an admin API GET /_synapse/admin/v1/users/<user_id>/media to get information about uploaded media. Contributed by @dklimpel. (#8647)
|
|
|
|
|
* Add an admin API for local user media statistics. Contributed by @dklimpel. (#8700)
|
|
|
|
|
* Add displayname to Shared-Secret Registration for admins. (#8722)
|
|
|
|
|
|
|
|
|
|
|