Releases: telefonicaid/iotagent-manager
Releases · telefonicaid/iotagent-manager
3.9.0
3.8.0
This release removes support from Nodev16 and Nodev18. Note that Nodev16 and Nodev18 were deprecated in September 2023 and April 2025 respectively, according to the node release schedule. You are highly encouraged to use Nodev20 or newer.
Changes (since 3.7.0):
- Add: command modes (cmdMode): legacy, notification and advancedNotification (iota-node-lib#1732)
- Set Nodejs 20 as minimum version in packages.json (effectively removing Nodev16 and Nodev18 from supported versions)
- Upgrade NodeJS version from 16-bullseye-slim to 24-bullseye-slim in Dockerfile
- Upgrade iotagent-node-lib dependency from 4.9.0 to 4.10.0
3.7.0
This is the last version of the library supporting Nodev16 and Nodev18. Note that Nodev16 and Nodev18 were deprecated in September 2023 and April 2025 respectively, according to the node release schedule. You are highly encouraged to use Nodev20 or newer.
Changes (since 3.6.0)
- Fix: fill from log field with real IP
- Upgrade NodeJS version from 16-slim to 16-bullseye-slim in Dockerfile
- Upgrade iotagent-node-lib dependency from 4.8.0 to 4.9.0
3.6.0
Changes (since 3.5.0):
- Add: allow set useCBflowControl in config group (iotagent-node-lib#1420)
- Add: allow store last measure in device (by id, apikey, service and subservice) in config group (iotagent-node-lib#1669)
- Add: /iot/groups API endpoints support (as equivalent to /iot/services) (#270)
- Upgrade body-parser dep from 1.19.0 to 1.20.3
- Upgrade express from 4.19.2 to 4.21.2
- Upgrade mongodb devdep from 4.17.0 to 4.17.2
- Upgrade mongoose dep from 5.13.20 to 8.9.5 (solving vulnerability CVE-2024-53900, CVE-2025-23061) (#351,#1674)
- Upgrade iotagent-node-lib dependency from 4.6.0 to 4.7.0
- Deprecated: /iot/services API routes
3.5.0
3.4.0
3.3.0
3.2.0
Changes (since 3.1.0):
- Add: support
POST /iot/op/deleteoperation at iotAgent API to delete multiple devices at once (iotagent-node-lib#1578) - Upgrade iotagent-node-lib dependency from 4.1.0 to 4.3.0
3.1.0
Changes (since 3.0.0):
- Add: transport and endpoint to Group model (iotagent-node-lib#1542)
- Upgrade iotagent-node-lib dependency from 4.0.0 to 4.1.0
3.0.0
Change (since 2.3.0)
- Add: payloadType to device and groups model (iotagent-json#778)
- Upgrade iotagent-node-lib dependency from 3.4.0 to 4.0.0