Releases: telefonicaid/iotagent-json
Releases · telefonicaid/iotagent-json
3.7.0
Changes (since 3.6.0):
3.7.0 (February 3rd, 2025)
- Add: allow MQTT single array measures (#856)
- Add: X-Processing-Time response header with processing time (in milliseconds) expended by current HTTP measure (iotagent-node-lib#1650)
- Add: print also IOTA_CONFIG_RETRIEVAL, IOTA_DEFAULT_KEY, IOTA_DEFAULT_TRANSPORT env var values at iotagent startup
- Fix: allow single array MQTT measures of 1 element handed like array, not single value (#856)
- Fix: allow send multiple measures in MQTT 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) (reopened)
- Fix: check endpoint expression when execute http command
- Fix: use config.defaultTransport (from config.js or IOTA_DEFAULT_TRANSPORT env var) instead of magic 'HTTP' at provision device
- Upgrade express from 4.20.0 to 4.21.2
- Upgrade iotagent-node-lib dependency from 4.6.0 to 4.7.0
3.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
3.3.0
3.2.0
3.1.0
3.0.2
3.0.1
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