Skip to content

Releases: powersync-ja/powersync.dart

powersync-v1.12.3

23 Apr 07:08
Compare
Choose a tag to compare

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

11 Mar 14:18
Compare
Choose a tag to compare

Release powersync-v1.12.2

  • Update a dependency to the latest release.

powersync-v1.12.1

07 Mar 11:59
Compare
Choose a tag to compare

Release powersync-v1.12.1

  • Update a dependency to the latest release.

powersync-v1.12.0

03 Mar 09:48
Compare
Choose a tag to compare

Release powersync-v1.12.0

  • Support bucket priorities and partial syncs.

powersync-v1.11.3

18 Feb 08:23
Compare
Choose a tag to compare

Release powersync-v1.11.3

  • Update a dependency to the latest release.

powersync-v1.11.2

29 Jan 10:05
Compare
Choose a tag to compare

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

16 Jan 14:27
Compare
Choose a tag to compare

Release powersync-v1.11.1

  • Fix statusStream emitting the same sync status multiple times.

powersync-v1.11.0

06 Jan 15:53
c77d207
Compare
Choose a tag to compare

Release powersync-v1.11.0

  • Increase limit on number of columns per table to 1999.
  • Avoid deleting the $local bucket on connect().

powersync-v1.10.0

12 Nov 14:38
Compare
Choose a tag to compare

Release powersync-v1.10.0

  • This package now uses the powersync_core package to provide its base functionality.

powersync-v1.9.3

11 Nov 10:43
d3c93c1
Compare
Choose a tag to compare

Release powersync-v1.9.3

  • Use powersync-sqlite-core 0.3.6 to fix an issue with dangling rows