Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.16.0 #2331

Merged
merged 1 commit into from
Dec 5, 2018
Merged

v1.16.0 #2331

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
Release v1.16.0 (2018-12-05)
===

### Service Client Updates
* `service/ce`: Updates service API and documentation
* `service/mediatailor`: Updates service API and documentation
* `service/mq`: Updates service API and documentation
* This release adds support for cost allocation tagging. You can now create, delete, and list tags for AmazonMQ resources. For more information about tagging, see AWS Tagging Strategies.

### SDK Features
* `aws/credential`: Add credential_process provider ([#2217](https://github.com/aws/aws-sdk-go/pull/2217))
* Adds support for the shared configuration file's `credential_process` property. This property allows the application to execute a command in order to retrieve AWS credentials for AWS service API request. In order to use this feature your application must enable the SDK's support of the shared configuration file. See, https://docs.aws.amazon.com/sdk-for-go/api/aws/session/#hdr-Sessions_from_Shared_Config for more information on enabling shared config support.

### SDK Enhancements
* `service/sqs`: Add batch checksum validation test ([#2307](https://github.com/aws/aws-sdk-go/pull/2307))
* Adds additional test of the SQS batch checksum validation.
* `aws/awsutils`: Update not to retrun sensitive fields for StringValue ([#2310](https://github.com/aws/aws-sdk-go/pull/2310))
* Update SDK client integration tests to be code generated. ([#2308](https://github.com/aws/aws-sdk-go/pull/2308))
* private/mode/api: Update SDK to require URI path members not be empty ([#2323](https://github.com/aws/aws-sdk-go/pull/2323))
* Updates the SDK's validation to require that members serialized to URI path must not have empty (zero length) values. Generally these fields are modeled as required, but not always. Fixing this will prevent bugs with REST URI paths requests made for unexpected resources.

### SDK Bugs
* aws/session: Fix formatting bug in doc. ([#2294](https://github.com/aws/aws-sdk-go/pull/2294))
* Fixes a minor issue in aws/session/doc.go where mistakenly used format specifiers in logger.Println.
* Fix SDK model cleanup to remove old model folder ([#2324](https://github.com/aws/aws-sdk-go/pull/2324))
* Fixes the SDK's model cleanup to remove the entire old model folder not just the api-2.json file.
* Fix SDK's vet usage to use go vet with build tags ([#2300](https://github.com/aws/aws-sdk-go/pull/2300))
* Updates the SDK's usage of vet to use go vet instead of go tool vet. This allows the SDK to pass build tags and packages instead of just folder paths to the tool.
Release v1.15.90 (2018-12-04)
===

Expand Down
14 changes: 0 additions & 14 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
### SDK Features
* `aws/credential`: Add credential_process provider ([#2217](https://github.com/aws/aws-sdk-go/pull/2217))
* Adds support for the shared configuration file's `credential_process` property. This property allows the application to execute a command in order to retrieve AWS credentials for AWS service API request. In order to use this feature your application must enable the SDK's support of the shared configuration file. See, https://docs.aws.amazon.com/sdk-for-go/api/aws/session/#hdr-Sessions_from_Shared_Config for more information on enabling shared config support.

### SDK Enhancements
* `service/sqs`: Add batch checksum validation test ([#2307](https://github.com/aws/aws-sdk-go/pull/2307))
* Adds additional test of the SQS batch checksum validation.
* `aws/awsutils`: Update not to retrun sensitive fields for StringValue ([#2310](https://github.com/aws/aws-sdk-go/pull/2310))
* Update SDK client integration tests to be code generated. ([#2308](https://github.com/aws/aws-sdk-go/pull/2308))
* private/mode/api: Update SDK to require URI path members not be empty ([#2323](https://github.com/aws/aws-sdk-go/pull/2323))
* Updates the SDK's validation to require that members serialized to URI path must not have empty (zero length) values. Generally these fields are modeled as required, but not always. Fixing this will prevent bugs with REST URI paths requests made for unexpected resources.

### SDK Bugs
* aws/session: Fix formatting bug in doc. ([#2294](https://github.com/aws/aws-sdk-go/pull/2294))
* Fixes a minor issue in aws/session/doc.go where mistakenly used format specifiers in logger.Println.
* Fix SDK model cleanup to remove old model folder ([#2324](https://github.com/aws/aws-sdk-go/pull/2324))
* Fixes the SDK's model cleanup to remove the entire old model folder not just the api-2.json file.
* Fix SDK's vet usage to use go vet with build tags ([#2300](https://github.com/aws/aws-sdk-go/pull/2300))
* Updates the SDK's usage of vet to use go vet instead of go tool vet. This allows the SDK to pass build tags and packages instead of just folder paths to the tool.
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.15.90"
const SDKVersion = "1.16.0"
33 changes: 32 additions & 1 deletion models/apis/ce/2017-10-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@
"Coverage":{
"type":"structure",
"members":{
"CoverageHours":{"shape":"CoverageHours"}
"CoverageHours":{"shape":"CoverageHours"},
"CoverageNormalizedUnits":{"shape":"CoverageNormalizedUnits"},
"CoverageCost":{"shape":"CoverageCost"}
}
},
"CoverageByTime":{
Expand All @@ -163,6 +165,12 @@
"Total":{"shape":"Coverage"}
}
},
"CoverageCost":{
"type":"structure",
"members":{
"OnDemandCost":{"shape":"OnDemandCost"}
}
},
"CoverageHours":{
"type":"structure",
"members":{
Expand All @@ -173,6 +181,16 @@
}
},
"CoverageHoursPercentage":{"type":"string"},
"CoverageNormalizedUnits":{
"type":"structure",
"members":{
"OnDemandNormalizedUnits":{"shape":"OnDemandNormalizedUnits"},
"ReservedNormalizedUnits":{"shape":"ReservedNormalizedUnits"},
"TotalRunningNormalizedUnits":{"shape":"TotalRunningNormalizedUnits"},
"CoverageNormalizedUnitsPercentage":{"shape":"CoverageNormalizedUnitsPercentage"}
}
},
"CoverageNormalizedUnitsPercentage":{"type":"string"},
"CoveragesByTime":{
"type":"list",
"member":{"shape":"CoverageByTime"}
Expand Down Expand Up @@ -389,6 +407,7 @@
"GroupBy":{"shape":"GroupDefinitions"},
"Granularity":{"shape":"Granularity"},
"Filter":{"shape":"Expression"},
"Metrics":{"shape":"MetricNames"},
"NextPageToken":{"shape":"NextPageToken"}
}
},
Expand Down Expand Up @@ -587,8 +606,10 @@
"CONVERTIBLE"
]
},
"OnDemandCost":{"type":"string"},
"OnDemandCostOfRIHoursUsed":{"type":"string"},
"OnDemandHours":{"type":"string"},
"OnDemandNormalizedUnits":{"type":"string"},
"PageSize":{"type":"integer"},
"PaymentOption":{
"type":"string",
Expand All @@ -607,6 +628,7 @@
"min":51
},
"PurchasedHours":{"type":"string"},
"PurchasedUnits":{"type":"string"},
"RDSInstanceDetails":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -642,9 +664,13 @@
"type":"structure",
"members":{
"UtilizationPercentage":{"shape":"UtilizationPercentage"},
"UtilizationPercentageInUnits":{"shape":"UtilizationPercentageInUnits"},
"PurchasedHours":{"shape":"PurchasedHours"},
"PurchasedUnits":{"shape":"PurchasedUnits"},
"TotalActualHours":{"shape":"TotalActualHours"},
"TotalActualUnits":{"shape":"TotalActualUnits"},
"UnusedHours":{"shape":"UnusedHours"},
"UnusedUnits":{"shape":"UnusedUnits"},
"OnDemandCostOfRIHoursUsed":{"shape":"OnDemandCostOfRIHoursUsed"},
"NetRISavings":{"shape":"NetRISavings"},
"TotalPotentialRISavings":{"shape":"TotalPotentialRISavings"},
Expand Down Expand Up @@ -739,6 +765,7 @@
"member":{"shape":"ReservationUtilizationGroup"}
},
"ReservedHours":{"type":"string"},
"ReservedNormalizedUnits":{"type":"string"},
"ResultByTime":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -779,10 +806,13 @@
]
},
"TotalActualHours":{"type":"string"},
"TotalActualUnits":{"type":"string"},
"TotalAmortizedFee":{"type":"string"},
"TotalPotentialRISavings":{"type":"string"},
"TotalRunningHours":{"type":"string"},
"TotalRunningNormalizedUnits":{"type":"string"},
"UnusedHours":{"type":"string"},
"UnusedUnits":{"type":"string"},
"UtilizationByTime":{
"type":"structure",
"members":{
Expand All @@ -792,6 +822,7 @@
}
},
"UtilizationPercentage":{"type":"string"},
"UtilizationPercentageInUnits":{"type":"string"},
"UtilizationsByTime":{
"type":"list",
"member":{"shape":"UtilizationByTime"}
Expand Down
Loading