diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d7822e2..72f06b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.0-BETA24 + +* Improve internal handling of watch queries to avoid issues where updates are not being received due to transaction commits occurring after the query is run. +* Fix issue in JVM build where `columnNames` was throwing an error due to the index of the JDBC driver starting at 1 instead of 0 as in the other drivers/ +* Throw and not just catch `CancellationExceptions` in `runWrappedSuspending` + ## 1.0.0-BETA23 * Make `execute` and `PowerSyncTransaction` functions throwable for Swift diff --git a/gradle.properties b/gradle.properties index a557879d..4279c08c 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-BETA23 +LIBRARY_VERSION=1.0.0-BETA24 GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git # POM POM_URL=https://github.com/powersync-ja/powersync-kotlin/