Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
- Add: propagate mqtt config to iota node lib
- Fix: callbacks in bindings to allow set READY metric (iotagent-node-lib#1763)
- Upgrade express dep from 4.21.2 to 4.22.1
- Upgrade underscore dep from 1.12.1 to 1.13.8 due to CVE-2026-27601
- Upgrade markdown dep from 3.3.4 to 3.8.1
9 changes: 9 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
3.14.0 (Apr 7th, 2026)

- Add: propagate mqtt config to iota node lib
- Fix: callbacks in bindings to allow set READY metric (iotagent-node-lib#1763)
- Upgrade express dep from 4.21.2 to 4.22.1
- Upgrade underscore dep from 1.12.1 to 1.13.8 due to CVE-2026-27601
- Upgrade markdown dep from 3.3.4 to 3.8.1
- Upgrade iotagent-node-lib dependency from 4.13.0 to 4.14.0

3.13.0 (Feb 4th, 2026)

- Add: IOTA_EXTRA_JEXL_TRANSFORMATIONS_PATH / config.extraJexlTransformationsPath to enable custom jexl tranformations (#906)
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.13.0-next",
"version": "3.14.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.22.1",
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "4.14.0",
"logops": "2.1.2",
"mqtt": "5.13.0",
"sinon": "~6.1.0",
Expand Down
Loading