You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/UPGRADING.md
+6
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ Here you can find a list of migration guides to handle breaking changes between
4
4
5
5
## 0.30.0
6
6
7
+
### Sketch name validation
8
+
9
+
The sketch name submitted via the `sketch new` command of the CLI or the gRPC command `cc.arduino.cli.commands.v1.NewSketch` are now validated. The applied rules follow the [sketch specifications](https://arduino.github.io/arduino-cli/dev/sketch-specification).
10
+
11
+
Existing sketch names that don't respect the new constraints need to be updated.
12
+
7
13
### `board attach` CLI command changed behaviour
8
14
9
15
The `board attach` CLI command has changed behaviour: now it just pick whatever port and FQBN is passed as parameter and
0 commit comments