Skip to content

@journeyapps/powersync-sdk-common@0.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 10:59
· 1172 commits to main since this release
60514ac

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.
  • b125f75: Use default timeout in post streaming warning message. Update connectivity status on streaming messages.

  • ab9957b: Fix update trigger for local only watched tables.

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