Skip to content

Releases: powersync-ja/powersync-js

@powersync/[email protected]

29 May 13:26
d9c8319

Choose a tag to compare

Minor Changes

  • 1037e8a: close() is now async, which allows clients to use it with await.

Patch Changes

  • 1037e8a: Rejecting pending read/write operations when the database is closed.

@powersync/[email protected]

29 May 15:15
658e439

Choose a tag to compare

Patch Changes

  • 5eae93c: Fix CJS distributables not being published.

@powersync/[email protected]

29 May 13:26
d9c8319

Choose a tag to compare

Patch Changes

  • 2e03dd6: Add a main entry to package.json. It will be ignored because the package uses conditional exports, but is required for tools like pkg.
  • 2e03dd6: Support @powersync/better-sqlite3 versions 0.2.x.

@powersync/[email protected]

27 May 14:20
438bc8a

Choose a tag to compare

Minor Changes

  • 0565a0a: To support the upstream credentials management changes from @powersync/common, the sync worker now communicates credentials invalidation to tabs.

Patch Changes

  • fccf11e: Fixed issue where broadcast logger wasn't being passed to WebRemote, causing worker remote logs not to be broadcasted to the tab's logs.
  • Updated dependencies [0565a0a]

@powersync/[email protected]

27 May 14:20
438bc8a

Choose a tag to compare

Patch Changes

@powersync/[email protected]

27 May 14:20
438bc8a

Choose a tag to compare

Patch Changes

@powersync/[email protected]

27 May 14:20
438bc8a

Choose a tag to compare

Patch Changes

@powersync/[email protected]

27 May 14:20
438bc8a

Choose a tag to compare

Patch Changes

@powersync/[email protected]

27 May 14:20
438bc8a

Choose a tag to compare

Patch Changes

@powersync/[email protected]

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.