Skip to content

Releases: powersync-ja/powersync-js

@powersync/[email protected]

11 Feb 11:24
e190454
Compare
Choose a tag to compare

Minor Changes

  • 56185bb: Add cacheSizeKb option, defaulting to 50MB.

Patch Changes

@powersync/[email protected]

11 Feb 11:24
e190454
Compare
Choose a tag to compare

Patch Changes

@powersync/[email protected]

11 Feb 11:24
e190454
Compare
Choose a tag to compare

Minor Changes

  • 893d42b: Introduced fetchStrategy option to connect, allowing you to choose either buffered or sequential for the Websocket connect option. Internally the functionality of buffered was used by default, but now it can be switched to the sequential mode. This changes the WebSocket sync queue to only process one sync event at a time, improving known keep-alive issues for lower-end hardware with minimal impact on sync performance.

Patch Changes

@powersync/[email protected]

11 Feb 11:24
e190454
Compare
Choose a tag to compare

Minor Changes

  • 56185bb: Default to using memory for temp store, and 50MB cache size.

Patch Changes

@powersync/[email protected]

11 Feb 11:24
e190454
Compare
Choose a tag to compare

Minor Changes

  • e1c44ad: Improve diagnostics app performance for bulk downloads.
  • 56185bb: Switch diagnostics app to OPFS.

Patch Changes

@powersync/[email protected]

11 Feb 11:24
e190454
Compare
Choose a tag to compare

Minor Changes

  • 893d42b: Introduced fetchStrategy option to connect, allowing you to choose either buffered or sequential for the Websocket connect option. Internally the functionality of buffered was used by default, but now it can be switched to the sequential mode. This changes the WebSocket sync queue to only process one sync event at a time, improving known keep-alive issues for lower-end hardware with minimal impact on sync performance.
  • 0606ac2: add 'connecting' flag to SyncStatus

@powersync/[email protected]

30 Jan 10:50
71ce13b
Compare
Choose a tag to compare

Patch Changes

@powersync/[email protected]

30 Jan 10:50
71ce13b
Compare
Choose a tag to compare

Patch Changes

@powersync/[email protected]

30 Jan 10:50
71ce13b
Compare
Choose a tag to compare

Minor Changes

  • 0f28fb3: Add retryDelayMs and crudUploadThrottleMs to connect so that the values can be dynamically changed upon reconnecting.

Patch Changes

@powersync/[email protected]

30 Jan 10:50
71ce13b
Compare
Choose a tag to compare

Patch Changes

  • a4895cc: Silencing transactions that are reporting on failed rollback exceptions when they are safe to ignore.
  • Updated dependencies [0f28fb3]