File tree 1 file changed +20
-0
lines changed
1 file changed +20
-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
+ ## Nightly builds: not yet released
6
+
7
+ ### gRPC ` Monitor ` service and related gRPC calls have been removed
8
+
9
+ The gRPC ` Monitor ` service and the gRPC call ` Monitor.StreamingOpen ` have been removed in favor of the new Pluggable
10
+ Monitor API in the gRPC ` Commands ` service:
11
+
12
+ - ` Commands.Monitor ` : open a monitor connection to a communication port.
13
+ - ` Commands.EnumerateMonitorPortSettings ` : enumerate the possible configurations parameters for a communication port.
14
+
15
+ Please refer to the official documentation and the reference client implementation for details on how to use the new
16
+ API.
17
+
18
+ https://arduino.github.io/arduino-cli/dev/rpc/commands/#monitorrequest
19
+ https://arduino.github.io/arduino-cli/dev/rpc/commands/#monitorresponse
20
+ https://arduino.github.io/arduino-cli/dev/rpc/commands/#enumeratemonitorportsettingsrequest
21
+ https://arduino.github.io/arduino-cli/dev/rpc/commands/#enumeratemonitorportsettingsresponse
22
+
23
+ https://github.com/arduino/arduino-cli/blob/master/commands/daemon/term_example/main.go
24
+
5
25
## 0.20.0
6
26
7
27
### ` board details ` arguments change
You can’t perform that action at this time.
0 commit comments