Releases: nerves-hub/nerves_hub_cli
v3.0.0
The NervesHubCLI has been updated to use Burrito for building native binaries.
This includes support for MacOS (x86_64 and aarch64), Linux (x86_64 and aarch64), and Windows (x86_64).
This new packaging of the NervesHubCLI simplifies the installation process, and provides a more
consistent experience across platforms and projects.
v3.0.0-rc.1
This is a pre-release version of NervesHubCLI.
The major change in v3 is the move to using Burrito
for building binaries for MacOS (x86_64 and aarch64), Linux (x86_64), and Windows (x86_64).
This new packaging of the NervesHubCLI simplifies the installation process, and provides a more
consistent experience across platforms and projects.
v2.0.1
- Updated
- You can now use a single URI for defining the NervesHub instance you are connecting.
- CAStoreis now an optional dep. If you have included- CAStorein your Nerves project it will be used, otherwise- :public_keywill be the fallback.
- Firmware uploads will default to using HTTP1 as HTTP2 streaming issues exist with the Teslausage ofMint
 
v2.0.0
Update for compatibility with NervesHub 2.0
- 
Removed - Remove signing devices (and users) by NervesHub. It is now expected that users
 manage their own device signer certificates. Device certificates can still be
 created locally withmix nerves_hub.device cert create --signer-cert /path/signer-cert.pem --signer-key /path/signer-key.pem
- Remove resolving public keys for fwup. This must now be explicitly set
 
- Remove signing devices (and users) by NervesHub. It is now expected that users
- 
Updated - Swap to the Mint adapter instead of :hackney
 
- Swap to the Mint adapter instead of 
- 
Added - :nerves_hub_user_apihas now been merged into this lib
 
v0.12.0
- 
Enhancements - Support token authentication with NervesHub - This should be backwards compatible
 but does emit a warning when the user peer client cert is used for authentication.
 Usemix nerves_hub.user authto generate a token if your NervesHub instance
 supports it, or create in the user settings of the web.
 
- Support token authentication with NervesHub - This should be backwards compatible
- 
Bug Fixes - Fixes a variable mismatch (thanks @pojiro)
 
v0.11.1
Release v0.11.1
v0.11.0
Release v0.11.0
v0.10.5
- 
Bug Fixes - Fixes issue rendering devices when the device does not have any tags
 
- 
Enhancements - Certificate serials are now also displayed as a hex value to match OpenSSL output
- Add cert description to ca_certificate list
- More specific location output when creating user auth cert
 
v0.10.4
v0.10.3
- Bug fixes
- Fix deprecation warnings for nerves_hub_user_apicalls
 
- Fix deprecation warnings for