Skip to content

Releases: powersync-ja/powersync-js

@journeyapps/powersync-vue@0.0.1

16 Apr 13:13
3f6d577

Choose a tag to compare

Patch Changes

  • Updated dependencies [8cc1337]
    • @journeyapps/powersync-sdk-common@1.5.1

@journeyapps/powersync-sdk-web@0.4.1

16 Apr 13:13
3f6d577

Choose a tag to compare

Patch Changes

  • Updated dependencies [8cc1337]
    • @journeyapps/powersync-sdk-common@1.5.1

@journeyapps/powersync-sdk-react-native@1.4.1

16 Apr 13:13
3f6d577

Choose a tag to compare

Patch Changes

  • Updated dependencies [8cc1337]
    • @journeyapps/powersync-sdk-common@1.5.1
    • @journeyapps/powersync-react@1.1.2

@journeyapps/powersync-sdk-common@1.5.1

16 Apr 13:13
3f6d577

Choose a tag to compare

Patch Changes

  • 8cc1337: Resolving tables for watch() before handling any results, eliminating a potential race condition between initial result and changes. Also handling a potential uncaught exception.

@journeyapps/powersync-react@1.1.2

16 Apr 13:13
3f6d577

Choose a tag to compare

Patch Changes

  • Updated dependencies [8cc1337]
    • @journeyapps/powersync-sdk-common@1.5.1

@journeyapps/powersync-attachments@2.0.2

16 Apr 13:13
3f6d577

Choose a tag to compare

Patch Changes

  • Updated dependencies [8cc1337]
    • @journeyapps/powersync-sdk-common@1.5.1

@powersync/kysely-driver@0.1.6

08 Apr 11:19
5e4eab8

Choose a tag to compare

Patch Changes

  • Updated dependencies [8f7caa5]
  • Updated dependencies [6c43ec6]
    • @journeyapps/powersync-sdk-common@1.5.0

@journeyapps/powersync-sdk-web@0.4.0

08 Apr 11:20
5e4eab8

Choose a tag to compare

Minor Changes

  • 8f7caa5: Added batch execution functionality to the web and react-native SDKs. This feature allows a SQL statement with multiple parameters to be executed in a single transaction, improving performance and consistency.

Patch Changes

  • 6c43ec6: Fixed shared sync broadcast logger sanitization and error handling. Added ability to disabled broadcast logging in WebPowerSyncFlags.
  • Updated dependencies [8f7caa5]
  • Updated dependencies [6c43ec6]
    • @journeyapps/powersync-sdk-common@1.5.0

@journeyapps/powersync-sdk-react-native@1.4.0

08 Apr 11:19
5e4eab8

Choose a tag to compare

Minor Changes

  • 8f7caa5: Added batch execution functionality to the web and react-native SDKs. This feature allows a SQL statement with multiple parameters to be executed in a single transaction, improving performance and consistency.

Patch Changes

  • Updated dependencies [8f7caa5]
  • Updated dependencies [6c43ec6]
    • @journeyapps/powersync-sdk-common@1.5.0
    • @journeyapps/powersync-react@1.1.1

@journeyapps/powersync-sdk-common@1.5.0

08 Apr 11:19
5e4eab8

Choose a tag to compare

Minor Changes

  • 8f7caa5: Added batch execution functionality to the web and react-native SDKs. This feature allows a SQL statement with multiple parameters to be executed in a single transaction, improving performance and consistency.

Patch Changes

  • 6c43ec6: Fixed potential unhandled exception when aborting stream fetch request for /sync/stream endpoint