Skip to content

Commit

Permalink
Merge pull request #691 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 e1fea01 + 992e20c commit e98a555
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 0 additions & 4 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
- 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
8 changes: 8 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
3.7.0 (February 3rd, 2025)

- 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: 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 express from 4.19.2 to 4.20.0 due to a vulnerability
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-ul",
"license": "AGPL-3.0-only",
"description": "IoT Agent for the Ultralight 2.0 protocol",
"version": "3.6.0-next",
"version": "3.7.0",
"homepage": "https://github.com/telefonicaid/iotagent-ul",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -40,7 +40,7 @@
"body-parser": "1.20.3",
"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",
"underscore": "1.12.1"
Expand Down

0 comments on commit e98a555

Please sign in to comment.