PackageTrack
Sign in Get early access

github.com/matrix-org/sliding-sync

v0.99.19 #2866 most downloaded on Go modules matrix-org/sliding-sync

What this package is like to depend on

Last release 9 months ago

17 Nov 2025

Ships unpredictably

gaps range from 9 days to 1.2 years

Some releases are documented

notes for 10 of 22 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

140 releases · first in 2022

1 release in the last 12 months

see the full history below

Release timeline

140 releases · Dec 2022 to Nov 2025
2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 140
  1. v0.99.20-0.20251117121451-c376f7f1dd13 17 Nov 2025 pre-release

    Nothing published for this version

  2. v0.99.20-0.20240913153255-c23af6099be9 13 Sep 2024 pre-release

    Nothing published for this version

  3. v0.99.20-0.20240821083008-c2dd20a00e97 21 Aug 2024 pre-release

    Nothing published for this version

  4. v0.99.19 28 Jun 2024
    Release notes

    Improvements

    • Fix a critical issue which can cause undecryptable messages if the server admin drops/deletes the sliding sync proxy database. This would not only lose encryption keys in the database at that time, but would also prevent new encryption keys being delivered to clients for a potentially long period of time afterwards. Upon updating to this version of the proxy, new encryption keys will be delivered to clients correctly again. See #448 for more information.

    What's Changed

    • Add grafana dashboard for SS proxy by @wrjlewis in #428
    • Protect against dropped databases by @kegsay in #449
    • Update Landing.md - add info on how to use extra_well_known_client_content in homeserver.yaml by @jessebot in #443

    New Contributors

    Full Changelog: v0.99.18...v0.99.19

    Open source →
    Release notes

    v0.99.19 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  5. v0.99.18 23 May 2024
    Release notes

    Improvements

    • Startup times are reduced by around 20-40% by utilising magical postgres queries over SELECT DISTINCT.
    • Slow room queries (determined by the "performance degraded" message) are now significantly faster.
    • Device list updates are now stored in a dedicated table rather than serialised as CBOR in the device data table. This will migrate data on the next startup which may take a few minutes. This significantly improves performance across the entire stack: reduced DB load, reduced # open DB conns, reduced CPU usage on the pollers, reduced memory usage for API requests, as shown with the following before/after grafana graph:

    Bug fixes

    • Ensure the since param in sync v2 is URL encoded.

    What's Changed

    • Refactor device data by @kegsay in #437
    • Optimize getting the latest events in each room by @S7evinK in #436
    • fix: urlencode since opaque string by @gnieto in #439
    • e2ee extension: ensure null is not sent when we mean [] by @kegsay in #440
    • Optimize getting the latest events by type per room by @S7evinK in #441

    New Contributors

    Full Changelog: v0.99.17...v0.99.18

    Open source →
    Release notes

    v0.99.18

    Compare

    Choose a tag to compare

    Open source →
  6. v0.99.18-0.20240521171306-98b12cba6af2 21 May 2024 pre-release

    Nothing published for this version

  7. v0.99.18-0.20240520130656-f25087d56ac0 20 May 2024 pre-release

    Nothing published for this version

  8. v0.99.18-0.20240520082402-425a5d4a2faf 20 May 2024 pre-release

    Nothing published for this version

  9. v0.99.17 10 May 2024
    Release notes

    As of this version, docker images are now signed.

    Bug fixes

    • Fix two bugs which could cause device list updates to not be delivered to the client. This could cause problems decrypting events in E2EE rooms for newly logged in users.

    What's Changed

    • README: document prebuild binaries by @csett86 in #425
    • Sign releases by @kegsay in #433
    • Ensure device list updates are robust to race conditions and network failures by @kegsay in #432

    Full Changelog: v0.99.16...v0.99.17

    Open source →
    Release notes

    v0.99.17

    Compare

    Choose a tag to compare

    Open source →
  10. v0.99.17-0.20240426154235-8c76aad4e9ac 26 Apr 2024 pre-release

    Nothing published for this version

  11. v0.99.16 26 Apr 2024
    Release notes

    Bug fixes

    • Implement MSC4102 which fixes a bug around threaded read receipts which could cause a room to appear as permanently unread.
    • Fixed a bug where Sentry-reported values would be incorrect under high concurrency.
    • Fixed an issue which could cause duplicate account data events to be sent.

    Improvements

    • Ensure clients cannot send maliciously large values for timeline_limit.
    • Improved OTLP spans
    • Fix race conditions in some tests
    • Filter out MSC4115 fields.
    • Periodically clean the state snapshots table every hour. When combined with AUTOVACUUM and a VACUUM FULL, this should reduce database sizes significantly (to somewhere between 10-30% of the original size).

    What's Changed

    • Implement MSC4102 by @kegsay in #401
    • Add a sensible timeline_limit cap by @kegsay in #402
    • Add more spans for live updates; change when we early return from buffered events by @kegsay in #405
    • bugfix: ensure sentry username/id values are correct by @kegsay in #406
    • Fixes the spacing for the ENV list in README.md doc by @maxkratz in #395
    • CGO disabled to allow running on older distros by @csett86 in #393
    • Fix race conditions in tests by @kegsay in #410
    • bugfix: don't send dupe room account data by @kegsay in #418
    • Remove MSC4115 unsigned.membership field by @kegsay in #423
    • Clean the syncv3_snapshots table periodically by @kegsay in #422
    • Check for unstable prefix in MSC4115 by @kegsay in #424

    New Contributors

    Full Changelog: v0.99.15...v0.99.16

    Open source →
    Release notes

    v0.99.16

    Compare

    Choose a tag to compare

    Open source →
  12. v0.99.16-0.20240311150126-8750e1c4359b 11 Mar 2024 pre-release

    Nothing published for this version

  13. v0.99.16-0.20240305135739-cfff8bccb7ac 05 Mar 2024 pre-release

    Nothing published for this version

  14. v0.99.16-0.20240221140832-a95f3c78c025 21 Feb 2024 pre-release

    Nothing published for this version

  15. v0.99.16-0.20240216100257-aa3ea8fe2e06 16 Feb 2024 pre-release

    Nothing published for this version

  16. v0.99.15 22 Jan 2024
    Release notes

    Bug fixes

    • Fixed an issue which would cause metadata about a space child room to be erroneously sent to active connections, even if they weren't in the room. This did not leak any information that the client was not already authorised to see via the /hierarchy endpoint. This would appear in Element X as a new room in the room list with a room name and avatar, but no timeline history. Restarting Element X would remove the room.
    • Fixed an issue where the avatar field would be set to the other user even if the room was not a DM room.

    What's Changed

    • bugfix: ensure metadata about space children doesn't leak to active connections by @kegsay in #392
    • Only emit avatars when DM room is set by @kegsay in #394

    Full Changelog: v0.99.14...v0.99.15

    Open source →
    Release notes

    v0.99.15

    Compare

    Choose a tag to compare

    Open source →
  17. v0.99.14 08 Jan 2024
    Release notes

    Bug fixes

    • Fixed a bug which prevented fallback key consumption from being correctly relayed to clients. For some clients (Element X) this would also cause a fallback key to not be uploaded at all, resulting in unable to decrypt errors if all one-time keys were consumed e.g by being offline for a long time. #390
    • Fixed a bug which prevented unix sockets working correctly contributed by @nisbet-hubbard in #385

    New Contributors

    Full Changelog: v0.99.13...v0.99.14

    Open source →
    Release notes

    v0.99.14

    Compare

    Choose a tag to compare

    Open source →
  18. v0.99.13 24 Nov 2023
    Release notes

    New features

    • Add the ability to connect to the upstream homeserver and listen for sliding sync connections over Unix sockets. (By @cyberb, #378)

    Bugfixes

    • Fix a bug introduced in v0.99.3 (#101) where sliding sync connections could be unintentionally deleted after another connection expires. (#382)
    • Fix a performance issue introduced in v0.99.2 (#71) where handling a large gappy state block could block polling for several minutes. (#363, #373, #377, #380)

    New Contributors

    Full Changelog: v0.99.12...v0.99.13

    Open source →
    Release notes

    v0.99.13

    Compare

    Choose a tag to compare

    Open source →
  19. v0.99.13-0.20231124153104-c31eb3e6612c 24 Nov 2023 pre-release

    Nothing published for this version

  20. v0.99.13-0.20231121103347-a8fb52626110 21 Nov 2023 pre-release

    Nothing published for this version

  21. v0.99.13-0.20231116104743-b6437ef4b3f6 16 Nov 2023 pre-release

    Nothing published for this version

  22. v0.99.13-0.20231110151203-365e7cf11aef 10 Nov 2023 pre-release

    Nothing published for this version

  23. v0.99.12 09 Nov 2023
    Release notes

    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

    Open source →
    Release notes

    v0.99.12

    Compare

    Choose a tag to compare

    Open source →
  24. v0.99.12-0.20231109103856-d04ce7bc51be 09 Nov 2023 pre-release

    Nothing published for this version

  25. v0.99.12-0.20231024113432-56494a0928b7 24 Oct 2023 pre-release

    Nothing published for this version

  26. v0.99.12-0.20231011165545-de9006de9c76 11 Oct 2023 pre-release

    Nothing published for this version

  27. v0.99.12-0.20231011161905-4706a4e86110 11 Oct 2023 pre-release

    Nothing published for this version

  28. v0.99.12-0.20231011154533-1e63d8dff5e3 11 Oct 2023 pre-release

    Nothing published for this version

  29. v0.99.11 11 Oct 2023
    Release notes

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

    Features

    • Add optional SYNCV3_DB_IDLE_TIMEOUT_SECS. On shared infrastructure where database connections are at a premium, a low idle timeout can be used to reap connections rapidly. On dedicated infrastructure where the database is just used for sliding sync, a high idle timeout can slightly improve performance when communicating with the database.
    • Room heroes can now be requested by specifying include_heroes: true. See MSC3575 for precise notation.
    • Add optional SYNCV3_HTTP_TIMEOUT_SECS and associated SYNCV3_HTTP_INITIAL_TIMEOUT_SECS, which configures the timeouts for sync v2 pollers. A high timeout is essential for large accounts, where initial sync v2 requests may take 10s of minutes. A lower timeout can be beneficial when network connectivity is interrupted. Having a large timeout (e.g 30min) may mean it can take up to 30 minutes for the proxy to realise that a sync v2 request has failed, during which time the device has not received any data. The proxy defaults to 30 minutes initial and 5 minutes otherwise. If network connectivity between the proxy and upstream homeserver is particularly poor, you may want to lower SYNCV3_HTTP_TIMEOUT_SECS.

    Bug fixes

    • An issue where leave events could be received multiple times has been fixed.
    • Redactions now invalidate calculated data e.g redacting a room name automatically resends room.name with the new calculated name.
    • Fixed an issue when used with OIDC servers which could cause short-lived tokens to not start a poller, due to caching failures.
    • Fixed an issue whereby a bad state block could permanently stop a device poller from making forward progress.
    • When the proxy receives a limited sync, the timelines returned to sliding sync clients are now bounded by this value. This ensures that the client can fetch the missed events, and that the client doesn't "skip over" the events, which presents as a chunk of missing messages.
    • Stop pollers if the access token keeps returning errors for at least 50 minutes. Retrying forever just adds noise and load to the pollers.

    Improvements

    • Sync v2 requests no longer request changes to presence. This should reduce load on the upstream homeserver.
    • If SYNCV3_SERVER cannot be reached at startup, log a warning. This should help to reduce configuration errors.
    • Removed temporary state block metrics. This could adversely affect /metrics collectors when under heavy load, due to it being a high cardinality metric. This could cause /metrics responses to be extremly large, enough to cause the collector to refuse to process the response, causing gaps in metrics collection.

    What's Changed

    • Filter out presence events from /sync requests by @S7evinK in #292
    • Fix duplicate leave events by @S7evinK in #297
    • Better propagate request context by @sandhose in #301
    • Invalidate the global cache after a redaction by @DMRobertson in #296
    • bugfix: ensure that we always call EnsurePolling for expired tokens by @kegsay in #302
    • Add SYNCV3_DB_IDLE_TIMEOUT_SECS by @kegsay in #303
    • Remove per-device token migration added in #89 by @DMRobertson in #309
    • Add posibility to request room heroes by @S7evinK in #304
    • Make HTTP timeout configurable by @S7evinK in #308
    • bugfix: don't wedge pollers when they get bad state blocks by @kegsay in #299
    • Don't load events when there's a gap between known events by @DMRobertson in #300
    • Reduce mutex contention on callbacks by @kegsay in #311
    • Log a warning if the homeserver is unreachable at startup by @DMRobertson in #314
    • Update the poller metrics after a poller was started by @S7evinK in #312
    • Return a dummy /versions response in tests by @DMRobertson in #316
    • Disable constantly failing cypress tests by @DMRobertson in #317
    • Remove temporary metric by @kegsay in #322
    • Remove RequestedLatestEvents field from UserRoomData by @DMRobertson in #324
    • bugfix: give up polling if the /sync response keeps erroring for >50min by @kegsay in #326
    • Fix race condition in test by @kegsay in #337
    • bugfix: actually use the provided mock value in tests by @kegsay in #338
    • Build and attach {amd,arm}64 binaries to releases by @DMRobertson in #339

    New Contributors

    Full Changelog: v0.99.10...v0.99.11

    Open source →
    Release notes

    v0.99.11

    Compare

    Choose a tag to compare

    Open source →
  30. v0.99.11-ghatest5 11 Oct 2023 pre-release

    Nothing published for this version

  31. v0.99.11-0.20231011143648-2b0f63d784c5 11 Oct 2023 pre-release

    Nothing published for this version

  32. v0.99.11-0.20231011142342-263770e173f9 11 Oct 2023 pre-release

    Nothing published for this version

  33. v0.99.11-0.20231011141800-d0a09cb86602 11 Oct 2023 pre-release

    Nothing published for this version

  34. v0.99.11-0.20231011141411-a9f4ba49b71a 11 Oct 2023 pre-release

    Nothing published for this version

  35. v0.99.11-0.20231002085158-18b63419acff 02 Oct 2023 pre-release

    Nothing published for this version

  36. v0.99.11-0.20230921163051-6fe9b18f8c35 21 Sep 2023 pre-release

    Nothing published for this version

  37. v0.99.11-0.20230920132955-e75a462d4c23 20 Sep 2023 pre-release

    Nothing published for this version

  38. v0.99.11-0.20230915101756-3a451cb22f98 15 Sep 2023 pre-release

    Nothing published for this version

  39. v0.99.11-0.20230914100844-5b32cc44c252 14 Sep 2023 pre-release

    Nothing published for this version

  40. v0.99.11-0.20230907152441-6ad321d86c08 07 Sep 2023 pre-release

    Nothing published for this version

  41. v0.99.10 07 Sep 2023
    Release notes

    v0.99.10

    Compare

    Choose a tag to compare

    Open source →
  42. v0.99.10-ghatest4 11 Oct 2023 pre-release

    Nothing published for this version

  43. v0.99.10-ghatest3 11 Oct 2023 pre-release

    Nothing published for this version

  44. v0.99.10-ghatest2 11 Oct 2023 pre-release

    Nothing published for this version

  45. v0.99.10-ghatest1 11 Oct 2023 pre-release

    Nothing published for this version

  46. v0.99.10-0.20230915102659-509cfc5cd1f7 15 Sep 2023 pre-release

    Nothing published for this version

  47. v0.99.10-0.20230907131500-3870be1772f4 07 Sep 2023 pre-release

    Nothing published for this version

  48. v0.99.9 06 Sep 2023

    Nothing published for this version

  49. v0.99.9-0.20230906150242-1fc4669ef759 06 Sep 2023 pre-release

    Nothing published for this version

  50. v0.99.9-0.20230904143316-02a3b7d36433 04 Sep 2023 pre-release

    Nothing published for this version

  51. v0.99.9-0.20230901100517-855287c0d493 01 Sep 2023 pre-release

    Nothing published for this version

  52. v0.99.8 01 Sep 2023

    Nothing published for this version

  53. v0.99.8-0.20230831164336-79a65f404173 31 Aug 2023 pre-release

    Nothing published for this version

  54. v0.99.8-0.20230829101210-195c52f937a9 29 Aug 2023 pre-release

    Nothing published for this version

  55. v0.99.8-0.20230824124643-3ce665d07dc1 24 Aug 2023 pre-release

    Nothing published for this version

  56. v0.99.7 24 Aug 2023

    Nothing published for this version

  57. v0.99.7-0.20230823163555-249c61a6cd7e 23 Aug 2023 pre-release

    Nothing published for this version

  58. v0.99.6 23 Aug 2023

    Nothing published for this version

  59. v0.99.6-0.20230823104620-6b92d6211682 23 Aug 2023 pre-release

    Nothing published for this version

  60. v0.99.6-0.20230822152617-6f26495bf0e4 22 Aug 2023 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive