Skip to content

Releases: arduino/arduino-cli

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)

0.25.0-rc1

11 Jul 16:24
63b53c0
Compare
Choose a tag to compare
0.25.0-rc1 Pre-release
Pre-release

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)

Breaking changes

6ac5f7a [breaking] Fix gRPC streaming synchronization on close (should fix missing lines at the end of compile) (#1787)

0.24.0

22 Jun 10:21
c1b10f5
Compare
Choose a tag to compare

Changelog

Fixed

2ee2138 Clear gRPC Monitor request only after monitor successfully closes (#1771)

Changed

64bc4dc Rate limit the number of outgoing gRPC messages (#1759)
76fab32 disable CGO on every OS except macOS (#1751)
427af56 Do library rescan on compile (if no profies are used) (#1758)

Breaking changes

4badf90 [breaking] Remove old gRPC Monitor service, in favor of new gRPC API based on pluggable monitor (#1504)

0.24.0-rc1

21 Jun 16:24
c1b10f5
Compare
Choose a tag to compare
0.24.0-rc1 Pre-release
Pre-release

Changelog

Fixed

2ee2138 Clear gRPC Monitor request only after monitor successfully closes (#1771)

Changed

64bc4dc Rate limit the number of outgoing gRPC messages (#1759)
76fab32 disable CGO on every OS except macOS (#1751)
427af56 Do library rescan on compile (if no profies are used) (#1758)

Breaking changes

4badf90 [breaking] Remove old gRPC Monitor service, in favor of new gRPC API based on pluggable monitor (#1504)

0.23.0

06 Jun 14:38
899dc91
Compare
Choose a tag to compare

Changelog

Added

7e9e4ca Implementation of sketch profiles (#1713)
d5df436 Improved compile report / temporary support for profile creation (#1745)
7afdc38 Monitor gRPC now sends a 'success' message to notify open port (#1742)

Fixed

48dd5c7 Fixed '--libraries' and '--library' flags description in compile command (#1732)
ca8c48a Use real names for libs in upgrade commands (#1725)
afdc20c Optimization: skip Init() when no library or platform was installed (#1663)
4d31f4f fix arduino-cli outdated --format json output (#1746)
4ec6b97 Fixed regression in library discovery (#1741)

Changed

652bcac Allow downloading index and signature in a single tar.bz2 archive (#1734)
b6d36c6 Improved gRPC debug logger (#1730)

Breaking changes

7e9e4ca [breaking] Implementation of sketch profiles (#1713)
d5df436 [breaking] Improved compile report / temporary support for profile creation (#1745)
4ec6b97 [breaking] Fixed regression in library discovery (#1741)