Skip to content

Commit f4f793c

Browse files
committed
docs: add deprecation notice for node versions 6 and 8
bumping the core version will include the deprecation notice from the base service in the code
1 parent 5a2876a commit f4f793c

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Node.js client library to use the Watson APIs.
4949
</details>
5050

5151
## ANNOUNCEMENTS!
52-
### New Major Version
53-
The new major version, `v4` has been released. The major new feature in this release is native support for Promises. There are some breaking changes - use the [migration guide](https://github.com/watson-developer-cloud/node-sdk/blob/master/UPGRADE-4.0.md) to navigate any changes that affect your code.
52+
### Deprecating support for Node versions 6 and 8
53+
Support for Node versions **6** and **8** has been deprecated and will be officially dropped in the next major release, v5, which is expected to be in September, 2019. Version 6 reached end of life in April 2019 and Version 8 reaches end of life on 31 December 2019.
5454

5555
### Package Rename
5656
This package has been moved under the name `ibm-watson`. The package is still available at `watson-developer-cloud`, but that will no longer receive updates. Use `ibm-watson` to stay up to date.

package-lock.json

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@
8686
"axios": "^0.18.0",
8787
"dotenv": "^6.2.0",
8888
"extend": "~3.0.2",
89-
"ibm-cloud-sdk-core": "^0.3.1",
89+
"ibm-cloud-sdk-core": "^0.3.3",
9090
"isstream": "~0.1.2",
9191
"object.pick": "~1.3.0",
92-
"websocket": "^1.0.28",
93-
"snyk": "^1.192.4"
92+
"snyk": "^1.192.4",
93+
"websocket": "^1.0.28"
9494
},
9595
"engines": {
9696
"node": ">=6.0.0"

0 commit comments

Comments
 (0)