diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2024-01-26 14:41:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-26 14:41:34 +0100 |
commit | 87f028db27e62cca71dadc5988dc8d37f5f20af4 (patch) | |
tree | a61794f8fb77420a4547746503ba49fb3f997916 /CHANGES.md | |
parent | 8f68f1ff539b54f82a1fa1026e863a4076d4c9f4 (diff) |
Version 0.13.6 (#3315)v0.13.6helm-dendrite-0.13.7
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,5 +1,26 @@ # Changelog +## Dendrite 0.13.6 (2024-01-26) + +Upgrading to this version is **highly** recommended, as it contains several QoL improvements. + +### Fixes + +- Use `AckExplicitPolicy` for JetStream consumers, so messages don't pile up in NATS +- A rare panic when assigning a state key NID has been fixed +- A rare panic when checking powerlevels has been fixed +- Notary keys requests for all keys now work correctly +- Spec compliance: + - Return `M_INVALID_PARAM` when querying room aliases + - Handle empty `from` parameter when requesting `/messages` + - Add CORP headers on media endpoints + - Remove `aliases` from `/publicRooms` responses + - Allow `+` in MXIDs (Contributed by [RosstheRoss](https://github.com/RosstheRoss)) +- Fixes membership transitions from `knock` to `join` in `knock_restricted` rooms +- Incremental syncs now batch querying events (Contributed by [recht](https://github.com/recht)) +- Move `/joined_members` back to the clientAPI/roomserver, which should make bridges happier again +- Backfilling from other servers now only uses at max 100 events instead of potentially thousands + ## Dendrite 0.13.5 (2023-12-12) Upgrading to this version is **highly** recommended, as it fixes several long-standing bugs in |