Skip to content

Commit ccaefb6

Browse files
authored
Merge pull request #811 from telefonicaid/task/prepare_3.2.0
Task/prepare 3.2.0
2 parents 715fa03 + 7e50b83 commit ccaefb6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
- Fix: include entity id and entity type as measure_id and measure_type at CB when measure is an ngsi (both NGSIv2 and NGSI-LD) payload

Changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.2.0 (January 30th, 2024)
2+
3+
- Fix: include entity id and entity type as measure_id and measure_type at CB when measure is an ngsi (both NGSIv2 and NGSI-LD) payload
4+
- Upgrade iotagent-node-lib dependency from 4.1.0 to 4.2.0
5+
16
3.1.0 (January 8th, 2024)
27

38
- Add: check and usage endpoint and transport from Group level when commands

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "iotagent-json",
33
"license": "AGPL-3.0-only",
44
"description": "IoT Agent for the JSON protocol",
5-
"version": "3.1.0-next",
5+
"version": "3.2.0",
66
"homepage": "https://github.com/telefonicaid/iotagent-json",
77
"author": {
88
"name": "Daniel Moran",
@@ -68,7 +68,7 @@
6868
"body-parser-xml": "2.0.5",
6969
"dateformat": "3.0.3",
7070
"express": "4.18.1",
71-
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
71+
"iotagent-node-lib": "4.2.0",
7272
"logops": "2.1.2",
7373
"mqtt": "4.3.7",
7474
"sinon": "~6.1.0",

0 commit comments

Comments
 (0)