File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,14 @@ Packages with dependency updates only:
33
33
- Use ` package:http ` instead of ` package:fetch_client ` on the web (since the former now uses fetch as well).
34
34
- Allow disconnecting in the credentials callback of a connector.
35
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.
36
37
37
38
#### ` powersync ` - ` v1.13.1 `
38
39
39
40
- Use ` package:http ` instead of ` package:fetch_client ` on the web (since the former now uses fetch as well).
40
41
- Allow disconnecting in the credentials callback of a connector.
41
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.
42
44
43
45
#### ` powersync_sqlcipher ` - ` v0.1.7 `
44
46
Original file line number Diff line number Diff line change 3
3
- Use ` package:http ` instead of ` package:fetch_client ` on the web (since the former now uses fetch as well).
4
4
- Allow disconnecting in the credentials callback of a connector.
5
5
- 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.
6
7
7
8
## 1.13.0
8
9
Original file line number Diff line number Diff line change 3
3
- Use ` package:http ` instead of ` package:fetch_client ` on the web (since the former now uses fetch as well).
4
4
- Allow disconnecting in the credentials callback of a connector.
5
5
- 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.
6
7
7
8
## 1.3.0
8
9
You can’t perform that action at this time.
0 commit comments