Skip to content

Releases: powersync-ja/powersync-js

@journeyapps/[email protected]

29 Nov 21:59
7ca77c2
Compare
Choose a tag to compare

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.

@journeyapps/[email protected]

29 Nov 21:59
7ca77c2
Compare
Choose a tag to compare

Major Changes

  • c665b3f: Release out of beta to production ready

Patch Changes

@journeyapps/[email protected]

29 Nov 21:59
7ca77c2
Compare
Choose a tag to compare

Major Changes

  • c665b3f: Release out of beta to production ready

Patch Changes

@journeyapps/[email protected]

13 Nov 08:27
3d81a1f
Compare
Choose a tag to compare

Patch Changes

@journeyapps/[email protected]

13 Nov 08:26
3d81a1f
Compare
Choose a tag to compare

Patch Changes

  • 80441ca: Added raw-data:true to PowerSync instance streaming requests. This aides with server and client side OplogEntry processing.
  • 1b612d7: Fixed streaming sync implementation not delaying CRUD upload retries.

@journeyapps/[email protected]

13 Nov 08:26
3d81a1f
Compare
Choose a tag to compare

Patch Changes

@journeyapps/[email protected]

13 Nov 08:26
3d81a1f
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]

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

Patch Changes

  • ba982eb: Fixed regression where waitForReady would not trigger or resolve if not invoked before init