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.
commit c6e18c18e93b54c006c6b4d0044aa53a0735a906
Author: Neil Alexander <[email protected]>
Date: Fri Oct 14 15:42:58 2022 +0100
Changelog and version bump
Copy file name to clipboardExpand all lines: CHANGES.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
3
+
## Dendrite 0.10.3 (2022-10-14)
4
+
5
+
### Features
6
+
7
+
* Event relations are now tracked and support for the `/room/{roomID}/relations/...` client API endpoints have been added
8
+
* Support has been added for private read receipts
9
+
* The built-in NATS Server has been updated to version 2.9.3
10
+
11
+
### Fixes
12
+
13
+
* The `unread_notifications` are now always populated in joined room responses
14
+
* The `/get_missing_events` federation API endpoint should now work correctly for rooms with `joined` and `invited` visibility settings, returning redacted events for events that other servers are not allowed to see
15
+
* The `/event` client API endpoint now applies history visibility correctly
16
+
* Read markers should now be updated much more reliably
17
+
* A rare bug in the sync API which could cause some `join` memberships to be incorrectly overwritten by other memberships when working out which rooms to populate has been fixed
18
+
* The federation API now correctly updates the joined hosts table during a state rewrite
0 commit comments