Skip to content

Commit c3486ee

Browse files
committed
chore(release): 5.0.0-rc2 [skip ci]
1 parent e41ba12 commit c3486ee

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

UPGRADE-5.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ The SDK no longer supports Node versions 6 and 8, as reflected in the `engines`
4848
#### RecognizeStream
4949
- `RecognizeStream.readableObjectMode` will always be a Boolean value - before, it could have been `undefined`. This is to align with the new convention in Node 12.
5050

51+
#### URL parameter name changed
52+
The variable name for the stored, URL parameter has been changed from `url` to `serviceUrl`. Note that `url` can still be compatibility passed into the constructor as an alias for `serviceUrl`. However, if you try to access the `url` property directly in your code, this is a breaking change.
53+
54+
#### Reading Credentials File
55+
The order of priority has changed to give a file in the current working directory higher priority than one in the home directory. This will only impact your code if you have different files in each location.
56+
5157
### Breaking changes by service
5258
#### Assistant v1
5359
- Parameter `include_count` removed from method `listEntities`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibm-watson",
3-
"version": "5.0.0-rc1",
3+
"version": "5.0.0-rc2",
44
"description": "Client library to use the IBM Watson Services",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)