Skip to content

0.8.0

Compare
Choose a tag to compare
@joelguittet joelguittet released this 08 Nov 21:37
· 74 commits to master since this release

Features

  • Rework of the platform architecture to introduce cryptoauthlib as a TLS module variant permitting to perform authentication of the device using ATECC608 secure element #31
  • Add API to retrieve version of the mender-mcu-client library #31
  • Rework platform API to keep private key value in the TLS module #28
  • Add new APIs to allow application trigerring works #26
  • Add user-agent header to http and websocket modules for all platforms #25
  • Removed unused mbedtls options #24
  • Add TLS_PEER_VERIFY socket option to zephyr net module #22
  • Remove attempt to perform connection multiple times in zephyr net module #21
  • Refactoring of work in the client, introduce a state machine #20
  • Enhance log level configuration options #18

Bug fix

  • Fix workflow build error #30

Documentation

  • Add references to the README #27