Skip to content

@powersync/[email protected]

Choose a tag to compare

@github-actions github-actions released this 28 Aug 12:01
· 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.
  • c27e1c8: Upgrade Node, Sentry, Fastify and OpenTelemetry dependencies.
  • 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.
  • f56acce: Enable permessage-deflate for websockets.
  • 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.
  • 86807d0: Support gzip and zstd compression in http streams.

Patch Changes