diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2023-10-25 13:53:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 13:53:40 +0200 |
commit | 317b1018a38fbbc573f095b880beba5b1fab60be (patch) | |
tree | 89f8951d60e4cc11cbad28bf6a6831423b38b691 /CHANGES.md | |
parent | 89482ad7902d6cacddc29f8eac62ab66ff4ebf24 (diff) |
Version 0.13.4 (#3244)v0.13.4helm-dendrite-0.13.5
If I didn't mess up the workflow, this should remove some ugliness from
the version string (e.g. 0.13.2+57ddbe0.57ddbe0, dupe commit hash, as a
result of https://github.com/matrix-org/dendrite/pull/3147)
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,5 +1,23 @@ # Changelog +## Dendrite 0.13.4 (2023-10-25) + +Upgrading to this version is **highly** recommended, as it fixes a long-standing bug in the state resolution +algorithm. + +### Fixes: + +- The "device list updater" now de-duplicates the servers to fetch devices from on startup. (This also + avoids spamming the logs when shutting down.) +- A bug in the state resolution algorithm has been fixed. This bug could result in users "being reset" + out of rooms and other missing state events due to calculating the wrong state. +- A bug when setting notifications from Element Android has been fixed by implementing MSC3987 + +### Features + +- Updated dependencies + - Internal NATS Server has been updated from v2.9.19 to v2.9.23 + ## Dendrite 0.13.3 (2023-09-28) ### Fixes: |