Skip to content

@powersync/[email protected]

Choose a tag to compare

@github-actions github-actions released this 28 Aug 12:00
· 30 commits to main since this release
ebba081

Minor Changes

  • b0b8ae9: Add support for streams, a new and simpler way to define what data gets synced to clients.
  • d2be184: Refactor interface between service and sync rule bindings in preparation for sync streams.
  • 5284fb5: Introduce the config option on sync rules which can be used to opt-in to new features and backwards-incompatible fixes of historical issues with the PowerSync service.
  • 18435a4: Add the fixed_json_extract compatibility option. When enabled, JSON-extracting operators are updated to match SQLite more closely.
  • 5284fb5: Add the timestamps_iso8601 option in the config: block for sync rules. When enabled, timestamps are consistently formatted using ISO 8601 format.
  • 6fd0242: Add the versioned_bucket_ids option in the config: block for sync rules. When enabled, generated bucket ids include the version of sync rules. This allows clients to sync more efficiently after updating sync rules.

Patch Changes