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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Changelog
2
2
3
+
## Dendrite 0.8.6 (2022-05-26)
4
+
5
+
### Features
6
+
7
+
* Room versions 8 and 9 are now marked as stable
8
+
* Dendrite can now assist remote users to join restricted rooms via `/make_join` and `/send_join`
9
+
10
+
### Fixes
11
+
12
+
* The sync API no longer returns immediately on `/sync` requests unnecessarily if it can be avoided
13
+
* A race condition has been fixed in the sync API when updating presence via `/sync`
14
+
* A race condition has been fixed sending E2EE keys to remote servers over federation when joining rooms
15
+
* The `trusted_private_chat` preset should now grant power level 100 to all participant users, which should improve the user experience of direct messages
16
+
* Invited users are now authed correctly in restricted rooms
17
+
* The `join_authorised_by_users_server` key is now correctly stripped in restricted rooms when updating the membership event
18
+
* Appservices should now receive invite events correctly
19
+
* Device list updates should no longer contain optional fields with `null` values
20
+
* The `/deactivate` endpoint has been fixed to no longer confuse Element with incorrect completed flows
0 commit comments