Skip to content

Commit

Permalink
Merge pull request #280 from jason-fox/patch-2
Browse files Browse the repository at this point in the history
Add deprecation notice
  • Loading branch information
fgalan authored Dec 1, 2022
2 parents 5ba33d1 + d6c8b70 commit a9ce178
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ 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 1.6.0)
- Support to Node.js v4 in lightweightM2M-iotagent 1.0.0. (finally removed in 1.1.0)
- Support to Node.js v6 in lightweightM2M-iotagent 1.1.0. (finally removed in 1.2.0)
- Support to Node.js v8 in lightweightM2M-iotagent 1.4.0. (finally removed in 1.5.0)
- Support to Node.js v10 in lightweightM2M-iotagent 1.5.0 (finally removed in 1.6.0)
- Support to NGSI-LD v1.3 in lightweightM2M-iotagent 1.7.0

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

## Using old lightweightM2M-iotagent versions

Expand All @@ -39,10 +40,10 @@ information in the case you want to use old versions:
The following table provides information about the last lightweightM2M-iotagent version supporting currently removed
features:

| **Removed feature** | **Last lightweightM2M-iotagent version supporting feature** | **That version release date** |
| --------------------- | ----------------------------------------------------------- | ----------------------------- |
| NGSIv1 API | Not yet defined | Not yet defined |
| Support to Node.js v4 | 0.4.0 | November 28th, 2017 |
| Support to Node.js v6 | May 22nd, 2019 | 1.1.0 |
| Support to Node.js v8 | April 8th, 2020 | 1.4.0 |
| Support to Node.js v6 | March 3rd, 2021 | 1.5.0 |
| **Removed feature** | **Last lightweightM2M-iotagent version supporting feature** | **That version release date** |
| ---------------------- | ----------------------------------------------------------- | ----------------------------- |
| NGSIv1 API | 1.5.0 | March 3rd, 2021 |
| Support to Node.js v4 | 0.4.0 | November 28th, 2017 |
| Support to Node.js v6 | 1.1.0 | May 22nd, 2019 |
| Support to Node.js v8 | 1.4.0 | April 8th, 2020 |
| Support to Node.js v10 | 1.5.0 | March 3rd, 2021 |

0 comments on commit a9ce178

Please sign in to comment.