Skip to content

@powersync/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 07:34
· 26 commits to main since this release
5d20916

Minor Changes

  • 2949d58: - Add trackPreviousValues option on Table which sets CrudEntry.previousValues to previous values on updates.
    • Add trackMetadata option on Table which adds a _metadata column that can be used for updates.
      The configured metadata is available through CrudEntry.metadata.
    • Add ignoreEmptyUpdates option which skips creating CRUD entries for updates that don't change any values.

Patch Changes

  • c30cbef: Fix applying bucket state around partial syncs.