Skip to content

Releases: telefonicaid/iotagent-manager

3.9.0

28 Oct 14:50
95f8bbf

Choose a tag to compare

NOTE: this version deprecated IOTA_MONGO_* env vars. Use IOTA_MONO_URI instead

Changes (since 3.8.0):

  • Add: IOTA_MONGO_URI env var
  • Deprecated: IOTA_MONGO_ different from IOTA_MONGO_URI (use IOTA_MONGO_URI instead)
  • Upgrade iotagent-node-lib dependency from 4.10.0 to 4.11.0

3.8.0

06 Oct 08:07
6479d57

Choose a tag to compare

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

22 Aug 12:04
72e6453

Choose a tag to compare

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

03 Feb 12:37
9786058

Choose a tag to compare

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

18 Sep 14:51
fbe61b8

Choose a tag to compare

Changes (since 3.4.0):

  • Upgrade iotagent-node-lib dependency from 4.5.0 to 4.6.0

3.4.0

11 Jun 09:33
c3169f2

Choose a tag to compare

Changes (since 3.3.0)

  • Upgrade iotagent-node-lib dependency from 4.4.0 to 4.5.0

3.3.0

26 Apr 12:09
42ed761

Choose a tag to compare

Changes (since 3.2.0):

  • Add: autoprovision flag to groups model for iotagent-manager
  • Upgrade express dep from 4.16.4 to 4.19.2 due to a vulnerability
  • Upgrade iotagent-node-lib dependency from 4.3.0 to 4.4.0
  • Remove: dependency on deprecated domain node module (#268)

3.2.0

27 Feb 14:45
08e54e4

Choose a tag to compare

Changes (since 3.1.0):

  • Add: support POST /iot/op/delete operation 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

08 Jan 16:05
e03317f

Choose a tag to compare

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

24 Nov 11:35
fe076a0

Choose a tag to compare

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