From d538516d3b0cb90dbd7d203605e0e3c84d0a3685 Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Thu, 28 Mar 2024 21:08:50 +0100 Subject: [PATCH] Changelog --- CHANGES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c41025e91..cd690f135 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,22 @@ # Changelog +# Dendrite 0.13.7 (2024-04-01?) + +### Fixes + +- Displayname/avatar of an invited user being replaced with the displayname/avatar of the inviter +- Startup on servers with many rooms should be significantly faster + - since not all rooms are queried for ACLs + - ACL regexes are cached (also reducing memory footprint, as only one instance of a regex is stored) + - unnecessary Relay related queries are removed (**Note**: If you want to use relays, you now need to enable them explicitly using the `federation_api.enable_relays` config) +- Space summaries over federation have been fixed +- When using external NATS JetStream, an existing connection is reused instead of opening unnecessary connections + +### Features + +- Appservices have been modernized (contributed by [tulir](https://github.com/tulir)) +- Event reporting has been added (incl. Synapse endpoints to query them) + ## Dendrite 0.13.6 (2024-01-26) Upgrading to this version is **highly** recommended, as it contains several QoL improvements.