Skip to content

Releases: nerves-hub/nerves_hub_link

v0.9.1

30 Sep 13:07
Compare
Choose a tag to compare
  • Enhancements
    • Send fwup version to server when connecting. This is required If you are using patchable firmware updates.

v0.9.0

13 Jul 13:53
Compare
Choose a tag to compare

This release supports the new NervesHub console terminal. After upgrading,
remote sessions should look almost the same as ssh-based ones: tab-completion,
colors, and commandline history work as expected now.

v0.8.2

05 Jun 15:28
Compare
Choose a tag to compare
  • Bug Fixes
    • Fixes a broken call to handle_fwup_message on fwup success (thanks @bmteller! ❤️)

v0.8.1

26 May 18:19
Compare
Choose a tag to compare
  • Enhancements
    • Flatten console data being sent to NervesHub
    • Log all fwup progress percentage messages

v0.8.0

14 May 21:04
Compare
Choose a tag to compare
  • nerves_hub_cli -> 0.10.0 - This decouples the CLI from the deprecated :nerves_hub
    lib and frees this lib to do the same. If you are setting :nerves_hub, org: org in
    your config, compilation will fail until you change it to use this lib key:
config :nerves_hub_link, org: org
  • nerves_hub_user_api -> 0.6.0

  • Enhancements

    • Updates example app
    • Cleanup and structural changes
    • The default NervesHub certificates are no longer stored in the priv directory so
      if you're not using them, they won't be included.
  • Fixes

    • Fixes an issue where a device may get an update message from the server while
      performing an update which would cause things to crash.
    • decouples :nerves_hub config values - see note above

v0.7.6

14 May 20:29
Compare
Choose a tag to compare

Various cleanup and structure changes from taking over nerves_hub lib to this point

  • Enhancements
    • Add Configurator behavior - Gives the user a chance to do some configuration at runtime
    • :nerves_key as optional dep