Releases: powersync-ja/powersync-js
Releases · powersync-ja/powersync-js
@powersync/web@1.20.1
@powersync/tanstack-react-query@0.0.23
@powersync/react-native@1.20.1
@powersync/op-sqlite@0.5.5
@powersync/node@0.4.1
@powersync/diagnostics-app@0.8.12
Patch Changes
- d3c8d7f: Fix handling of partial checkpoints
- @powersync/react@1.5.3
- @powersync/web@1.20.1
@powersync/common@1.30.0
Minor Changes
- 2949d58: - Add
trackPreviousValues
option onTable
which setsCrudEntry.previousValues
to previous values on updates.- Add
trackMetadata
option onTable
which adds a_metadata
column that can be used for updates.
The configured metadata is available throughCrudEntry.metadata
. - Add
ignoreEmptyUpdates
option which skips creating CRUD entries for updates that don't change any values.
- Add
Patch Changes
- c30cbef: Fix applying bucket state around partial syncs.
@powersync/web@1.20.0
Minor Changes
- ed11438: Report progress information about downloaded rows. Sync progress is available through
SyncStatus.downloadProgress
.
Patch Changes
@powersync/tanstack-react-query@0.0.22
Patch Changes
- Updated dependencies [ed11438]
- @powersync/common@1.29.0
- @powersync/react@1.5.3