Releases: arduino/arduino-cli
v1.2.0-rc.1
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
v1.1.1-rc.1
v1.1.0
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
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)