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

Commit 56b55a2

Browse files
Version 0.9.4 (#2658)
### Fixes * A bug in the roomserver around handling rejected outliers has been fixed * Backfilled events will now use the correct history visibility where possible * The device list updater backoff has been fixed, which should reduce the number of outbound HTTP requests and `Failed to query device keys for some users` log entries for dead servers * The `/sync` endpoint will no longer incorrectly return room entries for retired invites which could cause some rooms to show up in the client "Historical" section * The `/createRoom` endpoint will now correctly populate `is_direct` in invite membership events, which may help clients to classify direct messages correctly * The `create-account` tool will now log an error if the shared secret is not set in the Dendrite config * A couple of minor bugs have been fixed in the membership lazy-loading * Queued EDUs in the federation API are now cached properly
1 parent 5513f18 commit 56b55a2

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGES.md

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

3+
## Dendrite 0.9.4 (2022-08-19)
4+
5+
### Fixes
6+
7+
* A bug in the roomserver around handling rejected outliers has been fixed
8+
* Backfilled events will now use the correct history visibility where possible
9+
* The device list updater backoff has been fixed, which should reduce the number of outbound HTTP requests and `Failed to query device keys for some users` log entries for dead servers
10+
* The `/sync` endpoint will no longer incorrectly return room entries for retired invites which could cause some rooms to show up in the client "Historical" section
11+
* The `/createRoom` endpoint will now correctly populate `is_direct` in invite membership events, which may help clients to classify direct messages correctly
12+
* The `create-account` tool will now log an error if the shared secret is not set in the Dendrite config
13+
* A couple of minor bugs have been fixed in the membership lazy-loading
14+
* Queued EDUs in the federation API are now cached properly
15+
316
## Dendrite 0.9.3 (2022-08-15)
417

518
### Important

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 = 9
20-
VersionPatch = 3
20+
VersionPatch = 4
2121
VersionTag = "" // example: "rc1"
2222
)
2323

0 commit comments

Comments
 (0)