Skip to content

@powersync/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 07:58
· 15 commits to main since this release
a95ccbb

Minor Changes

  • c7d2b53: - Added additional listeners for closing and closed events in AbstractPowerSyncDatabase.
    • Added query and customQuery APIs for enhanced watched queries.
    • Added triggerImmediate option to the onChange API. This allows emitting an initial event which can be useful for downstream use cases.
  • a1abb15: Added ControlledExecutor utility to exports.

Patch Changes

  • 319012e: Fixed bug where a WebSocket connection timeout could cause an uncaught exception.
  • 6b38551: Fix a warning about raw tables being used when they're not.