Skip to content

Commit

Permalink
Merge pull request #1303 from jason-fox/feature/deprecate-notice
Browse files Browse the repository at this point in the history
Add deprecation notice
  • Loading branch information
fgalan authored Dec 1, 2022
2 parents ed74c96 + 5193ad7 commit 7291776
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions doc/deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ longer. In 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 2.18.0)
- Support to Node.js v4 in iotagent-node-lib 2.8.1 (finally removed in 2.9.0)
- Support to Node.js v6 in iotagent-node-lib 2.9.0 (finally removed in 2.10.0)
- Support to Node.js v8 in iotagent-node-lib 2.12.0 (finally removed in 2.13.0)
- Support to Node.js v10 in iotagent-node-lib 2.15.0 (finally removed in 2.16.0)
- Support to Node.js v12 in iotagent-node-lib 2.24.0 (finally removed in 2.25.0)
- Support to NGSI-LD v1.3 in iotagent-node-lib 2.25.0

The use of Node.js v12 is highly recommended.
The use of Node.js v14 is highly recommended.

## Using old iotagent-node-lib versions

Expand All @@ -39,9 +40,9 @@ The following table provides information about the last iotagent-node-lib versio

| **Removed feature** | **Last iotagent-node-lib version supporting feature** | **That version release date** |
| ---------------------- | ----------------------------------------------------- | ----------------------------- |
| NGSI v1 API | Not yet defined | Not yet defined |
| Support to Node.js v4 | 2.8.1 | December 19th, 2018 |
| Support to Node.js v6 | 2.9.0 | May 22nd, 2019 |
| Support to Node.js v8 | 2.12.0 | April 7th, 2020 |
| Support to Node.js v10 | 2.15.0 | February 18th, 2021 |
| Support to Node.js v12 | 2.24.0 | September 2nd, 2022 |
| NGSI v1 API | 2.17.0 | August 30th, 2021 |
| Support to Node.js v4 | 2.8.1 | December 19th, 2018 |
| Support to Node.js v6 | 2.9.0 | May 22nd, 2019 |
| Support to Node.js v8 | 2.12.0 | April 7th, 2020 |
| Support to Node.js v10 | 2.15.0 | February 18th, 2021 |
| Support to Node.js v12 | 2.24.0 | September 2nd, 2022 |

0 comments on commit 7291776

Please sign in to comment.