Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task/prepare 3.2.0 #811

Merged
merged 3 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
- 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
5 changes: 5 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.2.0 (January 30th, 2024)

- 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
fgalan marked this conversation as resolved.
Show resolved Hide resolved
- Upgrade iotagent-node-lib dependency from 4.1.0 to 4.2.0

3.1.0 (January 8th, 2024)

- Add: check and usage endpoint and transport from Group level when commands
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iotagent-json",
"license": "AGPL-3.0-only",
"description": "IoT Agent for the JSON protocol",
"version": "3.1.0-next",
"version": "3.2.0",
"homepage": "https://github.com/telefonicaid/iotagent-json",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -68,7 +68,7 @@
"body-parser-xml": "2.0.5",
"dateformat": "3.0.3",
"express": "4.18.1",
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "4.2.0",
"logops": "2.1.2",
"mqtt": "4.3.7",
"sinon": "~6.1.0",
Expand Down
Loading