Skip to content

Releases: powersync-ja/powersync-sqlite-core

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 27 Jul 14:12
d6c157e

Release v0.5.1

  • Add checkpoint requests for protecting local writes and implementing explicit “wait until synced”
    behavior in #198
  • Require SDK-managed transactions for PowerSync operations (breaking) in #191
  • Use microsecond precision for sync timestamps (breaking) in #183
  • Remove the legacy powersync_operations virtual table and sync helpers (breaking) in #182
  • Remove the FlushFileSystem sync instruction (breaking) in #202
  • Update the minimum supported Rust version to 1.96.0 (breaking) in #184
  • Use different soname for Dart SDK Android build in #204

v0.4.14

Choose a tag to compare

@github-actions github-actions released this 28 Apr 10:09
90358fc
  • Fix aarch64 watchOS simulator build for static library in #177

Full Changelog: v0.4.13...v0.4.14

v0.4.13

Choose a tag to compare

@github-actions github-actions released this 20 Apr 11:56

Release v0.4.13

  • Restructure static libraries attached to releases in #172
  • Add macOS catalyst builds to XCFramework in #173
  • Update status to disconnected on eof in #174

Full Changelog: v0.4.12...v0.4.13

v0.4.12

Choose a tag to compare

@github-actions github-actions released this 26 Mar 08:39
  • Skip creating ps_crud entries when clearing raw tables in #169

Full Changelog: v0.4.11...v0.4.12

v0.4.11

Choose a tag to compare

@github-actions github-actions released this 16 Feb 11:33
024d5eb

What's Changed

  • Fix leaks when database is closed while in sync iteration in #156
  • [internal, tests] Update to version 3 of package:sqlite3 in #157
  • Track download size in ps_buckets in #160
  • Raw tables: Support rest column in #158
  • Add option to report diagnostic events in #159
  • [internal] Refactor building schema statements in #161
  • Create CRUD triggers for raw tables in #163
  • Infer sync statements for raw tables in #164
  • Add powersync_trigger_resync function in #166

Full Changelog: v0.4.10...v0.4.11

v0.4.10

Choose a tag to compare

@github-actions github-actions released this 04 Dec 13:35

Release v0.4.10

  • feat: add app_metadata to rust sync requests in #151

Full Changelog: v0.4.9...v0.4.10

v0.4.9

Choose a tag to compare

@github-actions github-actions released this 06 Nov 13:39

Release v0.4.9

  • Support stable Rust in #143
  • Vendor sqlite-nostd sources in #144
  • Refactor view management in #145
  • Refactor table admin view in #146
  • Prepare for crates.io publishing in #147

Full Changelog: v0.4.8...v0.4.9

v0.4.8

Choose a tag to compare

@github-actions github-actions released this 27 Oct 08:26

Release v0.4.8

  • Build independent shared libraries for Android in #138
  • Allow clearing raw tables in #139
  • Soft clear: Delete $local bucket in #140

Full Changelog: v0.4.7...v0.4.8

v0.4.7

Choose a tag to compare

@github-actions github-actions released this 15 Oct 14:50

Release v0.4.7

  • Improve the quality of error messages for statements on raw tables.
  • Add a "soft-clear" flag to powersync_clear() that preserves oplog state while clearing visible data.
  • Build static libraries to prepare for a native SDK.
  • Build independent iOS libraries to prepare for build hooks on Dart.

v0.4.6

Choose a tag to compare

@github-actions github-actions released this 15 Sep 12:56
  • Delete stream subscriptions on clear in #126
  • Sync client: Handle connection events in #127
  • Reduce warnings for sync after uploads in #128

Full Changelog: v0.4.5...v0.4.6