Skip to content

Commit b9e4c7c

Browse files
authored
feat(NODE-4898)!: aws credential providers now optional peerDependency (#3497)
1 parent cca5362 commit b9e4c7c

File tree

4 files changed

+1160
-942
lines changed

4 files changed

+1160
-942
lines changed

etc/notes/CHANGES_5.0.0.md

+9
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ This means `npm` will let you know if the version of snappy you have installed i
2525
npm install --save snappy@7
2626
```
2727

28+
### @aws-sdk/credential-providers v3.201.0 or later and optional peerDependency
29+
30+
`@aws-sdk/credential-providers` has been added to the package.json as a peerDependency that is **optional**.
31+
This means `npm` will let you know if the version of the sdk you have installed is incompatible with the driver.
32+
33+
```sh
34+
npm install --save @aws-sdk/credential-providers@3.186.0
35+
```
36+
2837
### Minimum supported Node version
2938

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

0 commit comments

Comments
 (0)