Skip to content

Commit c47e417

Browse files
authored
Update core extension, prepare release (#338)
1 parent 9590c13 commit c47e417

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.11.2 (unreleased)
3+
## 1.11.2
44

55
- Don't attempt to create WebSocket connections on watchOS.
66
- Update default SQLite cache size to 50MB, this was previously erroneously set to 200MB
@@ -9,6 +9,7 @@
99
Implementers of `SQLiteConnectionPool` should dispatch blocking SQLite callbacks to an
1010
appropriate dispatcher such as `Dispatchers.IO`. This should prevent the worker pool from
1111
expanding when large numbers of concurrent operations are requested.
12+
- Skip creating `ps_crud` entries when clearing raw tables.
1213

1314
## 1.11.1
1415

demos/supabase-todolist/iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
repositoryURL = "https://github.com/powersync-ja/powersync-sqlite-core-swift.git";
399399
requirement = {
400400
kind = exactVersion;
401-
version = 0.4.11;
401+
version = 0.4.12;
402402
};
403403
};
404404
/* End XCRemoteSwiftPackageReference section */

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ development=true
1919
RELEASE_SIGNING_ENABLED=true
2020
# Library config
2121
GROUP=com.powersync
22-
LIBRARY_VERSION=1.11.1
22+
LIBRARY_VERSION=1.11.2
2323
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
2424
# POM
2525
POM_URL=https://github.com/powersync-ja/powersync-kotlin/

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serialization = "1.10.0"
1818
kotlinx-io = "0.8.0"
1919
ktor = "3.4.0"
2020
uuid = "0.8.4"
21-
powersync-core = "0.4.11"
21+
powersync-core = "0.4.12"
2222
rsocket = "0.20.0"
2323
turbine = "1.2.1"
2424
kotest = "5.9.1" # we can't upgrade to 6.x because that requires Java 11 or above (we need Java 8 support)

0 commit comments

Comments
 (0)