File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 22
33Here you can find a list of migration guides to handle breaking changes between releases of the CLI.
44
5+ ## dev, 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+
525## 0.19.0
626
727### ` board list ` command JSON output change
You can’t perform that action at this time.
0 commit comments