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 {
1010- try await batch.complete(writeCheckpoint: nil)
1111+ try await batch.complete()
1212```
13+ * Fix reported progress around compactions / defrags on the sync service.
1314
1415## 1.1.0
1516
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ if let kotlinSdkPath = localKotlinSdkOverride {
2727 // Not using a local build, so download from releases
2828 conditionalTargets. append ( . binaryTarget(
2929 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 "
3232 ) )
3333}
3434
You can’t perform that action at this time.
0 commit comments