Skip to content

Commit 5efb06c

Browse files
committed
Update core extension to 0.4.4
1 parent 3c186a2 commit 5efb06c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ try await database.connect(
1919
)
2020
)
2121

22+
* Update core extension to 0.4.4, fixing a bug where `hasSynced` would turn `false` when losing connectivity.
23+
24+
2225
```
2326
## 1.3.1
2427

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
@@ -44,7 +44,7 @@ if let corePath = localCoreExtension {
4444
// Not using a local build, so download from releases
4545
conditionalDependencies.append(.package(
4646
url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git",
47-
exact: "0.4.2"
47+
exact: "0.4.4"
4848
))
4949
}
5050

0 commit comments

Comments
 (0)