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 request for all keys now work correctly
- Spec compliance:
- Return
M_INVALID_PARAM
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)
- Return
- Fixes membership transitions from
knock
tojoin
inknock_restricted
rooms - Incremental syncs now batch query events (Contributed by 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
What's Changed
- Use
AckExplicitPolicy
instead ofAckAllPolicy
by @S7evinK in #3288 - Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #3290
- Fix panic if unable to assign a state key NID by @S7evinK in #3294
- Fix notary keys requests for all keys by @S7evinK in #3296
- Return
M_INVALID_PARAM
instead ofM_BAD_JSON
when setting aliases by @S7evinK in #3297 - Handle empty from in /messages as per MSC3567 by @devonh in #3298
- Add CORP header to
/download
and/thumbnail
by @S7evinK in #3299 - Bump github.com/quic-go/quic-go from 0.37.4 to 0.37.7 by @dependabot in #3300
- Update GMSL by @S7evinK in #3303
- Add login fallback by @S7evinK in #3302
- Don't send device list updates upon registration by @S7evinK in #3307
- Optimize
PrevEventIDs
when getting thousands of backwards extremeties by @S7evinK in #3308 - Update sentry reporting by @S7evinK in #3305
- Only fetch events once for all rooms by @recht in #3311
- Allow + in MIDs as per MSC4009 by @RosstheRoss in #3313
- Move
/joined_members
back to the clientapi/roomserver by @S7evinK in #3312 - Version 0.13.6 by @S7evinK in #3315
New Contributors
- @recht made their first contribution in #3311
- @RosstheRoss made their first contribution in #3313
Full Changelog: v0.13.5...v0.13.6