Skip to content

Releases: telefonicaid/iotagent-manager

1.23.0

24 Jan 16:01
0e7b9b2
Compare
Choose a tag to compare

This release removes support from Nodev12. Note that Nodev10 was deprecated in May 2022 according to the node release schedule. You are highly encouraged to use Nodev14 or newer.

Changes (since 1.22.0):

  • Upgrade iotagent-node-lib dependency from 2.24.0 to 2.25.0
  • Set Nodejs 14 as minimum version in packages.json (effectively removing Nodev12 from supported versions)

1.22.0

02 Sep 10:40
a9f6de0
Compare
Choose a tag to compare

This is the last version of the IOTA Manager supporting Nodev12. Note that Nodev12 was deprecated in May 2022, according to the node release schedule. You are highly encouraged to use Nodev14 or newer.

What's Changed

Since 1.21.0:

  • Upgrade iotagent-node-lib dependency from 2.23.0 to 2.24.0

Full Changelog: 1.21.0...1.22.0

1.21.0

10 Aug 10:15
0fa7e67
Compare
Choose a tag to compare

What's Changed

Since 1.20.0:

  • Fix: bodyparser limit no longer a hardwired 100Kbs setting (now is configurable with bodyParserLimit / IOTA_BODYPARSER_LIMIT with a default of 5Mb)
  • Fix: overlogging in DEBUG level (#294)
  • Fix: log as warn (not as debug) all errors handling requests
  • Upgrade iotagent-node-lib dependency from 2.22.0 to 2.23.0

Full Changelog: 1.20.0...1.21.0

1.20.0

18 Jul 07:14
12d1352
Compare
Choose a tag to compare

Changes (since 1.19.0):

  • Add: entityNameExp to Configuration Model to allow define device.name using expressions
  • Fix: Dockerfile to include initial packages upgrade
  • Upgrade mongodb dev dep from 3.6.8 to 4.7.0
  • Upgrade iotagent-node-lib dependency from 2.21.0 to 2.22.0
  • Upgrade NodeJS version from 14-slim to 16-slim in Dockerfile

1.19.0

29 Apr 08:12
3ed0f20
Compare
Choose a tag to compare

Changes (since 1.18.0):

  • Upgrade async dep from 2.6.2 to 2.6.4 due to security vulnerability (CWE-1321)
  • Upgrade iotagent-node-lib dependency from 2.19.0 to 2.21.0

1.18.0

06 Apr 09:05
bc908b6
Compare
Choose a tag to compare

Changes (since 1.17.0):

  • Add: extend explicitAttrs configuration model to allow JEXL expression for conditional propagation of measures (iota-node-lib#1179)
  • Fix: replace git:// url for https:// url in npm dependences
  • Upgrade iotagent-node-lib dependency from 2.19.0 to 2.20.0 (*)
  • Upgrade NodeJS version from 12 to 14 in Dockerfile

(*) Also include in IOTA Manager 1.17.1

1.17.1

03 Mar 12:36
3e4e1da
Compare
Choose a tag to compare

Changes (since 1.17.0):

  • Upgrade iotagent-node-lib dependency from 2.19.0 to 2.20.0

1.17.0

07 Feb 13:07
7202c56
Compare
Choose a tag to compare

Changes (since 1.16.0):

  • Fix: add graceful shutdown listening to SIGINT (#263)
  • Fix: remove request obsolete library, using iotagent-node-lib.request instead (iotagent-node-lib#858)
  • Upgrade logops dep from 2.1.0 to 2.1.2 due to colors dependency corruption
  • Upgrade iotagent-node-lib dependency from 2.18.0 to 2.19.0

1.16.0

12 Nov 10:53
f1a9ebc
Compare
Choose a tag to compare

Changes (since 1.15.0)

  • Fix: return target error code instead of 500 error code (#167)
  • Upgrade iotagent-node-lib dependency from 2.17.0 to 2.18.0

1.15.0

30 Aug 08:31
4b2cc82
Compare
Choose a tag to compare

Changes (since 1.14.0):

  • Upgrade iotagent-node-lib dependency from 2.16.0 to 2.17.0