Skip to content

0.8.0 Release

Compare
Choose a tag to compare
@bgiori bgiori released this 04 Jun 01:53
· 35 commits to master since this release
a664770

Release Notes

  • New transfer abstraction for image upload, file upload/download, and crash dump download. (#32)
    • Old implementations are deprecated.
  • Update log and state response fields from int to long to combat integer overflow (#50, #52)
    • WARNING: May break your build if performing stats collections
  • Firmware Upgrade will prioritize confirm over reset when possible In state VALIDATE (#53)
  • McuManagerTransport now requires an implemented connect method with callback (#37)
    • WARNING: May break build if you have a custom transport implementation.
  • CircleCI setup for auto-deploying SNAPSHOT releases and building/testing PRs. (#54)