mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-24 07:13:09 -06:00
Update CHANGES.md
This commit is contained in:
parent
fe5510f50a
commit
4c529fde2d
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
* Forward extremities are now calculated using only references from other extremities, rather than including outliers, which should fix some state resets
|
* Forward extremities are now calculated using only references from other extremities, rather than including outliers, which should fix cases where state can become corrupted
|
||||||
* Old state events will no longer be processed by the sync API as new, which should fix some cases where clients incorrectly believe they have joined or left rooms
|
* Old state events will no longer be processed by the sync API as new, which should fix some cases where clients incorrectly believe they have joined or left rooms
|
||||||
* Internal HTTP API calls are now made using H2C (HTTP/2) in polylith mode, mitigating some potential head-of-line blocking issues
|
* Internal HTTP API calls are now made using H2C (HTTP/2) in polylith mode, mitigating some potential head-of-line blocking issues
|
||||||
* Roomserver output events no longer incorrectly flag state rewrites
|
* Roomserver output events no longer incorrectly flag state rewrites
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue