Skip to content

Commit

Permalink
Merge pull request #522 from jason-fox/patch-1
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
fgalan authored Jan 8, 2021
2 parents 0e94f2e + bed3a83 commit dd6ebde
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
node-version:
- 10.x
- 12.x
- 14.x
steps:
- name: Git checkout
uses: actions/checkout@v2
Expand Down
21 changes: 14 additions & 7 deletions docs/deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ particular:

A list of deprecated features and the version in which they were deprecated follows:

- Support to NGSIv1.
- Support to Node.js v4 in iotagent-json 1.9.0. The use of Node.js v8 is highly recommended.
- Support to NGSI v1.
- Support to Node.js v4 in iotagent-json 1.9.0 (finally removed in 1.10.0)
- Support to Node.js v6 in iotagent-json 1.10.0 (finally removed in 1.11.0)
- Support to Node.js v8 in iotagent-json 1.14.0 (finally removed in 1.15.0)
- Support to Node.js v10 in iotagent-json 1.17.0.

The use of Node.js v12 is highly recommended.

## Using old iotagent-json versions

Expand All @@ -33,8 +38,10 @@ in the case you want to use old versions:

The following table provides information about the last iotagent-json version supporting currently removed features:

| **Removed feature** | **Last iotagent-json version supporting feature** | **That version release date** |
| --------------------- | ------------------------------------------------- | ----------------------------- |
| NGSIv1 API | Not yet defined | Not yet defined |
| Support to Node.js v6 | Not yet defined but it will be done by May 2019 | Not yet defined |
| Support to Node.js v4 | 1.9.0 | December 19th, 2018 |
| **Removed feature** | **Last iotagent-json version supporting feature** | **That version release date** |
| ---------------------- | --------------------------------------------------- | ----------------------------- |
| NGSIv1 API | Not yet defined | Not yet defined |
| Support to Node.js v4 | 1.9.0 | December 19th, 2018 |
| Support to Node.js v6 | 1.10.0 | May 22nd, 2019 |
| Support to Node.js v8 | 1.14.0 | April 7th, 2020 |
| Support to Node.js v10 | Not defined but it will completed before May 2021 | Not yet defined |
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "Second MQTT Device",
"type": "AnMQTTDevice",
"location": {
"type": "geo:point",
"value": "0, 0"
"type": "geo:json",
"value": {"type":"Point","coordinates":[0,0]}
}
}
}

0 comments on commit dd6ebde

Please sign in to comment.