This repository was archived by the owner on Nov 25, 2024. It is now read-only.
Dendrite 0.10.7
NOTE: Docker users may need to change the ownership of the Dendrite files (config, JetStream, logs, media and fulltext index path) to the dendrite user (UID 1337) to complete this upgrade.
Features
- Dendrite will now use a native SQLite port when building with
CGO_ENABLED=0 - A number of
thirdpartyendpoints have been added, improving support for appservices
Fixes
- The
"state"section of the/syncresponse is no longer limited, so state events should not be dropped unexpectedly - The deduplication of the
"timeline"and"state"sections in/syncis now performed after applying history visibility, so state events should not be dropped unexpectedly - The
prev_batchtoken returned by/syncis now calculated after applying history visibility, so that the pagination boundaries are correct - The room summary membership counts in
/syncshould now be calculated properly in more cases - A false membership leave event should no longer be sent down
/syncas a result of retiring an accepted invite (contributed by tak-hntlabs) - Presence updates are now only sent to other servers for which the user shares rooms
- A bug which could cause a panic when converting events into the
ClientEventformat has been fixed