github matrix-org/sliding-sync v0.99.12

latest releases: v0.99.19, v0.99.18, v0.99.17...
10 months ago

Docker images available at: https://github.com/matrix-org/sliding-sync/pkgs/container/sliding-sync

Bug fixes

  • If a user had specific membership transitions (e.g invite -> join or join -> leave -> join) in a single timeline response (determined by timeline_limit) then the server could return an incorrect timeline, omitting events they had permission to see and returning a prev_batch token which would not recover those events.
  • An issue where rooms were not processed correctly by the proxy has been fixed and a migration has been applied in this version to recover those rooms. Affected rooms would not be visible to clients, or may be present as "stuck" invites which cannot be accepted/rejected.
  • Fixed a bug which would expose pre-emptive bans of a user in a room to that user.
  • Fixed a concurrent map r/w panic.

Improvements

  • When a connection is destroyed e.g because the access_token used is no longer valid, immediately time out the sync request rather than letting the ?timeout= be hit naturally.

What's Changed

New Contributors

Full Changelog: v0.99.11...v0.99.12

Don't miss a new sliding-sync release

NewReleases is sending notifications on new releases.