Skip to content

Commit

Permalink
feat(NODE-4898)!: aws credential providers now optional peerDependency (
Browse files Browse the repository at this point in the history
  • Loading branch information
durran authored Dec 21, 2022
1 parent cca5362 commit b9e4c7c
Show file tree
Hide file tree
Showing 4 changed files with 1,160 additions and 942 deletions.
9 changes: 9 additions & 0 deletions etc/notes/CHANGES_5.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ This means `npm` will let you know if the version of snappy you have installed i
npm install --save snappy@7
```

### @aws-sdk/credential-providers v3.201.0 or later and optional peerDependency

`@aws-sdk/credential-providers` has been added to the package.json as a peerDependency that is **optional**.
This means `npm` will let you know if the version of the sdk you have installed is incompatible with the driver.

```sh
npm install --save @aws-sdk/credential-providers@3.186.0
```

### Minimum supported Node version

The new minimum supported Node.js version is now 14.20.1.
Loading

0 comments on commit b9e4c7c

Please sign in to comment.