Skip to content

1.6.0

Latest
Compare
Choose a tag to compare
@fgalan fgalan released this 29 Apr 09:55
· 31 commits to master since this release
00e63e4

This release removes Nodev10 support. Note that Nodev10 was deprecated in April 2021, according to the node release schedule. You are highly encouraged to use Nodev12 or newer.

Changes (since 1.5.0)

  • Add: graceful shutdown listening to SIGINT (#115)
  • Fix: remove request obsolete library, using iotagent-node-lib.request instead (iotagent-node-lib#858)
  • Upgrade iotagent-node-lib dependency from 2.15.0 to 2.21.0
  • Upgrade underscore dep from 1.8.3 to 1.12.1
  • Upgrade logops dep from 2.1.0 to 2.1.2 due to colors dependency corruption
  • Upgrade NodeJS version from 10 to 14 in Dockerfile
  • Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev10 from supported versions)