Skip to content

Releases: arduino/arduino-cli

v1.2.0-rc.1

13 Feb 16:44
fff8658
Compare
Choose a tag to compare
v1.2.0-rc.1 Pre-release
Pre-release

Changelog

bb88dc2 Fixed library install from git-url when reference points to a git branch (#2833)
ff4da77 fix(docs): typo in suggested host value (#2830)
92fae9c On compile command: implemented --quiet flag / removed libraries recap on default verbosity level. (#2820)
c5cfe4a Add metadata retrieved from the context to the user agent when a new HTTP client is created (#2789)
e9092cc Fixed panic if malformed 3rd party url is specified (#2817)
c78921a Added option to disable integrity checks in core install (for development purposes) (#2740)
ed88bd8 Added BoardIdentify gRPC call. (#2794)
24799f3 fix: Sketch preprocessing errors were displayed on stdout instead of stderr (#2806)
63bfd5c improved error messages parsing (#2782)
4cdf367 Upgrade some golang packages (#2792)
0a116e7 compile: fix export when artifacts contains a folder (#2788)
5968346 settings: add network.connection_timeout and network.cloud_api.skip_board_detection_calls (#2770)
84fc413 Expose golang fqbn package for public use (#2768)
6dbff9f Made 'version' package internal (#2767)
a9597d6 Updated and refined documentation (#2760)

v1.1.1

22 Nov 09:35
fa6eafc
Compare
Choose a tag to compare

Changelog

ca4a4ec In compile command try to release the package manager lock ASAP (#2741)
c3d05d6 Fixed protoc.zip release artifact missing google/rpc/status.proto (#2761)
5fc8845 Use a more helpful message when a 'signature expired' error happens. (#2750)

v1.1.1-rc.1

22 Nov 09:29
fa6eafc
Compare
Choose a tag to compare
v1.1.1-rc.1 Pre-release
Pre-release

Changelog

ca4a4ec In compile command try to release the package manager lock ASAP (#2741)
c3d05d6 Fixed protoc.zip release artifact missing google/rpc/status.proto (#2761)
5fc8845 Use a more helpful message when a 'signature expired' error happens. (#2750)

v1.1.0

07 Nov 14:28
49c154a
Compare
Choose a tag to compare

Changelog

4d450df Fixed locales (translations) not being detected with a default config (#2724)
7ee4cf7 Do not fail if the downloaded file has good checksum but incorrect size. (#2739)
a008ef0 Some improvements to install.sh (#2738)
7055f2a gRPC: if an Upload request is canceled, immediately terminate the upload tool process. (#2726)
a527c7c Fixed compiler-cache on Windows when there are non-ASCII characters in the file path (#2733)
812e621 Allow setting installer temp path from env var (#2730)
d2cd387 Fixed invalid gRPC TaskProgress message on compile (#2731)
0540cee Increased gRPC message size limit to 16MB / added CLI flag to set the value (#2729)
ea09108 Fix monitor init handling (#2728)
ac6ec6d Improved package index merging logic (#2713)
24bd145 Allow port, protocol, and port settings to be specified in profiles. (#2717)
863c1ec Fixed build_cache.path behaviour / The --build-path dir now produce a full build (#2673)
a3796a0 Add riscv64 Linux tools download support (#2700)
642ce2e Added the possibility to set custom properties on upload/burn-bootloader/debug commands. (#2693)
c5812ee core: list returns an empty array instead of null when no cores are installed (#2691)

v1.1.0-rc.1

07 Nov 14:13
49c154a
Compare
Choose a tag to compare
v1.1.0-rc.1 Pre-release
Pre-release

Changelog

4d450df Fixed locales (translations) not being detected with default config (#2724)
7ee4cf7 Do not fail if downloaded file has good checksum but incorrect size. (#2739)
eeee6f3 Use buf.build to manage our protobuf related activities (#2736)
a008ef0 Some improvements to install.sh (#2738)
7055f2a gRPC: if an Upload request is canceled, immediately terminate the upload tool process. (#2726)
26b0b55 Fix collision between macOS workflow artifacts in release workflows (#2732)
a527c7c Fixed compiler-cache on Windows when there are non-ASCII characters in file path (#2733)
812e621 Set installer tmp path to env var (#2730)
d2cd387 Fixed invalid gRPC TaskProgress message on compile (#2731)
0540cee Increased gRPC message size limit to 16MB / added CLI flag to set the value (#2729)
ea09108 Fix monitor init handling (#2728)
ac6ec6d Improved package index merging logic (#2713)
24bd145 Allow port, protocol and port settings to be specified in profiles. (#2717)
863c1ec Fixed build_cache.path behaviour / The --build-path dir now produce a full build (#2673)
a3796a0 Add riscv64 linux tools download support (#2700)
642ce2e Added possibility to set custom properties on upload/burn-bootloader/debug commands. (#2693)
c5812ee core: list return empty array instead of null, when no cores are installed (#2691)

v1.0.4

12 Aug 13:46
a0d912d
Compare
Choose a tag to compare

Changelog

a353f86 Added global --config-dir flag (#2677)
faa6359 fix: Ensure calls to BoardListWatch gRPC correctly release resources (#2681)
82f60c6 Document breaking change to config get command output (#2676)
b8c927b Improved {build.*.platform.path} vars enumeration. (#2652)

v1.0.4-rc.1

12 Aug 13:40
a0d912d
Compare
Choose a tag to compare
v1.0.4-rc.1 Pre-release
Pre-release

Changelog

a353f86 Added global --config-dir flag (#2677)
faa6359 fix: Ensure calls to BoardListWatch gRPC correctly release resources (#2681)
82f60c6 Document breaking change to config get command output (#2676)
b8c927b Improved {build.*.platform.path} vars enumeration. (#2652)

v1.0.3

23 Jul 08:50
8b6ad25
Compare
Choose a tag to compare

Changelog

eb28638 regression: fixed ARDUINO_USER_AGENT pollution / resolve compile-sketch GH action failure on Teensy (#2669)
b4f8849 grpc: fixed BoardListWatch streaming call (#2664)
abb2232 fix install.sh not working with wget2

v1.0.2

02 Jul 16:25
33dfa8e
Compare
Choose a tag to compare

Changelog

80c463f Changed license of .protoc definitions to Apache-2.0 (#2653)
850f22a regression: allow monitor to not require to specify the board if the port cannot be identified. (#2647)

v1.0.1

20 Jun 19:02
590e73b
Compare
Choose a tag to compare

Changelog

7d00b5b fix regression: setting 3rd party URL via ARDUINO_BOARD_MANAGER_ADDITIONAL_URLS env var (#2645)
7219aa8 Silence config warnings in text mode except for 'config ...' commands (#2641)