Skip to content

Commit fbca285

Browse files
update the gRPC API
1 parent aee263c commit fbca285

File tree

2 files changed

+72
-42
lines changed

2 files changed

+72
-42
lines changed

rpc/cc/arduino/cli/commands/v1/common.pb.go

Lines changed: 67 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/cc/arduino/cli/commands/v1/common.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ message PlatformSummary {
9191
string installed_version = 3;
9292
// The latest available version of the platform, or empty if none available
9393
string latest_version = 4;
94+
// The latest available version of the platform containing all compatible
95+
// dependencies, or empty if none available
96+
string latest_compatible_version = 5;
9497
}
9598

9699
// PlatformMetadata contains generic information about a platform (not
@@ -141,6 +144,8 @@ message PlatformRelease {
141144
bool missing_metadata = 7;
142145
// True this release is deprecated
143146
bool deprecated = 8;
147+
// True if the platform contains an incompatible dependency.
148+
bool incompatible = 9;
144149
}
145150

146151
message InstalledPlatformReference {

0 commit comments

Comments
 (0)