Skip to content

Releases: powersync-ja/powersync-js

@journeyapps/[email protected]

06 Nov 08:33
52bec03
Compare
Choose a tag to compare

Patch Changes

  • 280ab96: - Removed user-id header from backend connector and remote headers.
    • Added waitForReady method on PowerSyncDatabase client which resolves once initialization is complete.

@journeyapps/[email protected]

06 Nov 15:11
b0f7446
Compare
Choose a tag to compare

Patch Changes

@journeyapps/[email protected]

06 Nov 08:33
52bec03
Compare
Choose a tag to compare

Patch Changes

@journeyapps/[email protected]

06 Nov 15:11
b0f7446
Compare
Choose a tag to compare

Patch Changes

@journeyapps/[email protected]

06 Nov 08:33
52bec03
Compare
Choose a tag to compare

Patch Changes

@journeyapps/[email protected]

02 Nov 09:21
b3a0f2a
Compare
Choose a tag to compare

Patch Changes

@journeyapps/[email protected]

02 Nov 09:21
b3a0f2a
Compare
Choose a tag to compare

Patch Changes

  • 2032643: Fix Table.createLocalOnly to not also be insertOnly

@journeyapps/[email protected]

02 Nov 09:21
b3a0f2a
Compare
Choose a tag to compare

Patch Changes

@journeyapps/[email protected]

31 Oct 18:44
3f2acd9
Compare
Choose a tag to compare

Minor Changes

  • 210de9d: Bump version for Beta release

Patch Changes

@journeyapps/[email protected]

31 Oct 10:59
60514ac
Compare
Choose a tag to compare

Patch Changes

  • ca458d3: Updated logic to correspond with React Native Quick SQLite concurrent transactions. Added helper methods on transaction contexts.

    API changes include:

    • Removal of synchronous DB operations in transactions: execute, commit, rollback are now async functions. executeAsync, commitAsync and rollbackAsync have been removed.
    • Transaction contexts now have get, getAll and getOptional helpers.
    • Added a default lock timeout of 2 minutes to aide with potential recursive lock/transaction requests.
  • ab9957b: Update README polyfill command.

  • b125f75: Use default timeout in post streaming warning message. Update connectivity status on streaming messages.

  • 413a4d0: Added better logging of streaming errors. Added warnings if Polyfills are not correctly configured.

  • Updated dependencies [ca458d3]

  • Updated dependencies [b125f75]

  • Updated dependencies [ab9957b]

  • Updated dependencies [413a4d0]