Skip to content

@powersync/common@1.24.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Feb 11:24
· 229 commits to main since this release
e190454

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