We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3751208 commit 5a8ffb2Copy full SHA for 5a8ffb2
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.0.0-BETA7
4
+
5
+* Update supabase connector to use supabase-kt version 3
6
+* Handle null violation error in supabase connector
7
8
## 1.0.0-BETA6
9
10
* Fix Custom Write Checkpoint application logic
gradle.properties
@@ -17,7 +17,7 @@ development=true
17
RELEASE_SIGNING_ENABLED=true
18
# Library config
19
GROUP=com.powersync
20
-LIBRARY_VERSION=1.0.0-BETA6
+LIBRARY_VERSION=1.0.0-BETA7
21
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
22
# POM
23
POM_URL=https://github.com/powersync-ja/powersync-kotlin/
0 commit comments