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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Changelog
2
2
3
+
## Dendrite 0.9.9 (2022-09-22)
4
+
5
+
### Features
6
+
7
+
* Dendrite will now try to keep HTTP connections open to remote federated servers for a few minutes after a request and attempt to reuse those connections where possible
8
+
* This should reduce the amount of time spent on TLS handshakes and often speed up requests to remote servers
9
+
* This new behaviour can be disabled with the `federation_api.disable_http_keepalives` option if needed
10
+
* A number of dependencies have been updated
11
+
12
+
### Fixes
13
+
14
+
* A bug where the roomserver did not correctly propagate rewritten room state to downstream components (like the federation API and sync API) has been fixed, which could cause issues when performing a federated join to a previously left room
15
+
* Event auth now correctly parses the `join_authorised_via_users_server` field in the membership event content
16
+
* Database migrations should no longer produce unique constraint errors at Dendrite startup
17
+
* The `origin` of device list updates should now be populated correctly
18
+
* Send-to-device messages will no longer be dropped if we fail to publish them to specific devices
19
+
* The roomserver query to find state after events will now always resolve state if there are multiple prev events
20
+
* The roomserver will now return no memberships if querying history visibility for an event which has no state snapshot
21
+
* The device list updater will now mark a device list as stale if a requesting device ID is not known
22
+
* Transactions sent to appservices should no longer have accidental duplicated transaction IDs (contributed by [tak-hntlabs](https://github.com/tak-hntlabs))
0 commit comments