diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2024-04-09 10:24:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 10:24:27 +0200 |
commit | 14a6c100977be6484eec419fdc8f496eb27b0677 (patch) | |
tree | 326d3cf8e0bc2ebba6f95c2553fd2c08cfba0347 /CHANGES.md | |
parent | 5c0ceec2a62e2c1003aa72b4fa78bb09e53c3a84 (diff) |
Version 0.13.7 (#3349)v0.13.7helm-dendrite-0.14.1
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ # Changelog +## Dendrite 0.13.7 (2024-04-09) + +### Fixes + +- Fixed an issue where the displayname/avatar of an invited user was replaced with the inviter's details +- Improved server startup performance by avoiding unnecessary room ACL queries + - This change reduces memory footprint as it caches ACL regex patterns once instead of for each room + - Unnecessary Relay related queries have been removed. **Note**: To use relays, you now need to explicitly enable them using the `federation_api.enable_relays` config +- Fixed space summaries over federation +- Improved usage of external NATS JetStream by reusing existing connections instead of opening new ones unnecessarily + +### Features + +- Modernized Appservices (contributed by [tulir](https://github.com/tulir)) +- Added event reporting with Synapse Admin endpoints for querying them +- Updated dependencies + ## Dendrite 0.13.6 (2024-01-26) Upgrading to this version is **highly** recommended, as it contains several QoL improvements. |