diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index be725ecc..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 (#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 (#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' (#827) \ No newline at end of file diff --git a/Changelog b/Changelog index 30b45e0e..35c53521 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,10 @@ +3.5.0 (June 11th, 2024) + +- Fix: update device using previous device apikey to avoid error when apikey is updated (#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 (#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' (#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.18.1 to 4.19.2 due to a vulnerability diff --git a/package.json b/package.json index 1585c669..845f1cd9 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.4.0-next", + "version": "3.5.0", "homepage": "https://github.com/telefonicaid/iotagent-json", "author": { "name": "Daniel Moran", @@ -68,7 +68,7 @@ "body-parser-xml": "2.0.5", "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", "sinon": "~6.1.0",