We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6853a6 commit 3097607Copy full SHA for 3097607
docs/UPGRADING.md
@@ -4,6 +4,10 @@ Here you can find a list of migration guides to handle breaking changes between
4
5
## 0.32.0
6
7
+### PlatformLoadingError error reshaped
8
+In the gRPC API the type `PlatformLoadingError` is dropped. Now a `FailedInstanceInitError` is returned as error details
9
+instead of it with the reason field set to `FAILED_INSTANCE_INIT_REASON_PLATFORM_LOAD_ERROR`.
10
+
11
### `arduino-cli` doesn't lookup anymore in the current directory for configuration file.
12
13
Configuration file lookup in current working directory and its parents is dropped. The command line flag `--config-file`
0 commit comments