Skip to content

Commit d7de227

Browse files
authored
Release v0.11.0 (2019-08-22) (#363)
Services === * Synced the V2 SDK with latest AWS service API definitions. * Fixes [#359](#359) SDK Features === SDK Enhancements === * `private/protocol`: Add support for TimestampFormat in protocols ([#358](#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](#202) * Fixes [#286](#286) * `aws`: Add example for custom HTTP client idle connection options ([#350](#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](#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/aws-sdk-go#2748) * `aws/ec2rolecreds`: Fix security creds path to include trailing slash ([#356](#356)) * Fixes the iamSecurityCredsPath var to include a trailing slash preventing redirects when making requests to the EC2 Instance Metadata service. * Fixes [#351](#351) * `service/dynamodb/expression`: Improved reporting of bad key conditions ([#360](#360)) * Improved error reporting when invalid key conditions are constructed using KeyConditionBuilder
1 parent 5d4e889 commit d7de227

File tree

3 files changed

+28
-17
lines changed

3 files changed

+28
-17
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
Release v0.11.0 (2019-08-22)
2+
===
3+
4+
### Services
5+
* Synced the V2 SDK with latest AWS service API definitions.
6+
* Fixes [#359](https://github.com/aws/aws-sdk-go-v2/issues/359)
7+
8+
### SDK Features
9+
10+
### SDK Enhancements
11+
* `private/protocol`: Add support for TimestampFormat in protocols ([#358](https://github.com/aws/aws-sdk-go-v2/pull/358))
12+
* 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.
13+
* Fixes [#202](https://github.com/aws/aws-sdk-go-v2/issues/202)
14+
* Fixes [#286](https://github.com/aws/aws-sdk-go-v2/issues/286)
15+
* `aws`: Add example for custom HTTP client idle connection options ([#350](https://github.com/aws/aws-sdk-go-v2/pull/350))
16+
* Adds example to the SDK for configuring custom HTTP client idle connection keep alive options.
17+
18+
### SDK Bugs
19+
* `private/model/api`: Fix API doc being generated with wrong value ([#359](https://github.com/aws/aws-sdk-go-v2/pull/359))
20+
* 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.
21+
* V2 port of to v1 [aws/aws-sdk-go#2748](https://github.com/aws/aws-sdk-go/issues/2748)
22+
* `aws/ec2rolecreds`: Fix security creds path to include trailing slash ([#356](https://github.com/aws/aws-sdk-go-v2/pull/356))
23+
* Fixes the iamSecurityCredsPath var to include a trailing slash preventing redirects when making requests to the EC2 Instance Metadata service.
24+
* Fixes [#351](https://github.com/aws/aws-sdk-go-v2/issues/351)
25+
* `service/dynamodb/expression`: Improved reporting of bad key conditions ([#360](https://github.com/aws/aws-sdk-go-v2/pull/360))
26+
* Improved error reporting when invalid key conditions are constructed using KeyConditionBuilder
27+
128
Release v0.10.0 (2019-07-24)
229
===
330

CHANGELOG_PENDING.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
### Services
2-
* Synced the V2 SDK with latest AWS service API definitions.
3-
* Fixes [#359](https://github.com/aws/aws-sdk-go-v2/issues/359)
4-
51
### SDK Features
62

73
### SDK Enhancements
8-
* `private/protocol`: Add support for TimestampFormat in protocols ([#358](https://github.com/aws/aws-sdk-go-v2/pull/358))
9-
* 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.
10-
* Fixes [#202](https://github.com/aws/aws-sdk-go-v2/issues/202)
11-
* Fixes [#286](https://github.com/aws/aws-sdk-go-v2/issues/286)
124

135
### SDK Bugs
14-
* `private/model/api`: Fix API doc being generated with wrong value ([#359](https://github.com/aws/aws-sdk-go-v2/pull/359))
15-
* 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.
16-
* V2 port of to v1 [aws/aws-sdk-go#2748](https://github.com/aws/aws-sdk-go/issues/2748)
17-
* `aws/ec2rolecreds`: Fix security creds path to include trailing slash ([#356](https://github.com/aws/aws-sdk-go-v2/pull/356))
18-
* Fixes the iamSecurityCredsPath var to include a trailing slash preventing redirects when making requests to the EC2 Instance Metadata service.
19-
* Fixes [#351](https://github.com/aws/aws-sdk-go-v2/issues/351)
20-
* `service/dynamodb/expression`: Improved reporting of bad key conditions ([#360](https://github.com/aws/aws-sdk-go-v2/pull/360))
21-
* Improved error reporting when invalid key conditions are constructed using KeyConditionBuilder
226

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "0.10.0"
8+
const SDKVersion = "0.11.0"

0 commit comments

Comments
 (0)