Docker images available at: https://github.com/matrix-org/sliding-sync/pkgs/container/sliding-sync
Features:
- Initial support for devices using refreshing access tokens.
- Allow setting a log level using the
SYNCV3_LOG_LEVEL
environment variable (@networkException in #99). - Support for
conn_id
as per the MSC (#101). - Per-list bump event types as per the MSC (#129).
- Add rate limiting to incoming /sync requests. (#125)
Bugfixes:
- Fixes various crash scenarios.
- Fix clients seeing misordered timelines.
- Fix a bug where
required_state
would not cause new state to be sent to clients if it was updated as part of a room subscription.
Improvements:
- Improved sentry and profiling coverage.
- Various performance improvements, and to startup time (#122) in particular.
bump_event_types
now works for new sliding sync connections.
New Contributors
- @networkException made their first contribution in #99
- @bnjbvr made their first contribution in #100
- @anoadragon453 made their first contribution in #130
Full Changelog: v0.99.2...v0.99.3