Releases: telefonicaid/iotagent-manager
Releases · telefonicaid/iotagent-manager
1.23.0
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
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
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
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
1.18.0
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
1.17.0
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