From 1fed58b4efc20e81c49e9474b7572b7991a38514 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Tue, 11 Jun 2024 09:26:08 +0200 Subject: [PATCH] bump 4.5.0 --- CHANGES_NEXT_RELEASE | 5 ----- package.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 10c4b4eb7..e69de29bb 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,5 +0,0 @@ -- Fix: do not propage TimeInstant when explicitAttrs is empty array (#1606) -- 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, #1612) -- Fix: default express limit to 1Mb instead default 100Kb and allow change it throught a conf env var 'IOTA_EXPRESS_LIMIT' (iotagent-json#827) -- Fix: accept 201 status code from context broker with NGSI-LD interface when first measure is sent and device is created in it (#1617) diff --git a/package.json b/package.json index c9fc57981..dc507956b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iotagent-node-lib", "license": "AGPL-3.0-only", "description": "IoT Agent library to interface with NGSI Context Broker", - "version": "4.4.0-next", + "version": "4.5.0", "homepage": "https://github.com/telefonicaid/iotagent-node-lib", "keywords": [ "fiware",