Skip to content

Commit 45750cc

Browse files
Merge remote-tracking branch 'origin/main' into network-logging
2 parents 782056f + e20efb2 commit 45750cc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Sources/PowerSync/Kotlin/KotlinPowerSyncDatabaseImpl.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)