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 1
1
# Changelog
2
2
3
- ## 1.4.0 (unreleased)
3
+ ## 1.4.0
4
4
5
5
* Added the ability to log PowerSync service HTTP request information via specifying a
6
6
` SyncClientConfiguration ` in the ` SyncOptions.clientConfiguration ` parameter used in
7
7
` PowerSyncDatabase.connect() ` calls.
8
8
* ` CrudEntry ` : Introduce ` SqliteRow ` interface for ` opData ` and ` previousValues ` , providing typed
9
9
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.
10
12
11
13
## 1.3.1
12
14
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ development=true
19
19
RELEASE_SIGNING_ENABLED =true
20
20
# Library config
21
21
GROUP =com.powersync
22
- LIBRARY_VERSION =1.3.1
22
+ LIBRARY_VERSION =1.4.0
23
23
GITHUB_REPO =https://github.com/powersync-ja/powersync-kotlin.git
24
24
# POM
25
25
POM_URL =https://github.com/powersync-ja/powersync-kotlin/
You can’t perform that action at this time.
0 commit comments