Skip to content

@powersync/web@1.29.0

Choose a tag to compare

@github-actions github-actions released this 20 Nov 15:30
· 2 commits to main since this release
b4b393b

Minor Changes

  • 507197f: Revert event-iterator externalization in @powersync/common rollup config. This now bundles event-iterator again in @powersync/common's non Node.js export.

  • 507197f: Fixes regression introduced in @powersync/web@1.28.1. Vite users don't need to include event-iterator in included optimized dependencies.

    vite.config.js

    include: [
    -   '@powersync/web > event-iterator'
    ]

Patch Changes

  • e88154e: - Fixed an issue where IndexedDB could cause "cannot start a transaction within a transaction" errors.
    • Improved reconnect logic when multiple tabs are closed.
  • Updated dependencies [507197f]
    • @powersync/common@1.43.0