From 6e996b6e6cab7103b39cdccccbc3bb8d039d7e4c Mon Sep 17 00:00:00 2001 From: Dominic Date: Tue, 15 Oct 2024 11:12:50 +0200 Subject: [PATCH 1/3] chore: release beta4 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 27d0899c..d3cf4c50 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ development=true RELEASE_SIGNING_ENABLED=true # Library config GROUP=com.powersync -LIBRARY_VERSION=1.0.0-BETA3 +LIBRARY_VERSION=1.0.0-BETA4 GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git # POM POM_URL=https://github.com/powersync-ja/powersync-kotlin/ From 7797619711d878206d5569e800cc6bf794f5f0a8 Mon Sep 17 00:00:00 2001 From: Dominic Date: Tue, 15 Oct 2024 11:15:36 +0200 Subject: [PATCH 2/3] chore: release beta 4 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 960b9c7d..2189dc13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.0-BETA4 + +* Fix sync status being reset when `update` function is run + + ## 1.0.0-BETA3 * Add `waitForFirstSync` function - which resolves after the initial sync is completed @@ -21,6 +26,7 @@ connect( ) ``` * Add schema validation when schema is generated +* Add warning message if there is a crudItem in the queue that has not yet been synced and rerun the upload ## 1.0.0-BETA2 From 00dbf39063685e6d7324acc3d7d6abebad8eefcf Mon Sep 17 00:00:00 2001 From: Dominic Date: Tue, 15 Oct 2024 11:43:10 +0200 Subject: [PATCH 3/3] chore: release beta 4 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2189dc13..57014f06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ connect( ) ``` * Add schema validation when schema is generated -* Add warning message if there is a crudItem in the queue that has not yet been synced and rerun the upload +* Add warning message if there is a crudItem in the queue that has not yet been synced and after a delay rerun the upload ## 1.0.0-BETA2