File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ try await db.connect(
23
23
)
24
24
)
25
25
```
26
+ ## 1.3.1
27
+
28
+ * Update SQLite to 3.50.3.
29
+ * Support receiving binary sync lines over HTTP when the Rust client is enabled.
30
+ * Remove the experimental websocket transport mode.
26
31
27
32
## 1.3.0
28
33
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ if let kotlinSdkPath = localKotlinSdkOverride {
31
31
// Not using a local build, so download from releases
32
32
conditionalTargets. append ( . binaryTarget(
33
33
name: " PowerSyncKotlin " ,
34
- url: " https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.3.0 /PowersyncKotlinRelease.zip " ,
35
- checksum: " 5351c0a89e74ceaad570cd5c016c8ea4b8e10dc404daff3c20485ae0b6b989fa "
34
+ url: " https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.3.1 /PowersyncKotlinRelease.zip " ,
35
+ checksum: " b01b72cbf88a2e7b9b67efce966799493fc48d4523b5989d8c645ed182880975 "
36
36
) )
37
37
}
38
38
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ final class KotlinPowerSyncDatabaseImpl: PowerSyncDatabaseProtocol {
52
52
)
53
53
54
54
let resolvedOptions = options ?? ConnectOptions ( )
55
-
56
55
try await kotlinDatabase. connect (
57
56
connector: connectorAdapter,
58
57
crudThrottleMs: Int64 ( resolvedOptions. crudThrottle * 1000 ) ,
You can’t perform that action at this time.
0 commit comments