Skip to content

Releases: powersync-ja/powersync-js

@powersync/[email protected]

27 May 14:20
438bc8a
Compare
Choose a tag to compare

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]

13 May 12:25
1bc4c7a
Compare
Choose a tag to compare

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]

08 May 07:34
5d20916
Compare
Choose a tag to compare

Patch Changes

@powersync/[email protected]

08 May 07:34
5d20916
Compare
Choose a tag to compare

Patch Changes

@powersync/[email protected]

08 May 07:34
5d20916
Compare
Choose a tag to compare

Patch Changes

@powersync/[email protected]

08 May 07:34
5d20916
Compare
Choose a tag to compare

Patch Changes

@powersync/[email protected]

08 May 07:34
5d20916
Compare
Choose a tag to compare

Patch Changes

@powersync/[email protected]

08 May 07:34
5d20916
Compare
Choose a tag to compare

Patch Changes

@powersync/[email protected]

08 May 07:34
5d20916
Compare
Choose a tag to compare

Minor Changes

  • 2949d58: - Add trackPreviousValues option on Table which sets CrudEntry.previousValues to previous values on updates.
    • Add trackMetadata option on Table which adds a _metadata column that can be used for updates.
      The configured metadata is available through CrudEntry.metadata.
    • Add ignoreEmptyUpdates option which skips creating CRUD entries for updates that don't change any values.

Patch Changes

  • c30cbef: Fix applying bucket state around partial syncs.

@powersync/[email protected]

02 May 17:58
5bd9e84
Compare
Choose a tag to compare

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]