From 07050ee65b8a35bc8757039c758705572a091df0 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Tue, 27 Feb 2024 12:24:29 +0100 Subject: [PATCH 1/3] Task/prepare 3.3.0 --- CHANGES_NEXT_RELEASE | 4 +--- Changelog | 7 +++++++ package.json | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 198b8a09..8b137891 100644 --- a/CHANGES_NEXT_RELEASE +++ b/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 + diff --git a/Changelog b/Changelog index d0108ec4..499d67d0 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,12 @@ 3.2.0 (January 30th, 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 - Upgrade iotagent-node-lib dependency from 4.1.0 to 4.2.0 diff --git a/package.json b/package.json index 4bab8063..d964da45 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": "3.2.0-next", + "version": "3.3.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": "https://github.com/telefonicaid/iotagent-node-lib.git#4.3.0", "logops": "2.1.2", "mqtt": "4.3.7", "sinon": "~6.1.0", From 4d5edbc5120da93870c1c35b970161584ebaebd1 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Tue, 27 Feb 2024 12:27:30 +0100 Subject: [PATCH 2/3] Update Changelog --- Changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 499d67d0..39b93535 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -3.2.0 (January 30th, 2024) +3.3.0 (February 27th, 2024) - Add: ARGO binding - Add: log and return device/group information when DeviceNotFound and GroupNotFound errors (#815) From 8ae87476fb727468899197b9853c1fbd2da03183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Tue, 27 Feb 2024 15:36:07 +0100 Subject: [PATCH 3/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d964da45..47934bfe 100644 --- a/package.json +++ b/package.json @@ -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#4.3.0", + "iotagent-node-lib": "4.3.0", "logops": "2.1.2", "mqtt": "4.3.7", "sinon": "~6.1.0",