v2.1.0
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
-
Updated
- Default SNI from host if none specified
- Default to CAStore when no
:ca_certs
are provided