You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/UPGRADING.md
+24-8Lines changed: 24 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,15 @@ Here you can find a list of migration guides to handle breaking changes between
4
4
5
5
## 0.22.0
6
6
7
-
### package `github.com/arduino/arduino-cli/httpclient` has been moved to `github.com/arduino/arduino-cli/arduino/httpclient`
7
+
### The content of package `github.com/arduino/arduino-cli/httpclient` has been moved to a different path
8
8
9
-
The old import must be updated to the new one.
9
+
In particular:
10
+
11
+
-`UserAgent` and `NetworkProxy` have been moved to `github.com/arduino/arduino-cli/configuration`
12
+
- the remainder of the package `github.com/arduino/arduino-cli/httpclient` has been moved to
The old imports must be updated according to the list above.
10
16
11
17
### `commands.DownloadProgressCB` and `commands.TaskProgressCB` have been moved to package `github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1`
12
18
@@ -20,7 +26,7 @@ All references to this function must be updated with the new import.
20
26
21
27
The old function must be replaced by the new one that is much more versatile.
22
28
23
-
### `packagemanager.PackageManager.DownloadToolRelease`, `packagemanager.PackageManager.DownloadPlatformRelease`, and `resources.DownloadResource.Download` functions now require `label`and `progressCB` parameters
29
+
### `packagemanager.PackageManager.DownloadToolRelease`, `packagemanager.PackageManager.DownloadPlatformRelease`, and `resources.DownloadResource.Download` functions change signature and behaviour
0 commit comments