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 937df1b commit d8b06faCopy full SHA for d8b06fa
2 files changed
CHANGELOG.md
@@ -1,11 +1,12 @@
1
# Changelog
2
3
-## 1.5.1 (unreleased)
+## 1.5.1
4
5
* Fix issue in legacy sync client where local writes made offline could have their upload delayed
6
until a keepalive event was received. This could also cause downloaded updates to be delayed even
7
further until all uploads were
8
completed.
9
+* [Internal] Update core extension to 0.4.5
10
11
## 1.5.0
12
gradle.properties
@@ -19,7 +19,7 @@ development=true
19
RELEASE_SIGNING_ENABLED=true
20
# Library config
21
GROUP=com.powersync
22
-LIBRARY_VERSION=1.5.0
+LIBRARY_VERSION=1.5.1
23
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
24
# POM
25
POM_URL=https://github.com/powersync-ja/powersync-kotlin/
0 commit comments