Changelog
Added
306f195 Added --debug-file flag to gRPC daemon debug mode (#1704)
b86e5cf Add secure boot support for compile command. (#1686)
6303ba3 Add flag to allow board options to be specified seperately from fqbn (#1688)
a025bca Add missing "Type" value in 'board list' table in case of unknown board (#1673)
Changed
20449fc Improved JSON decoding (improves arduino-cli startup time) (#1402)
ae57066 Bump go version to go 1.17.8 (#1567)
26e1dc2 Discoveries are now closed and unregistered after failure (#1667)
dd48868 board list now returns partial results in case of errors (#1668)
Fixed
cb99229 Fix installation script bugs affecting Apple M1 users (#1721)
d61f954 Fixed some weird behaviour in gRPC Monitor command (#1706)
c918d8b Update dead documentation links (#1690)
2f2cbe2 Fix error being printed in index parsing during first start (#1672)
734d1c9 Fix a couple memory leaks caused by files not being closed (#1670)
Breaking Changes
a478b4a [breaking] Refactor errors handling in packagemanager.Load*
golang API (#1682)