Skip to content

Commit

Permalink
[Core] Adding changelog for 0.3.0 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Feb 28, 2020
1 parent 9c04c73 commit 346ee89
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.3.0

### Added

- Requests can now be streamed
- Streamable request accepts iterable alongside string, callable, resource
- Support for getting credentials from Web Identity or OpenID Connect Federation. (`WebIdentityProvider`)

### Changed

- Rename namespace `Signers` into `Signer`.

## 0.2.0

### Added
Expand All @@ -8,15 +20,12 @@
- Methods `AwsClient::cloudFormation()`, `AwsClient::lambda()`, `AwsClient::sns()`
- Protected methods `Result::registerPrefetch()` and `Result::unregisterPrefetch()`
- Timeout parameter to `InstanceProvider::__construct()`
- Requests can now be streamed
- Streamable request accepts iterable alongside string, callable, resource

### Changed

- Removed `AwsClient` and replaced it with `AwsClientFactory`
- Class `AsyncAws\Core\Signer\Request` is marked as internal
- Make sure behavior of calling `Result::resolve()` is consistent
- Rename namespace `Signers` into `Signer`.

## 0.1.0

Expand Down

0 comments on commit 346ee89

Please sign in to comment.