Skip to content

Commit ec8ef51

Browse files
chore: release beta 24 (#125)
1 parent 0c78802 commit ec8ef51

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.0.0-BETA24
4+
5+
* 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.
6+
* 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/
7+
* Throw and not just catch `CancellationExceptions` in `runWrappedSuspending`
8+
39
## 1.0.0-BETA23
410

511
* Make `execute` and `PowerSyncTransaction` functions throwable for Swift

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ development=true
1717
RELEASE_SIGNING_ENABLED=true
1818
# Library config
1919
GROUP=com.powersync
20-
LIBRARY_VERSION=1.0.0-BETA23
20+
LIBRARY_VERSION=1.0.0-BETA24
2121
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
2222
# POM
2323
POM_URL=https://github.com/powersync-ja/powersync-kotlin/

0 commit comments

Comments
 (0)