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(
2323 )
2424 )
2525```
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.
2631
2732## 1.3.0
2833
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ if let kotlinSdkPath = localKotlinSdkOverride {
3131 // Not using a local build, so download from releases
3232 conditionalTargets. append ( . binaryTarget(
3333 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 "
3636 ) )
3737}
3838
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ final class KotlinPowerSyncDatabaseImpl: PowerSyncDatabaseProtocol {
5252 )
5353
5454 let resolvedOptions = options ?? ConnectOptions ( )
55-
5655 try await kotlinDatabase. connect (
5756 connector: connectorAdapter,
5857 crudThrottleMs: Int64 ( resolvedOptions. crudThrottle * 1000 ) ,
You can’t perform that action at this time.
0 commit comments