Releases: powersync-ja/powersync-js
Releases · powersync-ja/powersync-js
@powersync/web@1.17.1
Patch Changes
- Updated dependencies [b722378]
- @powersync/common@1.27.0
@powersync/tanstack-react-query@0.0.18
Patch Changes
- Updated dependencies [b722378]
- @powersync/common@1.27.0
- @powersync/react@1.5.2
@powersync/react-native@1.19.1
Patch Changes
- Updated dependencies [b722378]
- @powersync/common@1.27.0
- @powersync/react@1.5.2
@powersync/op-sqlite@0.5.1
Patch Changes
- Updated dependencies [b722378]
- @powersync/common@1.27.0
@powersync/node@0.2.1
@powersync/diagnostics-app@0.8.7
Patch Changes
- @powersync/react@1.5.2
- @powersync/web@1.17.1
@powersync/common@1.27.0
Minor Changes
- b722378: Added
downloadError
anduploadError
members toSyncDataFlowStatus
ofSyncStatus
.
@powersync/web@1.17.0
Minor Changes
-
fafd562: Navigator locks are now aquired with a random/unique key.
This resolves an issue related to sequential
connect()
calls breaking all syncing and never reaching aconnected
state.
Two typical scenarios that can cause this is switching client parameters and React'sStrictMode
which does multiple calls of hooks likeuseEffect
.
@powersync/web@1.16.0
Minor Changes
- f8fd814: Introduced
executeRaw
, which processes SQLite query results differently to preserve all columns, preventing duplicate column names from being overwritten.
Patch Changes
@powersync/tanstack-react-query@0.0.17
Patch Changes
- Updated dependencies [f8fd814]
- @powersync/common@1.26.0
- @powersync/react@1.5.2