mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-24 07:13:09 -06:00
Credit where credit due
This commit is contained in:
parent
4b1e7b4a89
commit
fe5510f50a
|
|
@ -8,8 +8,8 @@
|
||||||
* 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
|
||||||
* Notification levels are now parsed correctly in power level events
|
* Notification levels are now parsed correctly in power level events (contributed by [Pestdoktor](https://github.com/Pestdoktor))
|
||||||
* Invalid UTF-8 is now correctly rejected when making federation requests
|
* Invalid UTF-8 is now correctly rejected when making federation requests (contributed by [Pestdoktor](https://github.com/Pestdoktor))
|
||||||
|
|
||||||
## Dendrite 0.2.0 (2020-10-20)
|
## Dendrite 0.2.0 (2020-10-20)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue