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 fe8ce39 commit ce2cf6dCopy full SHA for ce2cf6d
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 that don't respect the new constraints need to be updated.
14
15
### `board attach` CLI command changed behaviour
16
17
The `board attach` CLI command has changed behaviour: now it just pick whatever port and FQBN is passed as parameter and
0 commit comments