Skip to content

Commit 0c75032

Browse files
authored
Merge pull request #1738 from telefonicaid/task/prepare_4_10_0
step 4.9.0-next -> 4.10.0
2 parents d25d80f + 4129b63 commit 0c75032

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
- Fix: update device with useCBflowControl
2-
- Add: command modes (new field cmdMode): legacy, notification and advancedNotification (#1732)
3-
- Set Nodejs 20 as minimum version in packages.json (effectively removing Nodev16 and Nodev18 from supported versions)
1+

Changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.10.0 (Oct 6th, 2025)
2+
3+
- Add: command modes (new field cmdMode): legacy, notification and advancedNotification (#1732)
4+
- Fix: update device with useCBflowControl
5+
- Set Nodejs 20 as minimum version in packages.json (effectively removing Nodev16 and Nodev18 from supported versions)
6+
17
4.9.0 (Aug 22nd, 2025)
28

39
- Add: support NGSI-LD QueryEntities endpoint for lazy attributes (#1722)

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.9.0-next",
5+
"version": "4.10.0",
66
"homepage": "https://github.com/telefonicaid/iotagent-node-lib",
77
"keywords": [
88
"fiware",

0 commit comments

Comments
 (0)