Releases: powersync-ja/powersync-service
Releases · powersync-ja/powersync-service
@powersync/[email protected]
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]
Minor Changes
- 526a41a: Added support for user parameters when making a StreamingSyncRequest.
@powersync/[email protected]
Patch Changes
- b5f4ebf: Fix issue where sending data during socket closing would throw an exception.
@powersync/[email protected]
Patch Changes
- 5f5163f: Fix performance issue when reading a lot of data from a socket.
@powersync/[email protected]
Patch Changes
- 5f5163f: Fix performance issues and improve logging for initial snapshot replication.
- Updated dependencies [5f5163f]
- @powersync/[email protected]
@powersync/[email protected]
Patch Changes
- b5f4ebf: Fix missing authentication errors for websocket sync stream requests
- Updated dependencies [b5f4ebf]
- @powersync/[email protected]
@powersync/[email protected]
Patch Changes
- 006fb8d: Updated
lru-cache
dependency minimum version to prevent downstream consumers of package using broken version.