Skip to content

@powersync/common@1.28.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 11:54
· 55 commits to main since this release
b3205e2

Minor Changes

  • 6807df6: Exposing logger on AbstractPowerSyncDatabase.
  • e71dc94: Added logger helpers, which can be used instead of the js-logger dependency.
  • f40ecf9: Added fetchOptions to AbstractRemoteOptions. Allows consumers to include fields such as dispatcher (e.g. for proxy support) to the fetch invocations.
    Also ensuring all options provided to connect() are passed onwards, allows packages to have their own option definitions for connect() and the abstract generateSyncStreamImplementation().