File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,17 @@ but since it has been the default behaviour from a very long time we decided to
13
13
If a compilation fail for a missing bundled library, you can fix it just by installing the missing library from the
14
14
library manager as usual.
15
15
16
+ ### gRPC: Changes in message ` cc.arduino.cli.commands.v1.PlatformReference `
17
+
18
+ The gRPC message structure ` cc.arduino.cli.commands.v1.PlatformReference ` has been renamed to
19
+ ` cc.arduino.cli.commands.v1.InstalledPlatformReference ` , and some new fields have been added:
20
+
21
+ - ` install_dir ` is the installation directory of the platform
22
+ - ` package_url ` is the 3rd party platform URL of the platform
23
+
24
+ It is currently used only in ` cc.arduino.cli.commands.v1.CompileResponse ` , so the field type has been changed as well.
25
+ Old gRPC clients must only update gRPC bindings. They can safely ignore the new fields if not needed.
26
+
16
27
### golang API: PackageManager.DownloadPlatformRelease no longer need ` label ` parameter
17
28
18
29
``` go
You can’t perform that action at this time.
0 commit comments