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 1
1
# Change Log
2
2
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
+
3
15
## 0.2.0
4
16
5
17
### Added
8
20
- Methods ` AwsClient::cloudFormation() ` , ` AwsClient::lambda() ` , ` AwsClient::sns() `
9
21
- Protected methods ` Result::registerPrefetch() ` and ` Result::unregisterPrefetch() `
10
22
- Timeout parameter to ` InstanceProvider::__construct() `
11
- - Requests can now be streamed
12
- - Streamable request accepts iterable alongside string, callable, resource
13
23
14
24
### Changed
15
25
16
26
- Removed ` AwsClient ` and replaced it with ` AwsClientFactory `
17
27
- Class ` AsyncAws\Core\Signer\Request ` is marked as internal
18
28
- Make sure behavior of calling ` Result::resolve() ` is consistent
19
- - Rename namespace ` Signers ` into ` Signer ` .
20
29
21
30
## 0.1.0
22
31
You can’t perform that action at this time.
0 commit comments