Skip to content

Releases: telefonicaid/iotagent-ul

3.5.0

11 Jun 09:22
588237d
Compare
Choose a tag to compare

Changes (since 3.4.0)

  • Fix: update device using previous device apikey to avoid error when apikey is updated (iotagent-json#833)
  • Fix: allow send multiple measures to CB in a batch (POST /v2/op/update) and sorted by TimeInstant when possible, instead of using multiples single request (iotagent-json#825, iotagent-node-lib#1612)
  • Fix: default express limit to 1Mb instead default 100Kb and allow change it throught a conf env var 'IOTA_EXPRESS_LIMIT' (iotagent-json#827)
  • Upgrade iotagent-node-lib dependency from 4.4.0 to 4.5.0

3.4.0

26 Apr 12:02
43bdf2f
Compare
Choose a tag to compare

Changes (3.4.0):

  • Upgrade express dep from ~4.16.4 to 4.19.2 due to a vulnerability
  • Upgrade iotagent-node-lib dependency from 4.2.0 to 4.3.0

3.3.0

27 Feb 14:42
43ce6c9
Compare
Choose a tag to compare

Changes (since 3.2.0):

  • Add: log and return device/group information when DeviceNotFound and GroupNotFound errors (iotagent-json#815)
  • Fix: default attribute type changed from 'string' to 'Text' (#664)
  • Upgrade iotagent-node-lib dependency from 4.2.0 to 4.3.0

3.2.0

30 Jan 15:48
30e6211
Compare
Choose a tag to compare

Changes (since 3.1.0):

  • Upgrade iotagent-node-lib dependency from 4.1.0 to 4.2.0

3.1.0

08 Jan 15:59
036c450
Compare
Choose a tag to compare

Changes (since 3.0.0)

  • Add: check and usage endpoint and transport from Group level when commands
  • Upgrade iotagent-node-lib dependency from 4.0.0 to 4.1.0

3.0.0

24 Nov 11:36
2d050f7
Compare
Choose a tag to compare

Changes (since 2.4.0):

  • Fix: ensure service and subservice from device in logs about error proccesing message
  • Fix: remove autocast (iotagent-node-lib#1498)
  • Upgrade iotagent-node-lib dependency from 3.4.0 to 4.0.0
  • Remove: local mergeDeviceWithConfiguration redefined from iota-node-lib (#642)

2.4.2

03 Oct 09:04
da015cd
Compare
Choose a tag to compare

Hotfix version for release 2.4.0

Changes (since 2.4.1)

  • Upgrade iotagent-node-lib dependency from 3.4.3 to 3.4.4

2.4.1

02 Oct 13:30
9770bc1
Compare
Choose a tag to compare

Hotfix version for release 2.4.0

Changes (since 2.4.0)

  • Upgrade iotagent-node-lib dependency from 3.4.0 to 3.4.3

2.4.0

20 Sep 10:29
78b91d4
Compare
Choose a tag to compare

Note this version removes bidirectional and appendMode functionality

Changes (since 2.3.0):

  • Fix: try to use apikey from measure/group to find, update and remove device in first attempt (iota-node-lib#1426)
  • Fix: ensure device apikey in already provisioned device (iota-node-lib#1430, iota-node-lib#1435)
  • Remove: bidirectional plugin (iota-node-lib#1413)
  • Upgrade iotagent-node-lib dependency from 3.3.0 to 3.4.0 (some ngsild flows would not work as expected)

2.3.0

25 Aug 09:32
4c812b4
Compare
Choose a tag to compare

Changes (since 2.2.0):

  • Fix: update tests to not create initial entity when append mode is enabled
  • Fix: update tests according new default value for appendMode
  • Fix: use 'options=upsert' when update ngsiv2 CB entities and appendMode is enabled (iotagent-node-lib#956)
  • Fix: do not propagate group config (timestamp and explicitAttrs) to autoprovisioned devices (at database level) (iotagent-node-lib#1377)
  • Upgrade iotagent-node-lib dependency from 3.2.0 to 3.3.0
  • Remove: expressionLanguage field (as it it not longer needed, due to only one expression language is supported, after the removal of legacy expressions in iota-node-lib 3.2.0) (iota-node-lib#1384)
  • Remove: RPM stuff (no longer used)