You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGES.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Changelog
2
2
3
+
## Dendrite 0.8.0 (2022-04-07)
4
+
5
+
### Features
6
+
7
+
* Support for presence has been added
8
+
* Presence is not enabled by default
9
+
* The `global.presence.enable_inbound` and `global.presence.enable_outbound` configuration options allow configuring inbound and outbound presence separately
10
+
* Support for room upgrades via the `/room/{roomID}/upgrade` endpoint has been added (contributed by [DavidSpenler](https://github.com/DavidSpenler), [alexkursell](https://github.com/alexkursell))
11
+
* Support for ignoring users has been added
12
+
* Joined and invite user counts are now sent in the `/sync` room summaries
13
+
* Queued federation and stale device list updates will now be staggered at startup over an up-to 2 minute warm-up period, rather than happening all at once
14
+
* Memory pressure created by the sync notifier has been reduced
15
+
* The EDU server component has now been removed, with the work being moved to more relevant components
16
+
17
+
### Fixes
18
+
19
+
* It is now possible to set the `power_level_content_override` when creating a room to include power levels over 100
20
+
*`/send_join` and `/state` responses will now not unmarshal the JSON twice
21
+
* The stream event consumer for push notifications will no longer request membership events that are irrelevant
22
+
* Appservices will no longer incorrectly receive state events twice
0 commit comments