Skip to content

Commit f6fbbb4

Browse files
Version Packages
1 parent d40f3ab commit f6fbbb4

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

.changeset/tiny-ads-try.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/service-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @powersync/service-core
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 4a57787: - Use a LRU cache for checksum computations, improving performance and reducing MongoDB database load.
8+
- Return zero checksums to the client instead of omitting, to help with debugging sync issues.
9+
310
## 0.2.0
411

512
### Minor Changes

packages/service-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"publishConfig": {
66
"access": "public"
77
},
8-
"version": "0.2.0",
8+
"version": "0.2.1",
99
"main": "dist/index.js",
1010
"license": "FSL-1.1-Apache-2.0",
1111
"type": "module",

service/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# powersync-open-service
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- 4a57787: - Use a LRU cache for checksum computations, improving performance and reducing MongoDB database load.
8+
- Return zero checksums to the client instead of omitting, to help with debugging sync issues.
9+
- Updated dependencies [4a57787]
10+
- @powersync/service-core@0.2.1
11+
312
## 0.2.4
413

514
### Patch Changes

service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "powersync-open-service",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"license": "FSL-1.1-Apache-2.0",
66
"type": "module",

0 commit comments

Comments
 (0)