Skip to content

Commit

Permalink
Merge pull request #861 from telefonicaid/task/prepare_3.7.0
Browse files Browse the repository at this point in the history
step 3.6.0 -> 3.7.0
  • Loading branch information
fgalan authored Feb 3, 2025
2 parents a23789a + 6a0d38e commit 2f97e6d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
9 changes: 1 addition & 8 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
- 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)
- Add: allow MQTT single array measures (#856)
- 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
- 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
- Upgrade express from 4.20.0 to 4.21.2

12 changes: 12 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
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 (September 18th, 2024)

- Upgrade body-parser dep from 1.20.0 to 1.20.3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iotagent-json",
"license": "AGPL-3.0-only",
"description": "IoT Agent for the JSON protocol",
"version": "3.6.0-next",
"version": "3.7.0",
"homepage": "https://github.com/telefonicaid/iotagent-json",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -68,7 +68,7 @@
"body-parser-xml": "2.0.5",
"dateformat": "3.0.3",
"express": "4.21.2",
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "4.7.0",
"logops": "2.1.2",
"mqtt": "4.3.7",
"sinon": "~6.1.0",
Expand Down

0 comments on commit 2f97e6d

Please sign in to comment.