Skip to content

Commit 2b161a0

Browse files
authored
Merge pull request #1747 from telefonicaid/task/prepare_4_11_0
step 4.10.0-next -> 4.11.0
2 parents fb7cd92 + 869351d commit 2b161a0

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- Add IOTA_MONGO_URI env var
2-
- Deprecated: IOTA_MONGO_ different from IOTA_MONGO_URI (use IOTA_MONGO_URI instead)
3-
- Fix: broken notification command mode (it was not working without providing targetEntityId and targetEntityType in the notification, which belongs to another command mode: advancedNotification)
4-
- Fix: use normalized in attrsFormat for commands subscriptions (#1743)
5-
- Add: locale string number jexl function (#1737)

Changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
4.11.0 (Oct 23th, 2025)
2+
3+
- Add: IOTA_MONGO_URI env var
4+
- Add: locale string number jexl function (#1737)
5+
- Deprecated: IOTA_MONGO_ different from IOTA_MONGO_URI (use IOTA_MONGO_URI instead)
6+
- Fix: broken notification command mode (it was not working without providing targetEntityId and targetEntityType in the notification, which belongs to another command mode: advancedNotification)
7+
- Fix: use normalized in attrsFormat for commands subscriptions (#1743)
8+
19
4.10.0 (Oct 6th, 2025)
210

311
- Add: command modes (new field cmdMode): legacy, notification and advancedNotification (#1732)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "iotagent-node-lib",
33
"license": "AGPL-3.0-only",
44
"description": "IoT Agent library to interface with NGSI Context Broker",
5-
"version": "4.10.0-next",
5+
"version": "4.11.0",
66
"homepage": "https://github.com/telefonicaid/iotagent-node-lib",
77
"keywords": [
88
"fiware",

0 commit comments

Comments
 (0)