From 6631efe95f2f70d2b572af5cc9b1c0d38c563d02 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Tue, 11 Jun 2024 11:13:25 +0200 Subject: [PATCH 1/2] prepare 3.5.0 --- CHANGES_NEXT_RELEASE | 3 --- Changelog | 9 ++++++++- package.json | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index b6d2696e..e69de29b 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,3 +0,0 @@ -- 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) \ No newline at end of file diff --git a/Changelog b/Changelog index 978c6c76..8a2a83e8 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,11 @@ -3.4.0 (April 26th, 2024) +3.5.0 (April 26th, 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) +- Upgrade iotagent-node-lib dependency from 4.4.0 to 4.5.0 + + 3.4.0 (April 26th, 2024) - Upgrade express dep from ~4.16.4 to 4.19.2 due to a vulnerability - Upgrade iotagent-node-lib dependency from 4.2.0 to 4.3.0 diff --git a/package.json b/package.json index cb75470a..01e9b56a 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.4.0-next", + "version": "3.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.19.2", - "iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master", + "iotagent-node-lib": "4.5.0", "logops": "2.1.2", "mqtt": "4.3.7", "underscore": "1.12.1" From b6311a5148743e8dafec130477cc1d76827305f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Tue, 11 Jun 2024 11:19:22 +0200 Subject: [PATCH 2/2] Update Changelog --- Changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 8a2a83e8..18689ec4 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -3.5.0 (April 26th, 2024) +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)