From 5e97776b5e5967f4a7d396b61d8db653549364cf Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Mon, 8 Jan 2024 13:11:55 +0100 Subject: [PATCH 1/3] step 3.0.1 -> 3.1.0 --- CHANGES_NEXT_RELEASE | 3 +-- Changelog | 5 +++++ package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index a6c778ef..8b137891 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,2 +1 @@ -- Fix: protect access to multimeasure array -- Add: check and usage endpoint and transport from Group level when commands + diff --git a/Changelog b/Changelog index 2b16e775..b37097eb 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,8 @@ +3.1.0 (January 8th, 2024) + +- Fix: protect access to multimeasure array +- Add: check and usage endpoint and transport from Group level when commands + 3.0.0 (November 24th, 2023) - Add: allow to send NGSIv2 and NGSILD as measures depending on payloadType (#778) diff --git a/package.json b/package.json index ef806c7f..b9511cf2 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.0.0-next", + "version": "3.1.0", "homepage": "https://github.com/telefonicaid/iotagent-json", "author": { "name": "Daniel Moran", From 43641623949b3aeb026694ee4fd82ff002e59cd0 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Mon, 8 Jan 2024 15:20:56 +0100 Subject: [PATCH 2/3] fix iotagent-node-lib version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9511cf2..b42f53c3 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#master", + "iotagent-node-lib": "4.1.0", "logops": "2.1.2", "mqtt": "4.3.7", "sinon": "~6.1.0", From 79d94ad910ed0090b9ea5ede37afc358fe42d0cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Mon, 8 Jan 2024 16:40:03 +0100 Subject: [PATCH 3/3] Update Changelog --- Changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index b37097eb..71cde23f 100644 --- a/Changelog +++ b/Changelog @@ -1,7 +1,8 @@ 3.1.0 (January 8th, 2024) -- Fix: protect access to multimeasure array - Add: check and usage endpoint and transport from Group level when commands +- Fix: protect access to multimeasure array +- Upgrade iotagent-node-lib dependency from 4.0.0 to 4.1.0 3.0.0 (November 24th, 2023)