File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ development=true
1919RELEASE_SIGNING_ENABLED =true
2020# Library config
2121GROUP =com.powersync
22- LIBRARY_VERSION =1.3.1
22+ LIBRARY_VERSION =1.4.0
2323GITHUB_REPO =https://github.com/powersync-ja/powersync-kotlin.git
2424# POM
2525POM_URL =https://github.com/powersync-ja/powersync-kotlin/
You can’t perform that action at this time.
0 commit comments