8000 [breaking] Removed `real_name` field from gRPC Library message by cmaglie · Pull Request #1890 · arduino/arduino-cli · GitHub
[go: up one dir, main page]

Skip to content

[breaking] Removed real_name field from gRPC Library message #1890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 4, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update docs/UPGRADING.md
Co-authored-by: per1234 <accounts@perglass.com>
  • Loading branch information
cmaglie and per1234 authored Oct 4, 2022
commit 6c3e203f8d6ad19ae2a5354da8ca7005bdc0029d
14 changes: 14 additions & 0 deletions docs/UPGRADING.md
Original file line number Diff line number Diff line change
82F0 Expand Up @@ -23,6 +23,20 @@ field that refers to the library name as it appears in the `library.properties`

You must use the `name` field instead.

#### Machine readable `lib list` output no longer has "real name" field

##### JSON

The `[*].library.real_name` field has been removed.

You must use the `[*].library.name` field instead.

##### YAML

The `[*].library.realname` field has been removed.

You must use the `[*].library.name` field instead.

### `github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.LibrariesManager.Install` removed parameter `installLocation`

The method:
Expand Down
0