You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
26
+
27
+
-`powersync_attachments_helper` - `v0.6.18+6`
28
+
-`powersync_sqlcipher` - `v0.1.5+4`
29
+
-`powersync` - `v1.12.4`
30
+
31
+
---
32
+
33
+
#### `powersync_core` - `v1.2.4`
34
+
35
+
- Fix deadlock when `connect()` is called immediately after opening a database.
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
58
+
59
+
-`powersync_attachments_helper` - `v0.6.18+5`
60
+
-`powersync_sqlcipher` - `v0.1.5+3`
61
+
-`powersync` - `v1.12.3`
62
+
63
+
---
64
+
65
+
#### `powersync_core` - `v1.2.3`
66
+
67
+
- Introduce locks to avoid duplicate sync streams when multiple instances of the same database are opened.
68
+
- Refactor connect / disconnect internally.
69
+
- Warn when multiple instances of the same database are opened.
70
+
- Fix race condition causing data not to be applied while an upload is in progress.
71
+
- Web: Fix token invalidation logic when a sync worker is used.
This monorepo uses [melos](https://melos.invertase.dev/) to handle command and package management.
20
20
21
-
For detailed usage, check out the inner [powersync](https://github.com/powersync-ja/powersync.dart/tree/master/packages/powersync), [powersync_core](https://github.com/powersync-ja/powersync.dart/tree/master/packages/powersync_core), [powersync_sqlcipher](https://github.com/powersync-ja/powersync.dart/tree/master/packages/powersync_sqlcipher) and [attachments helper](https://github.com/powersync-ja/powersync.dart/tree/master/packages/powersync_attachments_helper) packages.
21
+
For detailed usage, check out the inner [powersync](https://github.com/powersync-ja/powersync.dart/tree/main/packages/powersync), [powersync_core](https://github.com/powersync-ja/powersync.dart/tree/main/packages/powersync_core), [powersync_sqlcipher](https://github.com/powersync-ja/powersync.dart/tree/main/packages/powersync_sqlcipher) and [attachments helper](https://github.com/powersync-ja/powersync.dart/tree/main/packages/powersync_attachments_helper) packages.
22
22
23
23
To configure the monorepo for development run `melos prepare` after cloning
0 commit comments