From 09785b0c389958c83540b5026a553d053bd29096 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Tue, 27 Feb 2024 12:30:15 +0100 Subject: [PATCH 1/3] step prepare 3.3.0 --- CHANGES_NEXT_RELEASE | 2 -- Changelog | 6 ++++++ package.json | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index dc6a6d76..e69de29b 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,2 +0,0 @@ -- Fix: default attribute type changed from 'string' to 'Text' (#664) -- Add: log and return device/group information when DeviceNotFound and GroupNotFound errors (iotagent-json#815) diff --git a/Changelog b/Changelog index b39cda9a..db330256 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +3.3.0 (February 27th, 2024) + +- Fix: default attribute type changed from 'string' to 'Text' (#664) +- Add: log and return device/group information when DeviceNotFound and GroupNotFound errors (iotagent-json#815) +- Upgrade iotagent-node-lib dependency from 4.2.0 to 4.3.0 + 3.2.0 (January 30th, 2024) - Upgrade iotagent-node-lib dependency from 4.1.0 to 4.2.0 diff --git a/package.json b/package.json index 1071b71d..e52b89bc 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": "3.2.0-next", + "version": "3.3.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": "https://github.com/telefonicaid/iotagent-node-lib.git#4.3.0", "logops": "2.1.2", "mqtt": "4.3.7", "underscore": "1.12.1" From 8f7f17a480c2c1023f1a97d5f668b8c3e34a71cf 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:39:00 +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 e52b89bc..d05cc69b 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": "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", "underscore": "1.12.1" From 221cd9ef886c8945b90afa560dd8e8236ce9ae50 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:39:56 +0100 Subject: [PATCH 3/3] Update Changelog --- Changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog b/Changelog index db330256..b75f1a42 100644 --- a/Changelog +++ b/Changelog @@ -1,7 +1,7 @@ 3.3.0 (February 27th, 2024) -- Fix: default attribute type changed from 'string' to 'Text' (#664) - Add: log and return device/group information when DeviceNotFound and GroupNotFound errors (iotagent-json#815) +- Fix: default attribute type changed from 'string' to 'Text' (#664) - Upgrade iotagent-node-lib dependency from 4.2.0 to 4.3.0 3.2.0 (January 30th, 2024)