|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 5 |
|
| 6 | +## 2024-11-04 |
| 7 | + |
| 8 | +### Changes |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +Packages with breaking changes: |
| 13 | + |
| 14 | + - There are no breaking changes in this release. |
| 15 | + |
| 16 | +Packages with other changes: |
| 17 | + |
| 18 | + - [`powersync` - `v1.9.1`](#powersync---v191) |
| 19 | + - [`powersync_attachments_helper` - `v0.6.15`](#powersync_attachments_helper---v0615) |
| 20 | + |
| 21 | +--- |
| 22 | + |
| 23 | +#### `powersync` - `v1.9.1` |
| 24 | + |
| 25 | + - Flutter Web Beta release |
| 26 | + |
| 27 | +#### `powersync_attachments_helper` - `v0.6.15` |
| 28 | + |
| 29 | + - Flutter Web Beta release |
| 30 | + |
| 31 | + |
| 32 | +## 2024-11-01 |
| 33 | + |
| 34 | +### Changes |
| 35 | + |
| 36 | +--- |
| 37 | + |
| 38 | +Packages with breaking changes: |
| 39 | + |
| 40 | + - There are no breaking changes in this release. |
| 41 | + |
| 42 | +Packages with other changes: |
| 43 | + |
| 44 | + - [`powersync` - `v1.9.0`](#powersync---v190) |
| 45 | + - [`powersync_attachments_helper` - `v0.6.14`](#powersync_attachments_helper---v0614) |
| 46 | + |
| 47 | +--- |
| 48 | + |
| 49 | +#### `powersync` - `v1.9.0` |
| 50 | + |
| 51 | + - **FEAT**: Use a sync worker for web that offloads the task of synchronizing databases to a separate worker, allowing it to be coordinated across tabs even when the database itself is not in a shared worker. |
| 52 | + |
| 53 | +#### `powersync_attachments_helper` - `v0.6.14` |
| 54 | + |
| 55 | + - Update a dependency to the latest release. |
| 56 | + |
| 57 | +## 2024-10-31 |
| 58 | + |
| 59 | +### Changes |
| 60 | + |
| 61 | +--- |
| 62 | + |
| 63 | +Packages with breaking changes: |
| 64 | + |
| 65 | + - There are no breaking changes in this release. |
| 66 | + |
| 67 | +Packages with other changes: |
| 68 | + |
| 69 | + - [`powersync` - `v1.8.9`](#powersync---v189) |
| 70 | + - [`powersync_attachments_helper` - `v0.6.13`](#powersync_attachments_helper---v0613) |
| 71 | + - [`powersync_flutter_libs` - `v0.4.2`](#powersync_flutter_libs---v042) |
| 72 | + |
| 73 | +--- |
| 74 | + |
| 75 | +#### `powersync` - `v1.8.9` |
| 76 | + |
| 77 | + - **FIX**: Issue where CRUD uploads were not triggered when the SDK reconnected to the PowerSync service after being offline. |
| 78 | + |
| 79 | +#### `powersync_attachments_helper` - `v0.6.13` |
| 80 | + |
| 81 | + - Update a dependency to the latest release. |
| 82 | + |
| 83 | +#### `powersync_flutter_libs` - `v0.4.2` |
| 84 | + |
| 85 | + - Update a dependency to the latest release. |
| 86 | + |
| 87 | + |
6 | 88 | ## 2024-10-21 |
7 | 89 |
|
8 | 90 | ### Changes |
@@ -31,7 +113,7 @@ Packages with other changes: |
31 | 113 |
|
32 | 114 | #### `powersync_flutter_libs` - `v0.4.1` |
33 | 115 |
|
34 | | - - powersync-sqlite-core v0.3.4 |
| 116 | + - powersync-sqlite-core v0.3.4 |
35 | 117 |
|
36 | 118 | ## 2024-10-17 |
37 | 119 |
|
|
0 commit comments