diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 39a6f69d..8b137891 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -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 + diff --git a/Changelog b/Changelog index 90d51c5a..2b16e775 100644 --- a/Changelog +++ b/Changelog @@ -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) diff --git a/package.json b/package.json index 449f6c3b..dcc145dc 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",