File tree Expand file tree Collapse file tree
demos/supabase-todolist/iosApp/iosApp.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ development=true
1919RELEASE_SIGNING_ENABLED =true
2020# Library config
2121GROUP =com.powersync
22- LIBRARY_VERSION =1.11.1
22+ LIBRARY_VERSION =1.11.2
2323GITHUB_REPO =https://github.com/powersync-ja/powersync-kotlin.git
2424# POM
2525POM_URL =https://github.com/powersync-ja/powersync-kotlin/
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ serialization = "1.10.0"
1818kotlinx-io = " 0.8.0"
1919ktor = " 3.4.0"
2020uuid = " 0.8.4"
21- powersync-core = " 0.4.11 "
21+ powersync-core = " 0.4.12 "
2222rsocket = " 0.20.0"
2323turbine = " 1.2.1"
2424kotest = " 5.9.1" # we can't upgrade to 6.x because that requires Java 11 or above (we need Java 8 support)
You can’t perform that action at this time.
0 commit comments