Skip to content

1.5.0

Compare
Choose a tag to compare
@fgalan fgalan released this 03 Mar 13:24
· 105 commits to master since this release
b5d643b

This is the last version of the IOTA supporting Nodev10. Note that Nodev10 will be deprecated in May 2021, according to the node release schedule. You are highly encouraged to use Nodev12 or newer.

Changes (since 1.4.0):

  • Upgrade iotagent-node-lib dependency from 2.12.0 to 2.15.0
  • Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)
  • Overall update of dev package dependencies
  • Update codebase to use ES6
    • Remove JSHint and jshint overrides
    • Add esLint using standard tamia presets
    • Replace var with let/const
    • Fix or disable eslint errors
  • Set Nodejs 10 as minimum version in packages.json (effectively removing Nodev8 from supported versions)
  • Allow to configure id field in received callbacks from Sigfox
  • Use nock lib to mock exchanges with a context broker during tests (and avoid depending on a running one)