Releases: powersync-ja/powersync-js
Releases · powersync-ja/powersync-js
@powersync/common@1.31.0
Minor Changes
- 0565a0a: Improved credentials management and error handling. Credentials are invalidated when they expire or become invalid based on responses from the PowerSync service. The frequency of credential fetching has been reduced as a result of this work.
@powersync/react-native@1.20.2
Patch Changes
-
84cdd9d: Fixed issue where CRUD uploads could fail with the error
Exception: require(_dependencyMap[11], "rea(...)/BlobManager").createFromOptions is not a function (it is undefined)
@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
trackPreviousValuesoption onTablewhich setsCrudEntry.previousValuesto previous values on updates.- Add
trackMetadataoption onTablewhich adds a_metadatacolumn that can be used for updates.
The configured metadata is available throughCrudEntry.metadata. - Add
ignoreEmptyUpdatesoption 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.