Skip to content

v2.1.0

Compare
Choose a tag to compare
@jjcarstens jjcarstens released this 05 Feb 13:08
· 116 commits to main since this release

This update should be relatively safe and backwards compatible. It introduces some new features with NervesHub including Pre-shared key authentication and file upload/download ability through the console change. If you were previously relying on NervesHubLink.Connection functions then you will need to review and update your code to use NervesHubLink connection functions instead.

  • Removed

    • NervesHubLink.Connection was removed in favor is using the connection
      state of the socket instead.
  • Added

    • Use the console channel to save files to the device (#131)
    • Send a file to an attached NervesHub web console (#130)
    • Pre-shared key authentication as an alternative to certificate authentication
  • Updated

    • Default SNI from host if none specified
    • Default to CAStore when no :ca_certs are provided