Releases: powersync-ja/powersync.dart
Releases · powersync-ja/powersync.dart
powersync-v1.13.0
Release powersync-v1.13.0
- Report real-time progress information about downloads through
SyncStatus.downloadProgress
. - Add
trackPreviousValues
option onTable
which setsCrudEntry.previousValues
to previous values on updates. - Add
trackMetadata
option onTable
which adds a_metadata
column that can be used for updates.
The configured metadata is available throughCrudEntry.metadata
. - Add
ignoreEmptyUpdates
option which skips creating CRUD entries for updates that don't change any values.
powersync-v1.12.4
Release powersync-v1.12.4
- Fix deadlock when calling
connect()
immediately after opening a database. The issue was introduced in version 1.12.3.
powersync-v1.12.3
Release powersync-v1.12.3
This updates powersync_core
to version 1.2.3
, which includes these changes:
- Introduce locks to avoid duplicate sync streams when multiple instances of the same database are opened.
- Refactor connect / disconnect internally.
- Warn when multiple instances of the same database are opened.
- Fix race condition causing data not to be applied while an upload is in progress.
- Web: Fix token invalidation logic when a sync worker is used.
powersync-v1.12.2
Release powersync-v1.12.2
- Update a dependency to the latest release.
powersync-v1.12.1
Release powersync-v1.12.1
- Update a dependency to the latest release.
powersync-v1.12.0
Release powersync-v1.12.0
- Support bucket priorities and partial syncs.
powersync-v1.11.3
Release powersync-v1.11.3
- Update a dependency to the latest release.
powersync-v1.11.2
Release powersync-v1.11.2
- Web: Support running in contexts where web workers are unavailable.
- Web: Fix sync worker logs not being disabled.
powersync_sqlcipher
: Web support.
powersync-v1.11.1
Release powersync-v1.11.1
- Fix
statusStream
emitting the same sync status multiple times.
powersync-v1.11.0
Release powersync-v1.11.0
- Increase limit on number of columns per table to 1999.
- Avoid deleting the $local bucket on connect().