Skip to content

Releases: powersync-ja/powersync-sqlite-core

v0.4.0

11 Jun 11:24
3285e39
Compare
Choose a tag to compare

Release v0.4.0

  • Add helper function to fix JS subkey encoding in #75
  • Rewrite the "sync_local" query in #78
  • sync_local: Re-use prepared statements in #79
  • Add checksum newtype in #80
  • Avoid allocation in deserialize to i64 in #84
  • Use serde to parse data lines and checkpoints in #82
  • Use serde to read tables and indexes from schema in #81
  • Update Rust toolchain in #83
  • Implement sync client in #70

Full Changelog: v0.3.14...v0.4.0

v0.3.14-test1

09 Jun 20:27
af66c84
Compare
Choose a tag to compare
v0.3.14-test1 Pre-release
Pre-release

Temporary test build

v0.3.14

29 Apr 08:40
32384f7
Compare
Choose a tag to compare

Release v0.3.14

  • Fix powersync_replace_schema changing underlying tables even when the schema didn't change.

v0.3.13

24 Apr 12:58
410cd77
Compare
Choose a tag to compare

Release v0.3.13

  • Prevent inserting invalid data type for ID field.
  • Track downloaded operations in ps_buckets.
  • Add include_old and include_metadata options.
  • Add table option to skip empty updates.

v0.3.12

06 Mar 14:13
0386fb5
Compare
Choose a tag to compare

Release v0.3.12

  • Fix powersync_last_synced_at() returning stale information.

v0.3.11

24 Feb 08:39
Compare
Choose a tag to compare

Release v0.3.11

v0.3.10

17 Feb 10:02
Compare
Choose a tag to compare

Support bucket priorities and partial sync operations.

v0.3.9

15 Jan 14:57
Compare
Choose a tag to compare

Added debug symbols for iOS and MacOS builds.

v0.3.8

01 Jan 11:56
6144eba
Compare
Choose a tag to compare

Increase column limit to 1999.

v0.3.7

10 Dec 12:24
44d819f
Compare
Choose a tag to compare

Fix internal migrations causing issues with application-level triggers.