We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 7946379 commit 8988783Copy full SHA for 8988783
docs/UPGRADING.md
@@ -4,6 +4,14 @@ Here you can find a list of migration guides to handle breaking changes between
4
5
## 0.30.0
6
7
+### Sketch name validation
8
+
9
+The sketch name submitted via the `sketch new` command of the CLI or the gRPC command
10
+`cc.arduino.cli.commands.v1.NewSketch` are now validated. The applied rules follow the
11
+[sketch specifications](https://arduino.github.io/arduino-cli/dev/sketch-specification).
12
13
+Existing sketch names violating the new constraints need to be updated.
14
15
### `daemon` CLI command's `--ip` flag removal
16
17
The `daemon` CLI command no longer allows to set a custom ip for the gRPC communication. Currently there is not enough
0 commit comments