We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb6139 commit aa22d45Copy full SHA for aa22d45
packages/smithy-aws-core/CHANGES.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+* _Add new items here_
6
+
7
### Breaking Changes
8
9
* Updated sigv4 auth resolution and identity providers to the new transport-
@@ -11,6 +13,17 @@
11
13
12
14
* Added a hand-written implmentation for the `restJson1` protocol.
15
16
+## v0.0.3
17
18
+### Bugfixes
19
+* Rename `ContainerCredentialResolver` to `ContainerCredentialsResolver` to
20
+ match new naming standard.
21
22
+## v0.0.2
23
24
+### Feature
25
+* Added support for Container credential resolution, commonly used with ECS/EKS.
26
27
## v0.0.1
28
29
### Features
0 commit comments