Skip to content

Commit

Permalink
Add Missing Change Annotations (#1350)
Browse files Browse the repository at this point in the history
* Add Missing Change Annotations

* Update 0bdd5a8d59ee4a6d8ea7804f44e983a3.json
  • Loading branch information
skmcgrail committed Jul 21, 2021
1 parent 356398e commit 2a76935
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changelog/0bdd5a8d59ee4a6d8ea7804f44e983a3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "0bdd5a8d-59ee-4a6d-8ea7-804f44e983a3",
"type": "bugfix",
"description": "Corrected an issue where the retryer was not using the last attempt's ResultMetadata as the bases for the return result from the stack. ([#1345](https://github.com/aws/aws-sdk-go-v2/pull/1345))",
"modules": [
"."
]
}
16 changes: 16 additions & 0 deletions .changelog/3bca11befbd94c63a6a877d437dae8d7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"id": "3bca11be-fbd9-4c63-a6a8-77d437dae8d7",
"type": "bugfix",
"description": "Fixed an issue that caused one or more API operations to fail when attempting to resolve the service endpoint. ([#1349](https://github.com/aws/aws-sdk-go-v2/pull/1349))",
"modules": [
"service/accessanalyzer",
"service/amp",
"service/appmesh",
"service/braket",
"service/codeguruprofiler",
"service/groundstation",
"service/location",
"service/mgn",
"service/proton"
]
}
8 changes: 8 additions & 0 deletions .changelog/ee649130ab1f492fa8de8600ad13c553.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "ee649130-ab1f-492f-a8de-8600ad13c553",
"type": "feature",
"description": "Add `HeadObject` presign support. ([#1346](https://github.com/aws/aws-sdk-go-v2/pull/1346))",
"modules": [
"service/s3"
]
}

0 comments on commit 2a76935

Please sign in to comment.