Skip to content

Commit 346ee89

Browse files
authored
[Core] Adding changelog for 0.3.0 (#237)
1 parent 9c04c73 commit 346ee89

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 0.3.0
4+
5+
### Added
6+
7+
- Requests can now be streamed
8+
- Streamable request accepts iterable alongside string, callable, resource
9+
- Support for getting credentials from Web Identity or OpenID Connect Federation. (`WebIdentityProvider`)
10+
11+
### Changed
12+
13+
- Rename namespace `Signers` into `Signer`.
14+
315
## 0.2.0
416

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

1424
### Changed
1525

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

2130
## 0.1.0
2231

0 commit comments

Comments
 (0)