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 4b9dc79 commit d62b4b3Copy full SHA for d62b4b3
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-# 1.0.0-Beta.10 (unreleased)
+# 1.0.0-Beta.10
4
5
* Added the ability to specify a custom logging implementation
6
```swift
@@ -20,6 +20,13 @@
20
)
21
```
22
* 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
30
31
## 1.0.0-Beta.9
32
0 commit comments