Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.4.0 (unreleased)
## 1.4.0

* Added the ability to log PowerSync sync network requests.

Expand All @@ -18,8 +18,10 @@ try await database.connect(
)
)
)

```

* Update core extension to 0.4.4, fixing a bug where `hasSynced` would turn `false` when losing connectivity.

## 1.3.1

* Update SQLite to 3.50.3.
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if let corePath = localCoreExtension {
// Not using a local build, so download from releases
conditionalDependencies.append(.package(
url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git",
exact: "0.4.2"
exact: "0.4.4"
))
}

Expand Down
Loading