|
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 | +## 2025-05-29 |
| 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_core` - `v1.3.1`](#powersync_core---v131) |
| 19 | + - [`powersync` - `v1.13.1`](#powersync---v1131) |
| 20 | + - [`powersync_sqlcipher` - `v0.1.7`](#powersync_sqlcipher---v017) |
| 21 | + - [`powersync_attachments_helper` - `v0.6.18+8`](#powersync_attachments_helper---v06188) |
| 22 | + |
| 23 | +Packages with dependency updates only: |
| 24 | + |
| 25 | +> 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+8` |
| 28 | + |
| 29 | +--- |
| 30 | + |
| 31 | +#### `powersync_core` - `v1.3.1` |
| 32 | + |
| 33 | +- Use `package:http` instead of `package:fetch_client` on the web (since the former now uses fetch as well). |
| 34 | +- Allow disconnecting in the credentials callback of a connector. |
| 35 | +- Deprecate retry and CRUD upload durations as fields and independent parameters. Use the new `SyncOptions` class instead. |
| 36 | +- Fix sync progress report after a compaction or defragmentation on the sync service. |
| 37 | + |
| 38 | +#### `powersync` - `v1.13.1` |
| 39 | + |
| 40 | +- Use `package:http` instead of `package:fetch_client` on the web (since the former now uses fetch as well). |
| 41 | +- Allow disconnecting in the credentials callback of a connector. |
| 42 | +- Deprecate retry and CRUD upload durations as fields and independent parameters. Use the new `SyncOptions` class instead. |
| 43 | +- Fix sync progress report after a compaction or defragmentation on the sync service. |
| 44 | + |
| 45 | +#### `powersync_sqlcipher` - `v0.1.7` |
| 46 | + |
| 47 | + - Allow subclassing open factory for SQLCipher. |
| 48 | + |
| 49 | + |
6 | 50 | ## 2025-05-07 |
7 | 51 |
|
8 | 52 | ### Changes |
|
0 commit comments