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:
3030
3131#### `powersync_core` - `v1.3.1`
3232
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.
3436
3537#### `powersync` - `v1.13.1`
3638
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.
3842
3943#### `powersync_sqlcipher` - `v0.1.7`
4044
Original file line number Diff line number Diff line change 11## 1.13.1
22
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.
46
57## 1.13.0
68
Original file line number Diff line number Diff line change 11## 1.3.1
22
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.
46
57## 1.3.0
68
You can’t perform that action at this time.
0 commit comments