diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 3568c4ec8..e69de29bb 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,13 +0,0 @@ -- Add: do not create initial entity when a new device is provisioned and appendMode is false or NGSI-LD is used -- Fix: check array access in extractVariables of jexlPlugin when bidirectionalPlugin is enabled -- Fix: explicitAttrs of device was tainted even if not defined -- Fix: do not include static, lazy and commands from group to device to avoid duplicate them in device (#1377) -- Add: Evaluate group entityNameExp with a context including measures (#1334) -- Remove: expressionLanguage field (as it it not longer needed, due to only one expression language is supported, after the removal of legacy expressions in 3.2.0) (#1384) -- Add: allow update timestamp and other config fields of device -- Fix: use 'options=upsert' when update ngsiv2 CB entities and appendMode is enabled (#956) -- Fix: do not propagate group config (timestamp and explicitAttrs) to autoprovisioned devices (at database level) (#1377) -- Fix: appendMode at general level (config.js / env var) changes its default from false to true -- Fix: remove sensitive MongoDB connection parameters from log traces (remove 'option' object from logs) -- Deprecate: bidirectional plugin -- Deprecate: appendMode diff --git a/doc/deprecated.md b/doc/deprecated.md index 185786b34..82f88f804 100644 --- a/doc/deprecated.md +++ b/doc/deprecated.md @@ -53,5 +53,5 @@ The following table provides information about the last iotagent-node-lib versio | Support to Node.js v12 | 2.24.0 | September 2nd, 2022 | | Support to NGSI-LD 1.3 | 2.25.0 | January 24th, 2023 | | Support to Legacy Expressions | 3.1.0 | April 25th, 2023 | -| bidirrectional plugin | 3.3.0 | To be defined | -| appendMode | 3.3.0 | To be defined | +| bidirrectional plugin | 3.3.0 | August 24th, 2023 | +| appendMode | 3.3.0 | August 24th, 2023 | diff --git a/package.json b/package.json index b4e4b2a7a..8c93e9a2b 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.2.0-next", + "version": "3.3.0", "homepage": "https://github.com/telefonicaid/iotagent-node-lib", "keywords": [ "fiware",