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
+23
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Changelog
2
2
3
+
## Dendrite 0.10.8 (2022-11-29)
4
+
5
+
### Features
6
+
7
+
* The built-in NATS Server has been updated to version 2.9.8
8
+
* A number of under-the-hood changes have been merged for future virtual hosting support in Dendrite (running multiple domain names on the same Dendrite deployment)
9
+
10
+
### Fixes
11
+
12
+
* Event auth handling of invites has been refactored, which should fix some edge cases being handled incorrectly
13
+
* Fix a bug when returning an empty protocol list, which could cause Element to display "The homeserver may be too old to support third party networks" when opening the public room directory
14
+
* The sync API will no longer filter out the user's own membership when using lazy-loading
15
+
* Dendrite will now correctly detect JetStream consumers being deleted, stopping the consumer goroutine as needed
16
+
* A panic in the federation API where the server list could go out of bounds has been fixed
17
+
* Blacklisted servers will now be excluded when querying joined servers, which improves CPU usage and performs less unnecessary outbound requests
18
+
* A database writer will now be used to assign state key NIDs when requesting NIDs that may not exist yet
19
+
* Dendrite will now correctly move local aliases for an upgraded room when the room is upgraded remotely
20
+
* Dendrite will now correctly move account data for an upgraded room when the room is upgraded remotely
21
+
* Missing state key NIDs will now be allocated on request rather than returning an error
22
+
* Guest access is now correctly denied on a number of endpoints
23
+
* Presence information will now be correctly sent for new private chats
24
+
* A number of unspecced fields have been removed from outbound `/send` transactions
0 commit comments