Skip to content

Commit

Permalink
Merge pull request #783 from telefonicaid/task/prepare_2.5.0
Browse files Browse the repository at this point in the history
step 2.3.0-next -> 3.0.0
  • Loading branch information
fgalan authored Nov 24, 2023
2 parents a65c013 + b70fc86 commit d9eb7f5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 1 addition & 5 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
- Add: allow to send NGSIv2 and NGSILD as measures depending on payloadType (#778)
- Add: allow read measures in application/soap+xml content-type (#759)
- Fix: binary data representation when sending data through HTTP & MQTT (#690)
- Fix: ensure service and subservice from device in logs about error proccesing message
- Remove: legacy code about unused parsedMessageError flag

10 changes: 10 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
3.0.0 (November 24th, 2023)

- Add: allow to send NGSIv2 and NGSILD as measures depending on payloadType (#778)
- Add: allow read measures in application/soap+xml content-type (#759)
- Fix: binary data representation when sending data through HTTP & MQTT (#690)
- Fix: ensure service and subservice from device in logs about error proccesing message
- Upgrade iotagent-node-lib dependency from 3.4.0 to 4.0.0
- Remove: legacy code about unused parsedMessageError flag

2.4.0 (Sep 20th, 2023)

- Fix: try to use apikey from measure/group to find, update and remove device in first attempt (iota-node-lib#1426)
- Fix: ensure device apikey in already provisioned device (iota-node-lib#1430, iota-node-lib#1435)
- Remove: bidirectional plugin (iota-node-lib#1413)
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": "2.4.0-next",
"version": "3.0.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.0.0",
"logops": "2.1.2",
"mqtt": "4.3.7",
"sinon": "~6.1.0",
Expand Down

0 comments on commit d9eb7f5

Please sign in to comment.