Skip to content

Commit

Permalink
Merge pull request #818 from telefonicaid/task/prepare_3.3.0
Browse files Browse the repository at this point in the history
Task/prepare 3.3.0
  • Loading branch information
fgalan committed Feb 27, 2024
2 parents cf0c37e + 8ae8747 commit a77f336
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGES_NEXT_RELEASE
@@ -1,3 +1 @@
- Fix: default attribute type changed from 'string' to 'Text' (#810)
- Add: log and return device/group information when DeviceNotFound and GroupNotFound errors (#815)
- Add: ARGO binding

7 changes: 7 additions & 0 deletions Changelog
@@ -1,3 +1,10 @@
3.3.0 (February 27th, 2024)

- Add: ARGO binding
- Add: log and return device/group information when DeviceNotFound and GroupNotFound errors (#815)
- Fix: default attribute type changed from 'string' to 'Text' (#810)
- Upgrade iotagent-node-lib dependency from 4.2.0 to 4.3.0

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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "iotagent-json",
"license": "AGPL-3.0-only",
"description": "IoT Agent for the JSON protocol",
"version": "3.2.0-next",
"version": "3.3.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.3.0",
"logops": "2.1.2",
"mqtt": "4.3.7",
"sinon": "~6.1.0",
Expand Down

0 comments on commit a77f336

Please sign in to comment.