Releases: telefonicaid/iotagent-json
Releases · telefonicaid/iotagent-json
3.6.0
Changes (since 3.5.0):
- Upgrade body-parser dep from 1.20.0 to 1.20.3
- Upgrade express dep from 4.19.2 to 4.20.0
- Upgrade iotagent-node-lib dependency from 4.5.0 to 4.6.0
3.5.0
Changes (since 3.4.0)
- Fix: update device using previous device apikey to avoid error when apikey is updated (#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 (#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' (#827)
- Upgrade iotagent-node-lib dependency from 4.4.0 to 4.5.0
3.4.0
Changes (since 3.3.0):
- Upgrade express dep from 4.18.1 to 4.19.2 due to a vulnerability
- Upgrade iotagent-node-lib dependency from 4.2.0 to 4.3.0
3.3.0
Changes (since 3.2.0):
- Add: ARGO binding
- Add: log and return device/group information when DeviceNotFound and GroupNotFound errors (#815)
- Fix: default attribute type changed from 'string' to 'Text' (#810)
- Upgrade iotagent-node-lib dependency from 4.2.0 to 4.3.0
3.2.0
Changes (since 3.1.0):
- Fix: include entity id and entity type as measure_id and measure_type at CB when measure is an ngsi (both NGSIv2 and NGSI-LD) payload
- Upgrade iotagent-node-lib dependency from 4.1.0 to 4.2.0
3.1.0
Changes (since 3.0.0):
- Add: check and usage endpoint and transport from Group level when commands
- Fix: protect access to multimeasure array
- Upgrade iotagent-node-lib dependency from 4.0.0 to 4.1.0
3.0.2
Hotfix version for 3.0.0.
Changes (since 3.0.1):
- Upgrade iotagent-node-lib dependency from 4.0.0 to 4.0.1
3.0.1
Hotfix version for 3.0.0.
Changes (since 3.0.0):
- Fix: protect access to multimeasure array
3.0.0
Changes (since 2.4.0):
- Add: allow to send NGSIv2 and NGSILD as measures depending on payloadType (#778)
- Add: allow read measures in application/soap+xml content-type (#759)
- Fix: binary data representation when sending data through HTTP & MQTT (#690)
- Fix: ensure service and subservice from device in logs about error proccesing message
- Upgrade iotagent-node-lib dependency from 3.4.0 to 4.0.0
- Remove: legacy code about unused parsedMessageError flag
2.4.2
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