Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit 81dbad3

Browse files
committed
Dendrite 0.10.3
commit c6e18c18e93b54c006c6b4d0044aa53a0735a906 Author: Neil Alexander <[email protected]> Date: Fri Oct 14 15:42:58 2022 +0100 Changelog and version bump
1 parent cd8f7e1 commit 81dbad3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

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
19+
320
## Dendrite 0.10.2 (2022-10-07)
421

522
### Features

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var build string
1717
const (
1818
VersionMajor = 0
1919
VersionMinor = 10
20-
VersionPatch = 2
20+
VersionPatch = 3
2121
VersionTag = "" // example: "rc1"
2222
)
2323

0 commit comments

Comments
 (0)