diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-02-17 16:05:04 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-02-17 16:05:04 +0000 |
commit | 2fdc318f2c8c980e5382e8cd49484ca661365896 (patch) | |
tree | bc7298bf70f115142ac32093f1c4328401543e8f /CHANGES.md | |
parent | bf9c530fdb87b2a249c938b51abe85a8078ecb2c (diff) |
Version 0.3.10v0.3.10
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ # Changelog +## Dendrite 0.3.10 (2021-02-17) + +### Features + +* In-memory caches will now gradually evict old entries, reducing idle memory usage +* Federation sender queues will now be fully unloaded when idle, reducing idle memory usage +* The `power_level_content_override` option is now supported in `/createRoom` +* The `/send` endpoint will now attempt more servers in the room when trying to fetch missing events or state + +### Fixes + +* A panic in the membership updater has been fixed +* Events in the sync API that weren't excluded from sync can no longer be incorrectly excluded from sync by backfill +* Retrieving remote media now correcly respects the locally configured maximum file size, even when the `Content-Length` header is unavailable +* The `/send` endpoint will no longer hit the database more than once to find servers in the room + ## Dendrite 0.3.9 (2021-02-04) ### Features |