Releases: nerves-hub/nerves_hub_link
v2.7.3
v2.7.2
-
Fixed
- Retrieve disk info differently based on OTP version
- Emit a warning when trying to retrieve public certs through Erlang on < OTP 25
- Revert Backoff/Certificate move to fix breaking change
-
Updated
- Force whenwhere 0.1.2 to fix compatibility with OTP 24 and earlier
v2.7.0
🚧 Invalid Release 🚧
This release is now invalid, It contains unintended breaking changes to NervesHubLink.Certificate
and NervesHubLink.Backoff
. Please use 2.7.2.
-
Added
- Improve how custom sets of metrics are defined (#279)
- Optional network traffic metrics (#267)
- REUSE compliance
-
Updated
v2.6.0
This update includes Extensions, a mechanism to handle extensions on a device for custom data and/or reporting outside the firmware update mechanism. These are isolated from the socket as to not get in the way of potential firmware updates and can be defined in external libs as well as this one by implementing the NervesHubLink.Extensions
behavior. Extensions are controlled by NervesHub and can be adjusted at the product or device level for granular control.
v2.5.2
v2.5.1
v2.5.0
v2.4.0
v2.3.0
v2.2.0
This update includes Archives, which is an extra fwup file that is downloaded as part
of a deployment. This allows you to send an update for something smaller than the whole
firmware. Archives are validated with separate public keys for safety.
- Added
- Archive downloading and processing for extra packages