File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ guard let finalBatch = try await powersync.getCrudBatch(limit: 100) else {
10
10
- try await batch.complete(writeCheckpoint: nil)
11
11
+ try await batch.complete()
12
12
```
13
+ * Fix reported progress around compactions / defrags on the sync service.
13
14
14
15
## 1.1.0
15
16
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ if let kotlinSdkPath = localKotlinSdkOverride {
27
27
// Not using a local build, so download from releases
28
28
conditionalTargets. append ( . binaryTarget(
29
29
name: " PowerSyncKotlin " ,
30
- url: " https://github.com/powersync-ja/powersync-kotlin/releases/download/1 .1.0 /PowersyncKotlinRelease.zip " ,
31
- checksum: " b6770dc22ae31315adc599e653fea99614226312fe861dbd8764e922a5a83b09 "
30
+ url: " https://github.com/powersync-ja/powersync-kotlin/releases/download/v1 .1.1 /PowersyncKotlinRelease.zip " ,
31
+ checksum: " 780437e25d41e46c2c1f555adcf330436f185d3663ef442da7141381d9c0495b "
32
32
) )
33
33
}
34
34
You can’t perform that action at this time.
0 commit comments