Release v0.11.0 (2019-08-22)
Pre-release
Pre-release
Services
- Synced the V2 SDK with latest AWS service API definitions.
- Fixes #359
SDK Features
SDK Enhancements
private/protocol
: Add support for TimestampFormat in protocols (#358)aws
: Add example for custom HTTP client idle connection options (#350)- Adds example to the SDK for configuring custom HTTP client idle connection keep alive options.
SDK Bugs
private/model/api
: Fix API doc being generated with wrong value (#359)- Fixes the SDK's generated API documentation for structure member being generated with the wrong documentation value when the member was included multiple times in the model doc-2.json file, but under different types.
- V2 port of to v1 aws/aws-sdk-go#2748
aws/ec2rolecreds
: Fix security creds path to include trailing slash (#356)- Fixes the iamSecurityCredsPath var to include a trailing slash preventing redirects when making requests to the EC2 Instance Metadata service.
- Fixes #351
service/dynamodb/expression
: Improved reporting of bad key conditions (#360)- Improved error reporting when invalid key conditions are constructed using KeyConditionBuilder