Skip to content

Release v1.0.0-alpha.11

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 21:25
· 538 commits to main since this release

Fixes

  • An ecc_compact issue. This requires your gateway key to be regenerated, which the package does by using a new file gateway_key.bin. The info and add commands will use this new file as long as your default.toml settings file was not modified by hand

  • Occasional crash in xor filter updates from router

Added

  • Introduces the add command. The service must be stopped before an add transaction can be generated on gateways that use a hardware security key. In addition light gateway support must be enabled on chain before the transaction can be successfully processed by the chain.

  • Adds initial support for release channel based default router selection. The default router is the router used when the gateway does not know where to route a packet. The alpha channel will go to the hosted helium staging router by default, while the beta and release channels will go to the production router. A beta tag will be released soon

  • Adds support for the ResIOT target. @StevenResiot

  • Adds support for x86_64 Debian based target. @PaulVMo

NOTE

The Dragino release was removed since it appears to have an issue related to ar vs tar usage during packaging.