From dc15c4f7fc6f0fe35e28a36ec61aa358856c9da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Mon, 11 Sep 2023 11:23:08 +0200 Subject: [PATCH] FIX deprecated.md --- doc/deprecated.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/deprecated.md b/doc/deprecated.md index 82f88f804..2a3f8ce36 100644 --- a/doc/deprecated.md +++ b/doc/deprecated.md @@ -21,9 +21,10 @@ A list of deprecated features and the version in which they were deprecated foll - Support to NGSI-LD v1.3 in iotagent-node-lib 2.25.0 (finally removed in 2.26.0) - Support groups (provision) statically defined by configuration - Support to in-memory registry (i.e.`deviceRegistry.type=memory`) +- eventType configuration (finally removed in 3.0.0) - Support to legacy expressions (finally removed in 3.2.0) - Bidirectinal pluging (to be removed in 3.4.0) -- appendMode (to be removed in 3.4.0) +- appendMode configuration (`IOTA_APPEND_MODE` env var) (to be removed in 3.4.0) The use of Node.js v14 is highly recommended. @@ -52,6 +53,7 @@ The following table provides information about the last iotagent-node-lib versio | Support to Node.js v10 | 2.15.0 | February 18th, 2021 | | Support to Node.js v12 | 2.24.0 | September 2nd, 2022 | | Support to NGSI-LD 1.3 | 2.25.0 | January 24th, 2023 | +| eventType configuration | 2.26.0 | March 15th, 2023 | | Support to Legacy Expressions | 3.1.0 | April 25th, 2023 | -| bidirrectional plugin | 3.3.0 | August 24th, 2023 | -| appendMode | 3.3.0 | August 24th, 2023 | +| bidirectional plugin | 3.3.0 | August 24th, 2023 | +| appendMode configuration (`IOTA_APPEND_MODE` env var) | 3.3.0 | August 24th, 2023 |