Docker images available at: https://github.com/matrix-org/sliding-sync/pkgs/container/sliding-sync
Features:
- E2EE extension: Added support for
device_unused_fallback_key_types
.
Improvements:
- Logging has been updated to include more useful data: the user is logged in more places and the "response line" now includes summary information of the form
13:48:40 INF duration=16783.549798 p=43 q=44 r=1 size=272 status=200 u=@kegan:matrix.org
- wherep
is the client-sent position,q
is the new position andr
are the total number of rooms returned in rooms.
Bugfixes:
- Fixed a bug which could cause /sync to return HTTP 500 when a live-streamed room join for that user arrived.
- Fixed a bug which could cause invites to be missing
invite_state
. - Ensure the name field is kept up-to-date as the room state changes.
- Fixed a potential duplicate event bug which was caused by the dispatcher notifying twice for events if Synapse sent a duplicate join event.