Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions packages/smithy-aws-core/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

* _Add new items here_

### Breaking Changes

* Updated sigv4 auth resolution and identity providers to the new transport-
Expand All @@ -11,6 +13,17 @@

* Added a hand-written implmentation for the `restJson1` protocol.

## v0.0.3

### Bugfixes
* Rename `ContainerCredentialResolver` to `ContainerCredentialsResolver` to
match new naming standard.

## v0.0.2

### Feature
* Added support for Container credential resolution, commonly used with ECS/EKS.

## v0.0.1

### Features
Expand Down
Loading