From 7364afd1abea0074444dc9d7e618c04ebca7c3c4 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Thu, 23 Oct 2025 16:15:17 +0200 Subject: [PATCH 1/2] step 4.10.0-next -> 4.11.0 --- CHANGES_NEXT_RELEASE | 5 ----- Changelog | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 0ef7a8fa7..e69de29bb 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,5 +0,0 @@ -- Add IOTA_MONGO_URI env var -- Deprecated: IOTA_MONGO_ different from IOTA_MONGO_URI (use IOTA_MONGO_URI instead) -- Fix: broken notification command mode (it was not working without providing targetEntityId and targetEntityType in the notification, which belongs to another command mode: advancedNotification) -- Fix: use normalized in attrsFormat for commands subscriptions (#1743) -- Add: locale string number jexl function (#1737) \ No newline at end of file diff --git a/Changelog b/Changelog index 4a7237c81..527946e93 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,11 @@ +4.11.0 (Oct 23th, 2025) + +- Add IOTA_MONGO_URI env var +- Add: locale string number jexl function (#1737) +- Deprecated: IOTA_MONGO_ different from IOTA_MONGO_URI (use IOTA_MONGO_URI instead) +- Fix: broken notification command mode (it was not working without providing targetEntityId and targetEntityType in the notification, which belongs to another command mode: advancedNotification) +- Fix: use normalized in attrsFormat for commands subscriptions (#1743) + 4.10.0 (Oct 6th, 2025) - Add: command modes (new field cmdMode): legacy, notification and advancedNotification (#1732) diff --git a/package.json b/package.json index 0e0733c3d..aba530e85 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iotagent-node-lib", "license": "AGPL-3.0-only", "description": "IoT Agent library to interface with NGSI Context Broker", - "version": "4.10.0-next", + "version": "4.11.0", "homepage": "https://github.com/telefonicaid/iotagent-node-lib", "keywords": [ "fiware", From 869351d2516e525b5690c6c3ae0b17db5cf41c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Thu, 23 Oct 2025 16:26:50 +0200 Subject: [PATCH 2/2] Update Changelog --- Changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 527946e93..e79f6cef1 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,6 @@ 4.11.0 (Oct 23th, 2025) -- Add IOTA_MONGO_URI env var +- Add: IOTA_MONGO_URI env var - Add: locale string number jexl function (#1737) - Deprecated: IOTA_MONGO_ different from IOTA_MONGO_URI (use IOTA_MONGO_URI instead) - Fix: broken notification command mode (it was not working without providing targetEntityId and targetEntityType in the notification, which belongs to another command mode: advancedNotification)