mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-07 14:13:11 -06:00
Update changelog
This commit is contained in:
parent
1f44d9152e
commit
5d5170ecb6
|
|
@ -4,14 +4,14 @@
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* New living documentation now lives at <https://matrix-org.github.io/dendrite/>, featuring new installation instructions
|
* New living documentation available at <https://matrix-org.github.io/dendrite/>, including new installation instructions
|
||||||
* The built-in NATS Server has been updated to version 2.8.2
|
* The built-in NATS Server has been updated to version 2.8.2
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
* Monolith deployments will no longer panic at startup if given a config file that does not include the `internal_api` and `external_api` options
|
* Monolith deployments will no longer panic at startup if given a config file that does not include the `internal_api` and `external_api` options
|
||||||
* State resolution v2 now correctly identifies other events related to power events, which should fix some event auth issues
|
* State resolution v2 now correctly identifies other events related to power events, which should fix some event auth issues
|
||||||
* The latest events updater will no longer implicitly trust the new forward extremities when calculating the current room state
|
* The latest events updater will no longer implicitly trust the new forward extremities when calculating the current room state, which may help to avoid some state resets
|
||||||
* The one-time key count is now correctly returned in `/sync` even if the request otherwise timed out, which should reduce the chance that unnecessary one-time keys will be uploaded by clients
|
* The one-time key count is now correctly returned in `/sync` even if the request otherwise timed out, which should reduce the chance that unnecessary one-time keys will be uploaded by clients
|
||||||
* The `create-account` tool should now work properly when the database is configured using the global connection pool
|
* The `create-account` tool should now work properly when the database is configured using the global connection pool
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue