Skip to content

@journeyapps/powersync-sdk-common@1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 21:59
· 1129 commits to main since this release
7ca77c2

Major Changes

  • c665b3f: - Bump version out of Beta
    • The SyncStatus now includes the state of if the connector is uploading or downloading data.
    • Crud uploads are now debounced.
    • Crud uploads now are also triggered on execute method calls.
    • Database name is now added to the DBAdapter interface for better identification in locks (for Web SDK)
    • Failed crud uploads now correctly throw errors, to be caught upstream, and delayed for retry.