Skip to content

Commit 0b9dbd8

Browse files
committed
Update changelog
1 parent 8b38412 commit 0b9dbd8

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@ Packages with dependency updates only:
3333
- Use `package:http` instead of `package:fetch_client` on the web (since the former now uses fetch as well).
3434
- Allow disconnecting in the credentials callback of a connector.
3535
- 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.
3637

3738
#### `powersync` - `v1.13.1`
3839

3940
- Use `package:http` instead of `package:fetch_client` on the web (since the former now uses fetch as well).
4041
- Allow disconnecting in the credentials callback of a connector.
4142
- 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.
4244

4345
#### `powersync_sqlcipher` - `v0.1.7`
4446

packages/powersync/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Use `package:http` instead of `package:fetch_client` on the web (since the former now uses fetch as well).
44
- Allow disconnecting in the credentials callback of a connector.
55
- Deprecate retry and CRUD upload durations as fields and independent parameters. Use the new `SyncOptions` class instead.
6+
- Fix sync progress report after a compaction or defragmentation on the sync service.
67

78
## 1.13.0
89

packages/powersync_core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Use `package:http` instead of `package:fetch_client` on the web (since the former now uses fetch as well).
44
- Allow disconnecting in the credentials callback of a connector.
55
- Deprecate retry and CRUD upload durations as fields and independent parameters. Use the new `SyncOptions` class instead.
6+
- Fix sync progress report after a compaction or defragmentation on the sync service.
67

78
## 1.3.0
89

0 commit comments

Comments
 (0)