File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## 0.3.4
3
+ ## 0.4.0
4
+
5
+ ### Added
6
+
7
+ - Test class ` AsyncAws\Core\Test\SimpleStreamableBody `
8
+
9
+ ### Changed
10
+
11
+ - Moved ` AsyncAws\Core\Signer\Request ` to ` AsyncAws\Core\Request ` .
12
+ - Added constructor argument to ` AsyncAws\Core\Request::__construct() ` to support query parameters.
13
+ - Renamed ` AsyncAws\Core\Request::getUrl() ` to ` AsyncAws\Core\Request::getEndpoint() `
14
+ - Class ` AsyncAws\Core\Stream\StreamFactory ` is not internal anymore.
15
+ - Removed ` requestBody() ` , ` requestHeaders() ` , ` requestQuery() ` and ` requestUri() ` input classes. They are replaced with ` request() ` .
16
+
17
+ ### Removed
18
+
19
+ - Public ` AbstractApi::request() ` was removed.
20
+ - Protected function ` AbstractApi::getEndpoint() ` was made private.
4
21
5
22
### Fixed
6
23
You can’t perform that action at this time.
0 commit comments