Skip to content

Releases: powersync-ja/powersync-native

v0.0.5

23 Mar 10:31

Choose a tag to compare

What's Changed

  • Remove http-client crate, suggest reqwest as a default client in #9.
  • Support custom schemas in #10.
  • Make LeasedConnection a concrete type instead of a trait in #11.
  • Add watch_all_updates returning a stream of all updated tables on the database in #11.

Full Changelog: v0.0.4...v0.0.5

v0.0.4

05 Mar 12:49

Choose a tag to compare

What's Changed

  • Update core extension to 0.4.11 in #7
  • Improvements for raw tables in #8:
    • The put and delete statements are optional now.
    • The RawTableSchema struct represents a raw table in the local database, and can be used
      to create triggers forwarding writes to the CRUD upload queue and to infer statements used
      to sync data into raw tables.

Full Changelog: v0.0.3...v0.0.4

v0.0.3

12 Feb 10:35
b2d461e

Choose a tag to compare

  • Support watched queries (in #4)

Full Changelog: v0.0.2...v0.0.3

0.0.2

05 Feb 12:42
508193b

Choose a tag to compare

  • Configure automated publishing to crates.io.