From bcbb54c9beb6058222b5e42c0474da6f3680b834 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 20 Apr 2021 18:07:50 +0200 Subject: [PATCH] Fixup changelog --- CHANGELOG | 45 +++++++++++++++++++++++++++---------------- CloudronManifest.json | 2 +- 2 files changed, 29 insertions(+), 18 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8d646aa..628b271 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -356,21 +356,32 @@ [1.22.1] * Update Synapse to 1.32.0 +* Add a Synapse module for routing presence updates between users. (#9491) +* Add an admin API to manage ratelimit for a specific user. (#9648) +* Include request information in structured logging output. (#9654) +* Add order_by to the admin API GET /_synapse/admin/v2/users. Contributed by @dklimpel. (#9691) +* Replace the room_invite_state_types configuration setting with room_prejoin_state. (#9700) +* Add experimental support for MSC3083: restricting room access via group membership. (#9717, #9735) +* Update experimental support for Spaces: include m.room.create in the room state sent with room-invites. (#9710) +* Synapse now requires Python 3.6 or later. It also requires Postgres 9.6 or later or SQLite 3.22 or later. (#9766) +* Prevent synapse_forward_extremities and synapse_excess_extremity_events Prometheus metrics from initially reporting zero-values after startup. (#8926) +* Fix recently added ratelimits to correctly honour the application service rate_limited flag. (#9711) +* Fix longstanding bug which caused duplicate key value violates unique constraint "remote_media_cache_thumbnails_media_origin_media_id_thumbna_key" errors. (#9725) +* Fix bug where sharded federation senders could get stuck repeatedly querying the DB in a loop, using lots of CPU. (#9770) +* Fix duplicate logging of exceptions thrown during federation transaction processing. (#9780) - Add a Synapse module for routing presence updates between users. (#9491) - Add an admin API to manage ratelimit for a specific user. (#9648) - Include request information in structured logging output. (#9654) - Add order_by to the admin API GET /_synapse/admin/v2/users. Contributed by @dklimpel. (#9691) - Replace the room_invite_state_types configuration setting with room_prejoin_state. (#9700) - Add experimental support for MSC3083: restricting room access via group membership. (#9717, #9735) - Update experimental support for Spaces: include m.room.create in the room state sent with room-invites. (#9710) - Synapse now requires Python 3.6 or later. It also requires Postgres 9.6 or later or SQLite 3.22 or later. (#9766) - -Bugfixes - - Prevent synapse_forward_extremities and synapse_excess_extremity_events Prometheus metrics from initially reporting zero-values after startup. (#8926) - Fix recently added ratelimits to correctly honour the application service rate_limited flag. (#9711) - Fix longstanding bug which caused duplicate key value violates unique constraint "remote_media_cache_thumbnails_media_origin_media_id_thumbna_key" errors. (#9725) - Fix bug where sharded federation senders could get stuck repeatedly querying the DB in a loop, using lots of CPU. (#9770) - Fix duplicate logging of exceptions thrown during federation transaction processing. (#9780) - +[1.22.2] +* Update Synapse to 1.32.0 +* Add a Synapse module for routing presence updates between users. (#9491) +* Add an admin API to manage ratelimit for a specific user. (#9648) +* Include request information in structured logging output. (#9654) +* Add order_by to the admin API GET /_synapse/admin/v2/users. Contributed by @dklimpel. (#9691) +* Replace the room_invite_state_types configuration setting with room_prejoin_state. (#9700) +* Add experimental support for MSC3083: restricting room access via group membership. (#9717, #9735) +* Update experimental support for Spaces: include m.room.create in the room state sent with room-invites. (#9710) +* Synapse now requires Python 3.6 or later. It also requires Postgres 9.6 or later or SQLite 3.22 or later. (#9766) +* Prevent synapse_forward_extremities and synapse_excess_extremity_events Prometheus metrics from initially reporting zero-values after startup. (#8926) +* Fix recently added ratelimits to correctly honour the application service rate_limited flag. (#9711) +* Fix longstanding bug which caused duplicate key value violates unique constraint "remote_media_cache_thumbnails_media_origin_media_id_thumbna_key" errors. (#9725) +* Fix bug where sharded federation senders could get stuck repeatedly querying the DB in a loop, using lots of CPU. (#9770) +* Fix duplicate logging of exceptions thrown during federation transaction processing. (#9780) diff --git a/CloudronManifest.json b/CloudronManifest.json index 11164fd..210a921 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "1.22.1", + "version": "1.22.2", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912,