Skip to content

Commit

Permalink
Merge pull request #133 from jason-fox/patch-3
Browse files Browse the repository at this point in the history
Add deprecation notice
  • Loading branch information
fgalan committed Dec 1, 2022
2 parents f537a3b + c85bbd7 commit 5d630fc
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,12 +12,13 @@ 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)
- 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

Expand All @@ -37,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 |

0 comments on commit 5d630fc

Please sign in to comment.