Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Release v1.27.2#3068

Merged
aws-sdk-go-automation merged 1 commit intomasterfrom
release
Jan 7, 2020
Merged

Release v1.27.2#3068
aws-sdk-go-automation merged 1 commit intomasterfrom
release

Conversation

@aws-sdk-go-automation
Copy link
Copy Markdown
Contributor

Release v1.27.2 (2020-01-07)

Service Client Updates

  • service/AWSMigrationHub: Updates service API, documentation, and paginators
  • service/codebuild: Updates service API and documentation
    • Add encryption key override to StartBuild API in AWS CodeBuild.
  • service/xray: Updates service documentation
    • Documentation updates for xray

SDK Enhancements

  • aws: Add configuration option enable the SDK to unmarshal API response header maps to normalized lower case map keys. (#3033)
    • Setting aws.Config.LowerCaseHeaderMaps to true will result in S3's X-Amz-Meta prefixed header to be unmarshaled to lower case Metadata member's map keys.

SDK Bugs

  • aws/ec2metadata : Reduces request timeout for EC2Metadata client along with maximum number of retries (#3066)
    • Reduces latency while fetching response from EC2Metadata client running in a container to around 3 seconds
    • Fixes #2972

===

### Service Client Updates
* `service/AWSMigrationHub`: Updates service API, documentation, and paginators
* `service/codebuild`: Updates service API and documentation
  * Add encryption key override to StartBuild API in AWS CodeBuild.
* `service/xray`: Updates service documentation
  * Documentation updates for xray

### SDK Enhancements
* `aws`: Add configuration option enable the SDK to unmarshal API response header maps to normalized lower case map keys. ([#3033](#3033))
  * Setting `aws.Config.LowerCaseHeaderMaps` to `true` will result in S3's X-Amz-Meta prefixed header to be unmarshaled to lower case Metadata member's map keys.

### SDK Bugs
* `aws/ec2metadata` : Reduces request timeout for EC2Metadata client along with maximum number of retries ([#3066](#3066))
  * Reduces latency while fetching response from EC2Metadata client running in a container to around 3 seconds
  * Fixes [#2972](#2972)
@aws-sdk-go-automation aws-sdk-go-automation merged commit 7eff851 into master Jan 7, 2020
@aws-sdk-go-automation aws-sdk-go-automation deleted the release branch January 7, 2020 19:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Get credentials from role has become slow

1 participant