Fixes:
- The
user_id
query parameter when authenticating is now used correctly (contributed by tulir) - Invitations are now correctly pushed to devices
- A bug which could result in the corruption of
m.direct
account data has been fixed
Features
- Sliding Sync proxy can be configured in the
/.well-known/matrix/client
response - Room version 11 is now supported
- Clients can request the
federation
event_format
when creating filters - Many under the hood improvements for MSC4014: Pseudonymous Identities
Other
- Dendrite now requires Go 1.20 if building from source
What's Changed
- [pseudoIDs] More pseudo ID fixes - Part 2 by @swedgwood in #3181
- Add configuration option for sliding sync when hosting /.well-known/matrix/client by @devonh in #3189
- Bump commonmarker from 0.23.9 to 0.23.10 in /docs by @dependabot in #3172
- Fix CI, upgrade image used for upgrade tests by @S7evinK in #3151
- [helm] Update Ingress hosts to account for IPv6 (server+client) and scheme (client) by @Omar007 in #3182
- Handle event_format federation in /sync responses by @devonh in #3192
- bump GMSL back to main by @swedgwood in #3197
- Fix
user_id
query param breaking auth for non-appservices by @tulir in #3196 - [pseudoIDs] changing event ID fix by @swedgwood in #3195
- Update gmsl to use new validated RoomID on PDUs by @devonh in #3200
- Move pseudoID ClientEvent hotswapping to a common location by @devonh in #3199
- Fix invitations not sending push notifications by @S7evinK in #3207
- Complement fixes by @devonh in #3206
- Support for room version v11 by @S7evinK in #3204
- Fix m.direct only being partially upgraded by @S7evinK in #3209
- Remove the creator field when upgrading to v11 by @S7evinK in #3210
- Updated minimum required go version in README.md by @jahway603 in #3194
- Fixed typo in documentation by @Tracker-Friendly in #3212
- Version 0.13.3 by @S7evinK in #3213
New Contributors
- @jahway603 made their first contribution in #3194
- @Tracker-Friendly made their first contribution in #3212
Full Changelog: v0.13.2...v0.13.3