Skip to content

Commit 35ccd6f

Browse files
authored
Merge pull request #1728 from telefonicaid/task/prepare_4_9_0
step 4.8.0-next -> 4.9.0
2 parents 79cb070 + 3273788 commit 35ccd6f

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
- Add: support NGSI-LD QueryEntities endpoint for lazy attributes (#1722)
2-
- Add: support for NGSI-LD valueType and more NGSI-LD sub-property types (new config server.ldSupport.datatype and associated env var IOTA_LD_SUPPORT_DATA_TYPE) (#1723)
3-
- Fix: store as lastMeasure just orignal measure when is provided (#1669)
4-
- Fix: init express trust proxy to proper fill from field of domain logger
5-
- Fix: fill from log field with real IP
1+

Changelog

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
4.9.0 (Aug 22nd, 2025)
2+
3+
- Add: support NGSI-LD QueryEntities endpoint for lazy attributes (#1722)
4+
- Add: support for NGSI-LD valueType and more NGSI-LD sub-property types (new config server.ldSupport.datatype and associated env var IOTA_LD_SUPPORT_DATA_TYPE) (#1723)
5+
- Fix: store as lastMeasure just orignal measure when is provided (#1669)
6+
- Fix: init express trust proxy to proper fill from field of domain logger
7+
- Fix: fill from log field with real IP
8+
19
4.8.0 (May 23rd, 2025)
210

311
- Add: notification-based commands (#1455)
@@ -794,4 +802,4 @@ This minor release modifies the package.json file in order to make the included
794802

795803
0.1.0 (February 11th, 2015)
796804

797-
- First draft of the IoT Agent library.
805+
- First draft of the IoT Agent library.

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

0 commit comments

Comments
 (0)