Skip to content

Commit 4311ec1

Browse files
Prepare 1.4.0 release (#241)
Co-authored-by: stevensJourney <[email protected]>
1 parent 2327bf3 commit 4311ec1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Changelog
22

3-
## 1.4.0 (unreleased)
3+
## 1.4.0
44

55
* Added the ability to log PowerSync service HTTP request information via specifying a
66
`SyncClientConfiguration` in the `SyncOptions.clientConfiguration` parameter used in
77
`PowerSyncDatabase.connect()` calls.
88
* `CrudEntry`: Introduce `SqliteRow` interface for `opData` and `previousValues`, providing typed
99
access to the underlying values.
10+
* Update core extension to 0.4.2, fixing a bug where `hasSynced` would turn `false` when losing
11+
connectivity.
1012

1113
## 1.3.1
1214

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ development=true
1919
RELEASE_SIGNING_ENABLED=true
2020
# Library config
2121
GROUP=com.powersync
22-
LIBRARY_VERSION=1.3.1
22+
LIBRARY_VERSION=1.4.0
2323
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
2424
# POM
2525
POM_URL=https://github.com/powersync-ja/powersync-kotlin/

0 commit comments

Comments
 (0)