Skip to content

Commit 041e845

Browse files
release: 1.13.0 (#121)
1 parent e9160a3 commit 041e845

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
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

Package.swift

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

0 commit comments

Comments
 (0)