From d7de2270ae1a1df69332a33eb73c57ea5b829983 Mon Sep 17 00:00:00 2001 From: Jason Del Ponte Date: Thu, 22 Aug 2019 17:21:35 -0700 Subject: [PATCH] Release v0.11.0 (2019-08-22) (#363) Services === * Synced the V2 SDK with latest AWS service API definitions. * Fixes [#359](https://github.com/aws/aws-sdk-go-v2/issues/359) SDK Features === SDK Enhancements === * `private/protocol`: Add support for TimestampFormat in protocols ([#358](https://github.com/aws/aws-sdk-go-v2/pull/358)) * Adds support for the timestampForamt API model trait to the V2 SDK. The SDK will now generate API client parameters with the correct time format for APIs modeled with custom time stamp formats specified. * Fixes [#202](https://github.com/aws/aws-sdk-go-v2/issues/202) * Fixes [#286](https://github.com/aws/aws-sdk-go-v2/issues/286) * `aws`: Add example for custom HTTP client idle connection options ([#350](https://github.com/aws/aws-sdk-go-v2/pull/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](https://github.com/aws/aws-sdk-go-v2/pull/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](https://github.com/aws/aws-sdk-go/issues/2748) * `aws/ec2rolecreds`: Fix security creds path to include trailing slash ([#356](https://github.com/aws/aws-sdk-go-v2/pull/356)) * Fixes the iamSecurityCredsPath var to include a trailing slash preventing redirects when making requests to the EC2 Instance Metadata service. * Fixes [#351](https://github.com/aws/aws-sdk-go-v2/issues/351) * `service/dynamodb/expression`: Improved reporting of bad key conditions ([#360](https://github.com/aws/aws-sdk-go-v2/pull/360)) * Improved error reporting when invalid key conditions are constructed using KeyConditionBuilder --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ CHANGELOG_PENDING.md | 16 ---------------- aws/version.go | 2 +- 3 files changed, 28 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28af3e1a8ad..aceeb2a12e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +Release v0.11.0 (2019-08-22) +=== + +### Services +* Synced the V2 SDK with latest AWS service API definitions. + * Fixes [#359](https://github.com/aws/aws-sdk-go-v2/issues/359) + +### SDK Features + +### SDK Enhancements +* `private/protocol`: Add support for TimestampFormat in protocols ([#358](https://github.com/aws/aws-sdk-go-v2/pull/358)) + * Adds support for the timestampForamt API model trait to the V2 SDK. The SDK will now generate API client parameters with the correct time format for APIs modeled with custom time stamp formats specified. + * Fixes [#202](https://github.com/aws/aws-sdk-go-v2/issues/202) + * Fixes [#286](https://github.com/aws/aws-sdk-go-v2/issues/286) +* `aws`: Add example for custom HTTP client idle connection options ([#350](https://github.com/aws/aws-sdk-go-v2/pull/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](https://github.com/aws/aws-sdk-go-v2/pull/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](https://github.com/aws/aws-sdk-go/issues/2748) +* `aws/ec2rolecreds`: Fix security creds path to include trailing slash ([#356](https://github.com/aws/aws-sdk-go-v2/pull/356)) + * Fixes the iamSecurityCredsPath var to include a trailing slash preventing redirects when making requests to the EC2 Instance Metadata service. + * Fixes [#351](https://github.com/aws/aws-sdk-go-v2/issues/351) +* `service/dynamodb/expression`: Improved reporting of bad key conditions ([#360](https://github.com/aws/aws-sdk-go-v2/pull/360)) + * Improved error reporting when invalid key conditions are constructed using KeyConditionBuilder + Release v0.10.0 (2019-07-24) === diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 1d5d9a48154..eca8f3ba1d6 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -1,22 +1,6 @@ -### Services -* Synced the V2 SDK with latest AWS service API definitions. - * Fixes [#359](https://github.com/aws/aws-sdk-go-v2/issues/359) - ### SDK Features ### SDK Enhancements -* `private/protocol`: Add support for TimestampFormat in protocols ([#358](https://github.com/aws/aws-sdk-go-v2/pull/358)) - * Adds support for the timestampForamt API model trait to the V2 SDK. The SDK will now generate API client parameters with the correct time format for APIs modeled with custom time stamp formats specified. - * Fixes [#202](https://github.com/aws/aws-sdk-go-v2/issues/202) - * Fixes [#286](https://github.com/aws/aws-sdk-go-v2/issues/286) ### SDK Bugs -* `private/model/api`: Fix API doc being generated with wrong value ([#359](https://github.com/aws/aws-sdk-go-v2/pull/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](https://github.com/aws/aws-sdk-go/issues/2748) -* `aws/ec2rolecreds`: Fix security creds path to include trailing slash ([#356](https://github.com/aws/aws-sdk-go-v2/pull/356)) - * Fixes the iamSecurityCredsPath var to include a trailing slash preventing redirects when making requests to the EC2 Instance Metadata service. - * Fixes [#351](https://github.com/aws/aws-sdk-go-v2/issues/351) -* `service/dynamodb/expression`: Improved reporting of bad key conditions ([#360](https://github.com/aws/aws-sdk-go-v2/pull/360)) - * Improved error reporting when invalid key conditions are constructed using KeyConditionBuilder diff --git a/aws/version.go b/aws/version.go index 098111dab8b..45f2cc65e4c 100644 --- a/aws/version.go +++ b/aws/version.go @@ -5,4 +5,4 @@ package aws const SDKName = "aws-sdk-go" // SDKVersion is the version of this SDK -const SDKVersion = "0.10.0" +const SDKVersion = "0.11.0"