Releases: powersync-ja/powersync-js
Releases · powersync-ja/powersync-js
@powersync/[email protected]
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/[email protected]
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/[email protected]
Patch Changes
- Updated dependencies [2949d58]
- Updated dependencies [c30cbef]
- @powersync/[email protected]
@powersync/[email protected]
Patch Changes
- Updated dependencies [2949d58]
- Updated dependencies [c30cbef]
- @powersync/[email protected]
- @powersync/[email protected]
@powersync/[email protected]
Patch Changes
- Updated dependencies [2949d58]
- Updated dependencies [c30cbef]
- @powersync/[email protected]
- @powersync/[email protected]
@powersync/[email protected]
Patch Changes
- Updated dependencies [2949d58]
- Updated dependencies [c30cbef]
- @powersync/[email protected]
@powersync/[email protected]
Patch Changes
- Updated dependencies [2949d58]
- Updated dependencies [c30cbef]
- @powersync/[email protected]
@powersync/[email protected]
Patch Changes
- d3c8d7f: Fix handling of partial checkpoints
- @powersync/[email protected]
- @powersync/[email protected]
@powersync/[email protected]
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/[email protected]
Minor Changes
- ed11438: Report progress information about downloaded rows. Sync progress is available through
SyncStatus.downloadProgress
.
Patch Changes
- 4f68f6a: Update core extension version to 0.3.14
- cbab03e: Fix an infinite loop when multiple tabs using
WASQLiteVFS.OPFSCoopSyncVFS
are using the database concurrently. - Updated dependencies [ed11438]
- @powersync/[email protected]