Skip to content

Releases: powersync-ja/powersync-js

@powersync/common@1.31.0

27 May 14:20
438bc8a

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/react-native@1.20.2

13 May 12:25
1bc4c7a

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/web@1.20.1

08 May 07:34
5d20916

Choose a tag to compare

Patch Changes

  • Updated dependencies [2949d58]
  • Updated dependencies [c30cbef]
    • @powersync/common@1.30.0

@powersync/tanstack-react-query@0.0.23

08 May 07:34
5d20916

Choose a tag to compare

Patch Changes

  • Updated dependencies [2949d58]
  • Updated dependencies [c30cbef]
    • @powersync/common@1.30.0
    • @powersync/react@1.5.3

@powersync/react-native@1.20.1

08 May 07:34
5d20916

Choose a tag to compare

Patch Changes

  • Updated dependencies [2949d58]
  • Updated dependencies [c30cbef]
    • @powersync/common@1.30.0
    • @powersync/react@1.5.3

@powersync/op-sqlite@0.5.5

08 May 07:34
5d20916

Choose a tag to compare

Patch Changes

  • Updated dependencies [2949d58]
  • Updated dependencies [c30cbef]
    • @powersync/common@1.30.0

@powersync/node@0.4.1

08 May 07:34
5d20916

Choose a tag to compare

Patch Changes

  • Updated dependencies [2949d58]
  • Updated dependencies [c30cbef]
    • @powersync/common@1.30.0

@powersync/diagnostics-app@0.8.12

08 May 07:34
5d20916

Choose a tag to compare

Patch Changes

  • d3c8d7f: Fix handling of partial checkpoints
    • @powersync/react@1.5.3
    • @powersync/web@1.20.1

@powersync/common@1.30.0

08 May 07:34
5d20916

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/web@1.20.0

02 May 17:58
5bd9e84

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]
    • @powersync/common@1.29.0