Skip to content

Commit

Permalink
Merge pull request #776 from aws/staging/daa28b60-d856-44be-9c3f-fe93…
Browse files Browse the repository at this point in the history
…4a3351e4

Pull request: release <- staging/daa28b60-d856-44be-9c3f-fe934a3351e4
  • Loading branch information
aws-sdk-java-automation committed Mar 31, 2020
2 parents b5f098a + 3f0f7d4 commit 1726d28
Show file tree
Hide file tree
Showing 280 changed files with 1,158 additions and 436 deletions.
76 changes: 76 additions & 0 deletions .changes/2.11.6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"version": "2.11.6",
"date": "2020-03-31",
"entries": [
{
"type": "feature",
"category": "AWS Organizations",
"description": "Documentation updates for AWS Organizations"
},
{
"type": "feature",
"category": "AWS OpsWorks CM",
"description": "Documentation updates for OpsWorks-CM CreateServer values."
},
{
"type": "feature",
"category": "AWS Glue",
"description": "Add two enums for MongoDB connection: Added \"CONNECTION_URL\" to \"ConnectionPropertyKey\" and added \"MONGODB\" to \"ConnectionType\""
},
{
"type": "feature",
"category": "Amazon Elastic Inference",
"description": "This release includes improvements for the Amazon Elastic Inference service."
},
{
"type": "feature",
"category": "Amazon Detective",
"description": "Removing the notes that Detective is in preview, in preparation for the Detective GA release."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"description": "Updated service endpoint metadata."
},
{
"type": "feature",
"category": "AWS WAFV2",
"description": "Added support for AWS Firewall Manager for WAFv2 and PermissionPolicy APIs for WAFv2."
},
{
"type": "feature",
"category": "Amazon AppConfig",
"description": "This release adds an event log to deployments. In the case of a deployment rollback, the event log details the rollback reason."
},
{
"type": "feature",
"category": "AWS Elemental MediaStore",
"description": "This release adds support for CloudWatch Metrics. You can now set a policy on your container to dictate which metrics MediaStore sends to CloudWatch."
},
{
"type": "feature",
"category": "Amazon Rekognition",
"description": "This release adds DeleteProject and DeleteProjectVersion APIs to Amazon Rekognition Custom Labels."
},
{
"type": "feature",
"category": "AWS Storage Gateway",
"description": "Adding audit logging support for SMB File Shares"
},
{
"type": "feature",
"category": "Amazon Pinpoint",
"description": "This release of the Amazon Pinpoint API introduces MMS support for SMS messages."
},
{
"type": "feature",
"category": "AWS Lambda",
"description": "AWS Lambda now supports .NET Core 3.1"
},
{
"type": "feature",
"category": "Firewall Management Service",
"description": "This release contains FMS wafv2 support."
}
]
}
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,60 @@
# __2.11.6__ __2020-03-31__
## __AWS Elemental MediaStore__
- ### Features
- This release adds support for CloudWatch Metrics. You can now set a policy on your container to dictate which metrics MediaStore sends to CloudWatch.

## __AWS Glue__
- ### Features
- Add two enums for MongoDB connection: Added "CONNECTION_URL" to "ConnectionPropertyKey" and added "MONGODB" to "ConnectionType"

## __AWS Lambda__
- ### Features
- AWS Lambda now supports .NET Core 3.1

## __AWS OpsWorks CM__
- ### Features
- Documentation updates for OpsWorks-CM CreateServer values.

## __AWS Organizations__
- ### Features
- Documentation updates for AWS Organizations

## __AWS SDK for Java v2__
- ### Features
- Updated service endpoint metadata.

## __AWS Storage Gateway__
- ### Features
- Adding audit logging support for SMB File Shares

## __AWS WAFV2__
- ### Features
- Added support for AWS Firewall Manager for WAFv2 and PermissionPolicy APIs for WAFv2.

## __Amazon AppConfig__
- ### Features
- This release adds an event log to deployments. In the case of a deployment rollback, the event log details the rollback reason.

## __Amazon Detective__
- ### Features
- Removing the notes that Detective is in preview, in preparation for the Detective GA release.

## __Amazon Elastic Inference__
- ### Features
- This release includes improvements for the Amazon Elastic Inference service.

## __Amazon Pinpoint__
- ### Features
- This release of the Amazon Pinpoint API introduces MMS support for SMS messages.

## __Amazon Rekognition__
- ### Features
- This release adds DeleteProject and DeleteProjectVersion APIs to Amazon Rekognition Custom Labels.

## __Firewall Management Service__
- ### Features
- This release contains FMS wafv2 support.

# __2.11.5__ __2020-03-30__
## __AWS SDK for Java v2__
- ### Features
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To automatically manage module versions (currently all modules have the same ver
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.11.5</version>
<version>2.11.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -83,12 +83,12 @@ Alternatively you can add dependencies for the specific services you use only:
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ec2</artifactId>
<version>2.11.5</version>
<version>2.11.6</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.11.5</version>
<version>2.11.6</version>
</dependency>
```

Expand All @@ -100,7 +100,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java</artifactId>
<version>2.11.5</version>
<version>2.11.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetype-lambda</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetypes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.11.5</version>
<version>2.11.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aws-sdk-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bom-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.11.5</version>
<version>2.11.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>
<artifactId>bundle</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.11.5</version>
<version>2.11.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-lite-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>
<artifactId>codegen-lite</artifactId>
<name>AWS Java SDK :: Code Generator Lite</name>
Expand Down
2 changes: 1 addition & 1 deletion codegen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.11.5</version>
<version>2.11.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>
<artifactId>codegen</artifactId>
<name>AWS Java SDK :: Code Generator</name>
Expand Down
2 changes: 1 addition & 1 deletion core/annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/arns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>

<artifactId>auth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/aws-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>

<artifactId>aws-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/profiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>

<artifactId>profiles</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/protocols/aws-cbor-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>protocols</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/protocols/aws-ion-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>protocols</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/protocols/aws-json-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>protocols</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/protocols/aws-query-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>protocols</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/protocols/aws-xml-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>protocols</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/protocols/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/protocols/protocol-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>protocols</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/regions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.11.5</version>
<version>2.11.6</version>
</parent>

<artifactId>regions</artifactId>
Expand Down
Loading

0 comments on commit 1726d28

Please sign in to comment.