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 95dd3b3 commit e135bb0Copy full SHA for e135bb0
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.1.1
4
+
5
+* Fix reported progress around compactions / defrags on the sync service.
6
+* [Android] Set `temp_store_directory`, avoiding crashes for large materialized views.
7
8
## 1.1.0
9
10
* Add `trackPreviousValues` option on `Table` which sets `CrudEntry.previousValues` to previous values on updates.
gradle.properties
@@ -18,7 +18,7 @@ development=true
18
RELEASE_SIGNING_ENABLED=true
19
# Library config
20
GROUP=com.powersync
21
-LIBRARY_VERSION=1.1.0
+LIBRARY_VERSION=1.1.1
22
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
23
# POM
24
POM_URL=https://github.com/powersync-ja/powersync-kotlin/
0 commit comments