Skip to content

Releases: arduino/arduino-cli

0.27.1

06 Sep 16:59
Compare
Choose a tag to compare

Changelog

Fixed

a900cfb Fixed compile regression (#1867)

0.27.1-rc.1

06 Sep 16:07
Compare
Choose a tag to compare
0.27.1-rc.1 Pre-release
Pre-release

Changelog

Fixed

a900cfb Fixed compile regression (#1867)

0.27.0

05 Sep 08:22
c2af7c5
Compare
Choose a tag to compare

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

02 Sep 10:19
c2af7c5
Compare
Choose a tag to compare
0.27.0-rc.1 Pre-release
Pre-release

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

10 Aug 14:46
fc2ea72
Compare
Choose a tag to compare

Changelog

Fixed

3a25147 Expand property references in version property of platform.txt (#1830)
2dd8976 Bugfix: do not overwrite board properties during compile (#1820) (Fix #1614)
5332ffd Fix regression: do not crash on board list if a discovery is not properly installed (#1814)

0.26.0-rc.1

10 Aug 09:43
fc2ea72
Compare
Choose a tag to compare
0.26.0-rc.1 Pre-release
Pre-release

Changelog

Fixed

3a25147 Expand property references in version property of platform.txt (#1830)
2dd8976 Bugfix: do not overwrite board properties during compile (#1820) (Fix #1614)
5332ffd Fix regression: do not crash on board list if a discovery is not properly installed (#1814)

0.25.1

25 Jul 15:27
436f0bb
Compare
Choose a tag to compare

Changelog

Added

78be128 Allow using specific revisions in lib install --git-url (#1113) (#1776)

Fixed

4c539b9 Fix bogus "wrong file size" error in some rare cases (#1810)

0.25.1-rc1

22 Jul 15:21
436f0bb
Compare
Choose a tag to compare
0.25.1-rc1 Pre-release
Pre-release

Changelog

Added

78be128 Allow using specific revisions in lib install --git-url (#1113) (#1776)

Fixed

4c539b9 Fix bogus "wrong file size" error in some rare cases (#1810)

0.25.0

20 Jul 09:37
4fd9583
Compare
Choose a tag to compare

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)

0.25.0-rc2

19 Jul 10:46
4fd9583
Compare
Choose a tag to compare
0.25.0-rc2 Pre-release
Pre-release

Changelog

Fixed

f0b218a Fix path in error messages on sketch loading (#1805)