Skip to content

v2.9.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@joshk joshk released this 11 Sep 00:55
· 75 commits to main since this release
b88036b
  • Added

    • The way firmware updates are downloaded and installed has been improved to support recovery of downloads in the event of application crashes and device reboots. The default update strategy has been encapsulated in a new module called NervesHubLink.UpdateManager.StreamingUpdater, while the new optional caching updater strategy is implemented in NervesHubLink.UpdateManager.CachingUpdater. New update strategies can be added by implementing the NervesHubLink.UpdateManager.Updater behaviour. Please read the module documentation for more information.