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

merged 1 commit into from
Dec 5, 2018

Conversation

aws-sdk-go-automation
Copy link
Contributor

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)
    • 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)
    • Adds additional test of the SQS batch checksum validation.
  • aws/awsutils: Update not to retrun sensitive fields for StringValue (#2310)
  • Update SDK client integration tests to be code generated. (#2308)
  • private/mode/api: Update SDK to require URI path members not be empty (#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)
    • 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)
    • 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)
    • 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.

@aws-sdk-go-automation aws-sdk-go-automation merged commit 61f7304 into master Dec 5, 2018
@aws-sdk-go-automation aws-sdk-go-automation deleted the release branch December 5, 2018 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant