From c4a4489a2d9628d8532f8d5408c2b6342d2258f7 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 19 Nov 2020 00:51:29 -0800 Subject: [PATCH] Version 1.14.0 --- CHANGELOG | 12 ++++++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5bcd94d..6ad3a16 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -257,3 +257,15 @@ * 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//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) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 6801e30..4f02b8c 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "1.13.1", + "version": "1.14.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index f29ef36..7c28f68 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Synapse 1.22.1. +This app packages Synapse 1.23.0. **This package only provides the Matrix backend. A variety of clients are available [here](https://matrix.org/clients/). Riot is a popular web frontend for Matrix and