All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[0.1.0] - 2026-07-16
Added
- Signed release-manifest verification: Ed25519 signature over a
sha512digest of the manifest, per-target asset/sha256/size pinning, and a monotonic rollback counter persisted via host-supplied:kv_get/:kv_put. SeeNervesGithubUpdater.ManifestandNervesGithubUpdater.Signature, andguides/manifest-format.mdfor the wire contract. - Legacy unverified install path (
verification_required: false) for bootstrapping fleets before a signing key is provisioned, gated by an audit-trailLogger.warningon every unverified install. :channelsupport (:stable/:prerelease) and a downgrade gate (:allow_downgrade, defaultfalse) comparing release tags against the running firmware version.- Streamed, incrementally-hashed asset downloads
(
NervesGithubUpdater.GithubClient) with atomic.part→ rename, a hard size ceiling against runaway/malicious responses, andIf-None-Match/ETag support to avoid burning GitHub API rate limit. NervesGithubUpdater.Fwup: a length-framedfwup --apply --framingwrapper over an Erlang Port, with progress callbacks and a documented caller-must-serialize contract.NervesGithubUpdater.UpdaterGenServer state machine (:idle/:checking/:verifying/:downloading/:flashing/:error) with PubSub progress broadcasts and runtimeupdate_config/2for mutable opts.NervesGithubUpdater.VersionComparefor semver-aware "update available" / "up to date" comparisons independent of the install flow.NervesGithubUpdater.Supervisoras the library's single public entry point for host supervision trees.