Skip to content

Commit c0e7af6

Browse files
committed
Updated UPGRADING.md
1 parent ac085e2 commit c0e7af6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: docs/UPGRADING.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
Here 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

0 commit comments

Comments
 (0)