Skip to content

1.5.0

Compare
Choose a tag to compare
@fgalan fgalan released this 03 Mar 16:12
· 128 commits to master since this release
19c9822

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
  • Add iota-node-lib data plugins (attributeAlias, addEvents, expressionTransformation, multiEntity, timestampProcess) to lwm2m agent
  • Replace # by url escaped in attribute names at registration device to comply with NGSIv2 rules for identifiers
  • Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)
  • Overall update of update 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