Skip to content

@powersync/common@1.44.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Dec 10:18
· 1 commit to main since this release
9cfd183

Minor Changes

  • 299c6dc: Update PowerSync SQLite core to v0.4.10

  • 616c2a1: Added ability to specify appMetadata for sync/stream requests.

    Note: This requires a PowerSync service version >=1.17.0 in order for logs to display metadata.

    powerSync.connect(connector, {
      // This will be included in PowerSync service logs
      appMetadata: {
        app_version: MY_APP_VERSION
      }
    });