Skip to content

Commit 723bcbe

Browse files
authored
Support version 0.4.0 of powersync-sqlite-core (#49)
* Support version 0.4.0 of powersync-sqlite-core * Use exact core version
1 parent 0dfd969 commit 723bcbe

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ guard let finalBatch = try await powersync.getCrudBatch(limit: 100) else {
1111
+ try await batch.complete()
1212
```
1313
* Fix reported progress around compactions / defrags on the sync service.
14+
* Use version `0.4.0` of the PowerSync core extension, which improves sync performance.
1415

1516
## 1.1.0
1617

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ let package = Package(
4545
targets: ["PowerSync"]),
4646
],
4747
dependencies: [
48-
.package(url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git", "0.3.14"..<"0.4.0")
48+
.package(url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git", exact: "0.4.0")
4949
] + conditionalDependencies,
5050
targets: [
5151
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)