Releases: arduino/arduino-cli
0.27.1
0.27.1-rc.1
0.27.0
Changelog
Added
05d1446 Added Type field to Platform gRPC struct (#1853)
2bbb1b4 Added 'label' and 'properties' fields in board watch command (json output) (#1845)
Fixed
25d9100 Extended Pluggable Monitor specification to allow board-specific settings to be applied (#1855)
42043f6 Fixed cryptic error messages returned from Compile (#1848)
6138864 Correct key name in arduino-cli compile --dump-profile
output (#1846)
9c334ed Fix gRPC BoardList*
methods concurrency issues (#1804)
Breaking changes
73b3b61 [breaking] Simplified gRPC streams helpers (#1857)
4a4d1fd [breaking] Remove auto detection of Arduino IDE built-in libraries and tools / Allow gRPC install of built-in libraries (#1817)
276b0cc [breaking] daemon: Fix concurrency and streamline access to PackageManager (#1828)
0.27.0-rc.1
Changelog
Added
05d1446 Added Type field to Platform gRPC struct (#1853)
2bbb1b4 Added 'label' and 'properties' fields in board watch command (json output) (#1845)
Fixed
25d9100 Extended Pluggable Monitor specification to allow board-specific settings to be applied (#1855)
42043f6 Fixed cryptic error messages returned from Compile (#1848)
6138864 Correct key name in arduino-cli compile --dump-profile
output (#1846)
9c334ed Fix gRPC BoardList*
methods concurrency issues (#1804)
Breaking changes
73b3b61 [breaking] Simplified gRPC streams helpers (#1857)
4a4d1fd [breaking] Remove auto detection of Arduino IDE built-in libraries and tools / Allow gRPC install of built-in libraries (#1817)
276b0cc [breaking] daemon: Fix concurrency and streamline access to PackageManager (#1828)
0.26.0
0.26.0-rc.1
0.25.1
0.25.1-rc1
0.25.0
Changelog
Added
ffe4232 Add --no-overwrite
flag in core install
(#1794)
2ea3608 Added --no-overwrite
flag in lib install
command (#1793)
0de6c37 Add support for macos arm64 build (#1770)
Fixed
f0b218a Fix path in error messages on sketch loading (#1805)
Breaking changes
6ac5f7a [breaking] Fix gRPC streaming synchronization on close (should fix missing lines at the end of compile) (#1787)