Skip to content

v0.99.12

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 17:13
· 146 commits to main since this release

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