File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments