From 3d39fb8d56a0f39528dd27fec7af5aa79287b2ea Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Tue, 23 May 2023 10:48:45 +0200 Subject: [PATCH] Step: 3.1.0-next -> 3.2.0 --- CHANGES_NEXT_RELEASE | 12 ------------ package.json | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 7bf58d42a..e69de29bb 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,12 +0,0 @@ -- Add: save result of apply expression attribute into current context for futher usages (#1305) -- Add: skipValue for expression to allow skip attribute when match with result of apply expression (#1353) -- Add: add hextostring transformation jexl function (#1367) -- Add: JEXL support to bidirectinal plugin -- Remove: remove legacy expression support (removing IOTA_DEFAULT_EXPRESSION_LANGUAGE env var and associated defaultExpressionLanguage config.js setting) (#1340) -- Fix: avoid usage of newlines in logs (#1342) -- Fix: explicitAttributes true case: should progress just active attributes which receives measures and all active attributes with expressions -- Fix: add missed active attributes (with expressions) for ctxt for evaluate explicitAttrs expression (#1351) -- Fix: allow use static attributes from group in entityNameExp of group -- Fix: disable device attribute entity_name validation using pattern -- Fix: reenable invocation of custom plugins on update (#1348) -- Fix: change level of log about not context available for apply expression from warn to info diff --git a/package.json b/package.json index b8a514ced..7a7ac9f35 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": "3.1.0-next", + "version": "3.2.0", "homepage": "https://github.com/telefonicaid/iotagent-node-lib", "keywords": [ "fiware",