diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-12-09 14:13:02 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-12-09 14:13:02 +0000 |
commit | 851c02659a5c15896aa8d292e38e82c2169fa80a (patch) | |
tree | cd8271f2cbc856c43566fc7e2c62f71c8033f536 /CHANGES.md | |
parent | d9b3035342fe3b432bfbdf46d9f5a411d9cd9d39 (diff) |
Version 0.3.3v0.3.3
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ # Changelog +## Dendrite 0.3.3 (2020-12-09) + +### Features + +* Federation sender should now use considerably less CPU cycles and RAM when sending events into large rooms +* The roomserver now uses considerably less CPU cycles by not calculating event IDs so often +* Experimental support for [MSC2836](https://github.com/matrix-org/matrix-doc/pull/2836) (threading) has been merged +* Dendrite will no longer hold federation HTTP connections open unnecessarily, which should help to reduce ambient CPU/RAM usage and hold fewer long-term file descriptors + +### Fixes + +* A bug in the latest event updater has been fixed, which should prevent the roomserver from losing forward extremities in some rare cases +* A panic has been fixed when federation is disabled (contributed by [kraem](https://github.com/kraem)) +* The response format of the `/joined_members` endpoint has been fixed (contributed by [alexkursell](https://github.com/alexkursell)) + ## Dendrite 0.3.2 (2020-12-02) ### Features |