Skip to content

Commit 260aabb

Browse files
committed
Fix changelogs
1 parent 6889e54 commit 260aabb

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.changes/2.36.0.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@
122122
"contributor": "",
123123
"description": "Update endpoint ruleset parameters casing"
124124
},
125-
{
126-
"type": "feature",
127-
"category": "AWS SDK for Java v2",
128-
"contributor": "",
129-
"description": "Add support for payload signing of async streaming requests signed with SigV4 using default `AwsV4HttpSigner` (using `AwsV4HttpSigner.create()`). Note, requests using the `http` URI scheme will not be signed regardless of the value of `AwsV4FamilyHttpSigner.PAYLOAD_SIGNING_ENABLED` to remain consistent with existing behavior. This may change in a future release."
130-
},
131125
{
132126
"type": "feature",
133127
"category": "AWS Systems Manager Incident Manager",
@@ -309,4 +303,4 @@
309303
"description": "Updated endpoint and partition metadata."
310304
}
311305
]
312-
}
306+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "bugfix",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Add support for payload signing of async streaming requests signed with SigV4 using default `AwsV4HttpSigner` (using `AwsV4HttpSigner.create()`). Note, requests using the `http` URI scheme will not be signed regardless of the value of `AwsV4FamilyHttpSigner.PAYLOAD_SIGNING_ENABLED` to remain consistent with existing behavior. This may change in a future release."
6+
}

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@
287287

288288
## __AWS SDK for Java v2__
289289
- ### Features
290-
- Add support for payload signing of async streaming requests signed with SigV4 using default `AwsV4HttpSigner` (using `AwsV4HttpSigner.create()`). Note, requests using the `http` URI scheme will not be signed regardless of the value of `AwsV4FamilyHttpSigner.PAYLOAD_SIGNING_ENABLED` to remain consistent with existing behavior. This may change in a future release.
291290
- Updated endpoint and partition metadata.
292291

293292
## __AWS Systems Manager Incident Manager__

0 commit comments

Comments
 (0)