Skip to content

Commit 0dfd969

Browse files
authored
Update Kotlin SDK version to 1.1.1 (#48)
1 parent eec1bbf commit 0dfd969

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)