File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,15 @@ Packages with dependency updates only:
30
30
31
31
#### ` powersync_core ` - ` v1.3.1 `
32
32
33
- - http, creds, params
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.
34
36
35
37
#### ` powersync ` - ` v1.13.1 `
36
38
37
- - Bump "powersync" to ` 1.13.1 ` .
39
+ - Use ` package:http ` instead of ` package:fetch_client ` on the web (since the former now uses fetch as well).
40
+ - Allow disconnecting in the credentials callback of a connector.
41
+ - Deprecate retry and CRUD upload durations as fields and independent parameters. Use the new ` SyncOptions ` class instead.
38
42
39
43
#### ` powersync_sqlcipher ` - ` v0.1.7 `
40
44
Original file line number Diff line number Diff line change 1
1
## 1.13.1
2
2
3
- - Bump "powersync" to ` 1.13.1 ` .
3
+ - Use ` package:http ` instead of ` package:fetch_client ` on the web (since the former now uses fetch as well).
4
+ - Allow disconnecting in the credentials callback of a connector.
5
+ - Deprecate retry and CRUD upload durations as fields and independent parameters. Use the new ` SyncOptions ` class instead.
4
6
5
7
## 1.13.0
6
8
Original file line number Diff line number Diff line change 1
1
## 1.3.1
2
2
3
- - http, creds, params
3
+ - Use ` package:http ` instead of ` package:fetch_client ` on the web (since the former now uses fetch as well).
4
+ - Allow disconnecting in the credentials callback of a connector.
5
+ - Deprecate retry and CRUD upload durations as fields and independent parameters. Use the new ` SyncOptions ` class instead.
4
6
5
7
## 1.3.0
6
8
You can’t perform that action at this time.
0 commit comments