File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 1.13.0 (unreleased)
3+ ## 1.13.0
44
55* Add optional ` logger ` parameter on ` openPowerSyncWithGRDB ` to enable custom loggers.
6+ * Fixed potential connection issues
7+ * Fix false ` connected: true ` status when using an invalid token.
8+ * Fix sync loop terminating permanently when the server rejects the connection.
9+ * Fix sync loop stalling indefinitely after a transport-layer failure (dead socket, network
10+ dropout).
11+
612
713## 1.12.0
814
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ if let kotlinSdkPath = localKotlinSdkOverride {
3434 . binaryTarget(
3535 name: " PowerSyncKotlin " ,
3636 url:
37- " https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.11.0 /PowersyncKotlinRelease.zip " ,
38- checksum: " d0f52a2c6a10cb2ceac38cf08dc4799a808504d37ab5599fbb158e2c8d22ae38 "
37+ " https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.11.1 /PowersyncKotlinRelease.zip " ,
38+ checksum: " a50fdce3a38ea490e27e1759bdf75edbde2399cca6ad77dc15ebd2399a9f9ac8 "
3939 ) )
4040}
4141
Original file line number Diff line number Diff line change 11// The current version of the PowerSync Swift SDK. This should be updated to the latest version in `CHANGELOG.md` when a new version is released.
2- let libraryVersion = " 1.12 .0 "
2+ let libraryVersion = " 1.13 .0 "
33
You can’t perform that action at this time.
0 commit comments