Releases: powersync-ja/powersync-service
Releases · powersync-ja/powersync-service
@powersync/service-rsocket-router@0.0.8
Patch Changes
- Updated dependencies [cbf2683]
- @powersync/lib-services-framework@0.1.0
@powersync/service-core@0.3.0
@powersync/lib-services-framework@0.1.0
Minor Changes
- cbf2683: Initial release for service utillities
@powersync/service-jpgwire@0.17.13
Patch Changes
- 7587a74: Fix date parsing in replication for dates further back than 100 AD.
@powersync/service-core@0.2.2
@powersync/service-core@0.2.1
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/service-core@0.2.0
Minor Changes
- 526a41a: Added support for user parameters when making a StreamingSyncRequest.
@powersync/service-rsocket-router@0.0.7
Patch Changes
- b5f4ebf: Fix issue where sending data during socket closing would throw an exception.
@powersync/service-jpgwire@0.17.12
Patch Changes
- 5f5163f: Fix performance issue when reading a lot of data from a socket.