Skip to content

Releases: powersync-ja/powersync-kotlin

v1.1.1

02 Jun 14:18
Compare
Choose a tag to compare
  • Fix reported progress around compactions / defrags on the sync service.
  • [Android] Set temp_store_directory, avoiding crashes for large materialized views.

1.1.0

07 May 13:21
2fd1d1a
Compare
Choose a tag to compare

1.1.0

  • 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.