File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ We also started using a linter to implement checks for gRPC API style errors.
13
13
14
14
This provides a better consistency and higher quality API but inevitably introduces breaking changes.
15
15
16
- ### gRPC API breaking changes
16
+ #### gRPC API breaking changes
17
17
18
18
Consumers of the gRPC API should regenerate their bindings and update all structures naming where necessary. Most of the
19
- changes are trivial and falls into the following categories:
19
+ changes are trivial and fall into the following categories:
20
20
21
21
- Service names have been suffixed with ` ...Service ` (for example ` ArduinoCore ` -> ` ArduinoCoreService ` )
22
22
- Message names suffix has been changed from ` ...Req ` /` ...Resp ` to ` ...Request ` /` ...Response ` (for example
@@ -28,7 +28,7 @@ changes are trivial and falls into the following categories:
28
28
- Package names are now versioned (for example ` cc.arduino.cli.commands ` -> ` cc.arduino.cli.commands.v1 ` )
29
29
- Repeated responses are now in plural form (` identification_pref ` -> ` identification_prefs ` , ` platform ` -> ` platforms ` )
30
30
31
- ### arduino-cli JSON output breaking changes
31
+ #### arduino-cli JSON output breaking changes
32
32
33
33
Consumers of the JSON output of the CLI must update their clients if they use one of the following commands:
34
34
You can’t perform that action at this time.
0 commit comments