From 27ed640374934a612c70a1be1c5aa4e37e8180f3 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Wed, 18 Sep 2024 15:05:49 +0200 Subject: [PATCH 1/3] step 3.5.0 -> 3.6.0 --- CHANGES_NEXT_RELEASE | 3 +-- Changelog | 6 ++++++ package.json | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 1a71b875..d3f5a12f 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,2 +1 @@ -Upgrade express from 4.19.2 to 4.20.0 due to a vulnerability -Upgrade body-parser dep from 1.18.3 to 1.20.3 due to a vulnerability + diff --git a/Changelog b/Changelog index 18689ec4..35b623eb 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,11 @@ 3.5.0 (June 11th, 2024) +- Upgrade express from 4.19.2 to 4.20.0 due to a vulnerability +- Upgrade body-parser dep from 1.18.3 to 1.20.3 due to a vulnerability +- Upgrade iotagent-node-lib dependency from 4.5.0 to 4.6.0 + +3.5.0 (June 11th, 2024) + - Fix: update device using previous device apikey to avoid error when apikey is updated (iota-json#833) - Fix: allow send multiple measures to CB in a batch (POST /v2/op/update) and sorted by TimeInstant when possible, instead of using multiples single request (iotagent-json#825, iotagent-node-lib#1612) - Fix: default express limit to 1Mb instead default 100Kb and allow change it throught a conf env var 'IOTA_EXPRESS_LIMIT' (iota-json#827) diff --git a/package.json b/package.json index d37054a1..565716bc 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.5.0-next", + "version": "3.6.0", "homepage": "https://github.com/telefonicaid/iotagent-ul", "author": { "name": "Daniel Moran", @@ -40,7 +40,7 @@ "body-parser": "1.20.3", "dateformat": "3.0.3", "express": "4.20.0", - "iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master", + "iotagent-node-lib": "3.6.0", "logops": "2.1.2", "mqtt": "4.3.7", "underscore": "1.12.1" From 7bebfbb9c92350d0a04464662b762f7def8259aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Wed, 18 Sep 2024 16:37:10 +0200 Subject: [PATCH 2/3] Update Changelog --- Changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 35b623eb..905a4720 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -3.5.0 (June 11th, 2024) +3.6.0 (September 18th, 2024) - Upgrade express from 4.19.2 to 4.20.0 due to a vulnerability - Upgrade body-parser dep from 1.18.3 to 1.20.3 due to a vulnerability From c61a147171a4e67408f6e3142193377d73dde5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Wed, 18 Sep 2024 16:38:15 +0200 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 565716bc..ef54c5bd 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "body-parser": "1.20.3", "dateformat": "3.0.3", "express": "4.20.0", - "iotagent-node-lib": "3.6.0", + "iotagent-node-lib": "4.6.0", "logops": "2.1.2", "mqtt": "4.3.7", "underscore": "1.12.1"