mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-03 06:32:47 +00:00
Version 0.3.3
This commit is contained in:
parent
d9b3035342
commit
851c02659a
3 changed files with 26 additions and 11 deletions
15
CHANGES.md
15
CHANGES.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue