From 7f97922cceacc17af85bc9565ce1d233341f6594 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Wed, 30 Nov 2022 16:43:40 +0100 Subject: [PATCH 1/2] Add deprecation notice Related https://github.com/telefonicaid/iotagent-node-lib/pull/1303 --- docs/deprecated.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/deprecated.md b/docs/deprecated.md index d024e12..1b8e8fb 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -16,8 +16,9 @@ A list of deprecated features and the version in which they were deprecated foll - Support to Node.js v4 and v6 in sigfox-iotagent 1.0.0 (finally removed in 1.1.0) - Support to Node.js v8 in sigfox-iotagent 1.4.0 (finally removed in 1.5.0) - Support to Node.js v10 in sigfox-iotagent 1.5.0 (finally removed in 1.6.0) +- Support to NGSI-LD v1.3 in sigfox-iotagent 1.7.0 -The use of Node.js v12 is highly recommended. +The use of Node.js v14 is highly recommended. ## Using old sigfox-iotagent versions From c85bbd794212699cceeeff27f79ae87843d13685 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Thu, 1 Dec 2022 11:47:10 +0100 Subject: [PATCH 2/2] Update deprecated.md --- docs/deprecated.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/deprecated.md b/docs/deprecated.md index 1b8e8fb..2a662a6 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -12,7 +12,7 @@ particular: A list of deprecated features and the version in which they were deprecated follows: -- Support to NGSI v1. +- Support to NGSI v1 (finally removed in 1.6.0) - Support to Node.js v4 and v6 in sigfox-iotagent 1.0.0 (finally removed in 1.1.0) - Support to Node.js v8 in sigfox-iotagent 1.4.0 (finally removed in 1.5.0) - Support to Node.js v10 in sigfox-iotagent 1.5.0 (finally removed in 1.6.0) @@ -38,10 +38,10 @@ the case you want to use old versions: The following table provides information about the last sigfox-iotagent version supporting currently removed features: -| **Removed feature** | **Last sigfox-iotagent version supporting feature** | **That version release date** | -| --------------------- | ----------------------------------------------- | ----------------------------- | -| NGSIv1 API | Not yet defined | Not yet defined | -| Support to Node.js v4 | 1.0.0 | June 13th, 2018 | -| Support to Node.js v6 | 1.0.0 | June 13th, 2018 | -| Support to Node.js v8 | 1.4.0 | April 8th, 2020 | -| Support to Node.js v10 | 1.5.0 | March 3rd, 2021 | +| **Removed feature** | **Last sigfox-iotagent version supporting feature** | **That version release date** | +| ---------------------- | --------------------------------------------------- | ----------------------------- | +| NGSIv1 API | 1.5.0 | March 3rd, 2021 | +| Support to Node.js v4 | 1.0.0 | June 13th, 2018 | +| Support to Node.js v6 | 1.0.0 | June 13th, 2018 | +| Support to Node.js v8 | 1.4.0 | April 8th, 2020 | +| Support to Node.js v10 | 1.5.0 | March 3rd, 2021 |