We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666a6dc commit a1be7c7Copy full SHA for a1be7c7
.changes/2.31.2.json
@@ -37,6 +37,12 @@
37
"category": "AWS SDK for Java v2",
38
"contributor": "",
39
"description": "Updated endpoint and partition metadata."
40
+ },
41
+ {
42
+ "type": "bugfix",
43
+ "category": "AWS SDK for Java v2",
44
+ "contributor": "",
45
+ "description": "Copy bytes written to OutputStream of BlockingOutputStreamAsyncRequestBody"
46
}
47
]
48
CHANGELOG.md
@@ -3,6 +3,8 @@
3
## __AWS SDK for Java v2__
4
- ### Features
5
- Updated endpoint and partition metadata.
6
+ - ### Bugfixes
7
+ - Copy bytes written to OutputStream of BlockingOutputStreamAsyncRequestBody.
8
9
## __AWS WAFV2__
10
0 commit comments