Skip to content

Commit d62b4b3

Browse files
committed
Add changelog entries
1 parent 4b9dc79 commit d62b4b3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

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

3-
# 1.0.0-Beta.10 (unreleased)
3+
# 1.0.0-Beta.10
44

55
* Added the ability to specify a custom logging implementation
66
```swift
@@ -20,6 +20,13 @@
2020
)
2121
```
2222
* added `.close()` method on `PowerSyncDatabaseProtocol`
23+
* Update `powersync-kotlin` dependency to version `1.0.0-BETA29`, which fixes these issues:
24+
* Fix potential race condition between jobs in `connect()` and `disconnect()`.
25+
* Fix race condition causing data received during uploads not to be applied.
26+
* Fixed issue where automatic driver migrations would fail with the error:
27+
```
28+
Sqlite operation failure database is locked attempted to run migration and failed. closing connection
29+
```
2330

2431
## 1.0.0-Beta.9
2532

0 commit comments

Comments
 (0)