Releases: powersync-ja/powersync-native
Releases · powersync-ja/powersync-native
v0.0.5
What's Changed
- Remove
http-clientcrate, suggestreqwestas a default client in #9. - Support custom schemas in #10.
- Make
LeasedConnectiona concrete type instead of atraitin #11. - Add
watch_all_updatesreturning a stream of all updated tables on the database in #11.
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Update core extension to 0.4.11 in #7
- Improvements for raw tables in #8:
- The
putanddeletestatements are optional now. - The
RawTableSchemastruct 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.
- The
Full Changelog: v0.0.3...v0.0.4