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 cbf5187 commit f31cc53Copy full SHA for f31cc53
docs/UPGRADING.md
@@ -4,6 +4,9 @@ Here you can find a list of migration guides to handle breaking changes between
4
5
## 0.32.0
6
7
+In the gRPC API the type `PlatformLoadingError` is dropped. Now a `FailedInstanceInitError` is returned as error details
8
+instead of it with the reason field set to `FAILED_INSTANCE_INIT_REASON_PLATFORM_LOAD_ERROR`.
9
+
10
Configuration file lookup in current working directory and its parents is dropped. The command line flag `--config-file`
11
must be specified to use an alternative configuration file from the one in the data directory.
12
0 commit comments