From 13eefd7cbe459fdd3e7111def95e668804286885 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Fri, 24 Nov 2023 09:47:48 +0100 Subject: [PATCH 1/3] step 2.4.0-next -> 2.5.0 --- CHANGES_NEXT_RELEASE | 4 +--- package.json | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 675777ab..139597f9 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,4 +1,2 @@ -- Remove: local mergeDeviceWithConfiguration redefined from iota-node-lib (#642) -- Fix: ensure service and subservice from device in logs about error proccesing message -- Fix: remove autocast (iotagent-node-lib#1498) + diff --git a/package.json b/package.json index e3b394dd..b227616a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iotagent-ul", "license": "AGPL-3.0-only", "description": "IoT Agent for the Ultralight 2.0 protocol", - "version": "2.4.0-next", + "version": "2.5.0", "homepage": "https://github.com/telefonicaid/iotagent-ul", "author": { "name": "Daniel Moran", @@ -40,7 +40,7 @@ "body-parser": "1.18.3", "dateformat": "3.0.3", "express": "~4.16.4", - "iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master", + "iotagent-node-lib": "3.5.0", "logops": "2.1.2", "mqtt": "4.3.7", "underscore": "1.12.1" From 30f6fbe013440bf2eae53acb4deb1c283f7408e3 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Fri, 24 Nov 2023 10:16:14 +0100 Subject: [PATCH 2/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b227616a..1a0427be 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iotagent-ul", "license": "AGPL-3.0-only", "description": "IoT Agent for the Ultralight 2.0 protocol", - "version": "2.5.0", + "version": "3.0.0", "homepage": "https://github.com/telefonicaid/iotagent-ul", "author": { "name": "Daniel Moran", From 30df6a6a99d68b6c9df9b830b60aa67150700f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Fri, 24 Nov 2023 12:26:36 +0100 Subject: [PATCH 3/3] ADD Changelog for 3.0.0 --- Changelog | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 196681b5..7cfa748e 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,10 @@ +3.0.0 (November 24th, 2023) + +- Fix: ensure service and subservice from device in logs about error proccesing message +- Fix: remove autocast (iotagent-node-lib#1498) +- Upgrade iotagent-node-lib dependency from 3.4.0 to 4.0.0 +- Remove: local mergeDeviceWithConfiguration redefined from iota-node-lib (#642) + 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) diff --git a/package.json b/package.json index 1a0427be..a2fd376f 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "body-parser": "1.18.3", "dateformat": "3.0.3", "express": "~4.16.4", - "iotagent-node-lib": "3.5.0", + "iotagent-node-lib": "4.0.0", "logops": "2.1.2", "mqtt": "4.3.7", "underscore": "1.12.1"