File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 1.5.1 (unreleased)
3
+ ## 1.5.1
4
4
5
5
* Fix issue in legacy sync client where local writes made offline could have their upload delayed
6
6
until a keepalive event was received. This could also cause downloaded updates to be delayed even
7
7
further until all uploads were
8
8
completed.
9
+ * [ Internal] Update core extension to 0.4.5
9
10
10
11
## 1.5.0
11
12
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ development=true
19
19
RELEASE_SIGNING_ENABLED =true
20
20
# Library config
21
21
GROUP =com.powersync
22
- LIBRARY_VERSION =1.5.0
22
+ LIBRARY_VERSION =1.5.1
23
23
GITHUB_REPO =https://github.com/powersync-ja/powersync-kotlin.git
24
24
# POM
25
25
POM_URL =https://github.com/powersync-ja/powersync-kotlin/
You can’t perform that action at this time.
0 commit comments