Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX deprecated.md #1439

Merged
merged 1 commit into from
Sep 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions doc/deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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 |
Loading