File tree Expand file tree Collapse file tree 5 files changed +20
-9
lines changed Expand file tree Collapse file tree 5 files changed +20
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @powersync/service-core
22
3+ ## 0.2.1
4+
5+ ### Patch Changes
6+
7+ - 4a57787:
8+ - Use a LRU cache for checksum computations, improving performance and reducing MongoDB database load.
9+ - Return zero checksums to the client instead of omitting, to help with debugging sync issues.
10+
311## 0.2.0
412
513### Minor Changes
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11# powersync-open-service
22
3+ ## 0.2.5
4+
5+ ### Patch Changes
6+
7+ - 4a57787:
8+ - Use a LRU cache for checksum computations, improving performance and reducing MongoDB database load.
9+ - Return zero checksums to the client instead of omitting, to help with debugging sync issues.
10+ - Updated dependencies [ 4a57787]
11+ - @powersync/service-core @0.2.1
12+
313## 0.2.4
414
515### Patch Changes
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments