Skip to content

Commit

Permalink
Release v1.30.7 (2020-04-08)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/chime`: Updates service API and documentation
  * feature: Chime: This release introduces the ability to tag Amazon Chime SDK meeting resources.  You can use tags to organize and identify your resources for cost allocation.
* `service/cloudformation`: Updates service documentation
  * The OrganizationalUnitIds parameter on StackSet and the OrganizationalUnitId parameter on StackInstance, StackInstanceSummary, and StackSetOperationResultSummary are now reserved for internal use. No data is returned for this parameter.
* `service/codeguruprofiler`: Updates service API, documentation, and paginators
* `service/ec2`: Updates service API and documentation
  * This release provides the ability to include tags in EC2 event notifications.
* `service/ecs`: Updates service API and documentation
  * This release provides native support for specifying Amazon EFS file systems as volumes in your Amazon ECS task definitions.
* `service/mediaconvert`: Updates service API and documentation
  * AWS Elemental MediaConvert SDK adds support for queue hopping. Jobs can now hop from their original queue to a specified alternate queue, based on the maximum wait time that you specify in the job settings.
* `service/migrationhub-config`: Updates service API and documentation

### SDK Enhancements
* `example/service/ecr`: Add create and delete repository examples ([#3221](#3221))
  * Adds examples demonstrating how you can create and delete repositories with the SDK.
  • Loading branch information
awssdkgo committed Apr 8, 2020
1 parent 253a12c commit 851d5ff
Show file tree
Hide file tree
Showing 31 changed files with 5,230 additions and 554 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Release v1.30.7 (2020-04-08)
===

### Service Client Updates
* `service/chime`: Updates service API and documentation
* feature: Chime: This release introduces the ability to tag Amazon Chime SDK meeting resources. You can use tags to organize and identify your resources for cost allocation.
* `service/cloudformation`: Updates service documentation
* The OrganizationalUnitIds parameter on StackSet and the OrganizationalUnitId parameter on StackInstance, StackInstanceSummary, and StackSetOperationResultSummary are now reserved for internal use. No data is returned for this parameter.
* `service/codeguruprofiler`: Updates service API, documentation, and paginators
* `service/ec2`: Updates service API and documentation
* This release provides the ability to include tags in EC2 event notifications.
* `service/ecs`: Updates service API and documentation
* This release provides native support for specifying Amazon EFS file systems as volumes in your Amazon ECS task definitions.
* `service/mediaconvert`: Updates service API and documentation
* AWS Elemental MediaConvert SDK adds support for queue hopping. Jobs can now hop from their original queue to a specified alternate queue, based on the maximum wait time that you specify in the job settings.
* `service/migrationhub-config`: Updates service API and documentation

### SDK Enhancements
* `example/service/ecr`: Add create and delete repository examples ([#3221](https://github.com/aws/aws-sdk-go/pull/3221))
* Adds examples demonstrating how you can create and delete repositories with the SDK.

Release v1.30.6 (2020-04-07)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
### SDK Features

### SDK Enhancements
* `example/service/ecr`: Add create and delete repository examples ([#3221](https://github.com/aws/aws-sdk-go/pull/3221))
* Adds examples demonstrating how you can create and delete repositories with the SDK.

### SDK Bugs
143 changes: 100 additions & 43 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.30.6"
const SDKVersion = "1.30.7"

0 comments on commit 851d5ff

Please sign in to comment.