Skip to content

Releases: powersync-ja/powersync-service

@powersync/[email protected]

13 Jun 11:49
dd5ec0a

Choose a tag to compare

Patch Changes

  • 4a57787:
    • Use a LRU cache for checksum computations, improving performance and reducing MongoDB database load.
    • Return zero checksums to the client instead of omitting, to help with debugging sync issues.

@powersync/[email protected]

12 Jun 12:22
9f91c92

Choose a tag to compare

Minor Changes

  • 526a41a: Added support for user parameters when making a StreamingSyncRequest.

@powersync/[email protected]

11 Jun 17:45
8d8149a

Choose a tag to compare

Patch Changes

  • b5f4ebf: Fix issue where sending data during socket closing would throw an exception.

@powersync/[email protected]

11 Jun 21:38
72d8053

Choose a tag to compare

Patch Changes

  • 5f5163f: Fix performance issue when reading a lot of data from a socket.

@powersync/[email protected]

11 Jun 21:38
72d8053

Choose a tag to compare

Patch Changes

@powersync/[email protected]

11 Jun 17:45
8d8149a

Choose a tag to compare

Patch Changes

@powersync/[email protected]

04 Jun 15:17
445365d

Choose a tag to compare

Patch Changes

  • 006fb8d: Updated lru-cache dependency minimum version to prevent downstream consumers of package using broken version.