Releases: powersync-ja/powersync-sqlite-core
Releases · powersync-ja/powersync-sqlite-core
Release list
v0.5.1
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_operationsvirtual table and sync helpers (breaking) in #182 - Remove the
FlushFileSystemsync 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
- Fix aarch64 watchOS simulator build for static library in #177
Full Changelog: v0.4.13...v0.4.14
v0.4.13
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
- Skip creating
ps_crudentries when clearing raw tables in #169
Full Changelog: v0.4.11...v0.4.12
v0.4.11
What's Changed
- Fix leaks when database is closed while in sync iteration in #156
- [internal, tests] Update to version 3 of
package:sqlite3in #157 - Track download size in
ps_bucketsin #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_resyncfunction in #166
Full Changelog: v0.4.10...v0.4.11
v0.4.10
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
v0.4.8
Release v0.4.8
- Build independent shared libraries for Android in #138
- Allow clearing raw tables in #139
- Soft clear: Delete
$localbucket in #140
Full Changelog: v0.4.7...v0.4.8
v0.4.7
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
- 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