File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Here you can find a list of migration guides to handle breaking changes between releases of the CLI.
4
4
5
+ ## 0.35.0
6
+
7
+ ### The gRPC ` cc.arduino.cli.commands.v1.Platform ` has been changed.
8
+
9
+ We've added a new field called ` latest_compatible ` . This field indicates the latest version that can be successfully
10
+ installed for the current OS. The ` latest ` field cannot guarantee such property.
11
+
12
+ ### ` core list ` now returns only the latest version that can be installed.
13
+
14
+ Previously, we showed the latest version without checking if all the dependencies were available in the current OS. Now,
15
+ the latest version will always point to an installable one even if a newer incompatible one is present.
16
+
17
+ ### ` core upgrade ` and ` core install ` will install the latest compatible version.
18
+
19
+ Previously, we'd have tried the installation/upgrade of a core even if all the required tools weren't available in the
20
+ current OS. Now we check this upfront, and allowing the installation of incompatible versions only if a user explicitly
21
+ provides it like: ` core install arduino:renesas_uno@1.0.2 `
22
+
5
23
## 0.34.0
6
24
7
25
### The gRPC ` cc.arduino.cli.commands.v1.UploadRepsonse ` command response has been changed.
You can’t perform that action at this time.
0 commit comments