Skip to content

Commit 1726d28

Browse files
Merge pull request #776 from aws/staging/daa28b60-d856-44be-9c3f-fe934a3351e4
Pull request: release <- staging/daa28b60-d856-44be-9c3f-fe934a3351e4
2 parents b5f098a + 3f0f7d4 commit 1726d28

File tree

280 files changed

+1158
-436
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

280 files changed

+1158
-436
lines changed

.changes/2.11.6.json

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"version": "2.11.6",
3+
"date": "2020-03-31",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Organizations",
8+
"description": "Documentation updates for AWS Organizations"
9+
},
10+
{
11+
"type": "feature",
12+
"category": "AWS OpsWorks CM",
13+
"description": "Documentation updates for OpsWorks-CM CreateServer values."
14+
},
15+
{
16+
"type": "feature",
17+
"category": "AWS Glue",
18+
"description": "Add two enums for MongoDB connection: Added \"CONNECTION_URL\" to \"ConnectionPropertyKey\" and added \"MONGODB\" to \"ConnectionType\""
19+
},
20+
{
21+
"type": "feature",
22+
"category": "Amazon Elastic Inference",
23+
"description": "This release includes improvements for the Amazon Elastic Inference service."
24+
},
25+
{
26+
"type": "feature",
27+
"category": "Amazon Detective",
28+
"description": "Removing the notes that Detective is in preview, in preparation for the Detective GA release."
29+
},
30+
{
31+
"type": "feature",
32+
"category": "AWS SDK for Java v2",
33+
"description": "Updated service endpoint metadata."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS WAFV2",
38+
"description": "Added support for AWS Firewall Manager for WAFv2 and PermissionPolicy APIs for WAFv2."
39+
},
40+
{
41+
"type": "feature",
42+
"category": "Amazon AppConfig",
43+
"description": "This release adds an event log to deployments. In the case of a deployment rollback, the event log details the rollback reason."
44+
},
45+
{
46+
"type": "feature",
47+
"category": "AWS Elemental MediaStore",
48+
"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."
49+
},
50+
{
51+
"type": "feature",
52+
"category": "Amazon Rekognition",
53+
"description": "This release adds DeleteProject and DeleteProjectVersion APIs to Amazon Rekognition Custom Labels."
54+
},
55+
{
56+
"type": "feature",
57+
"category": "AWS Storage Gateway",
58+
"description": "Adding audit logging support for SMB File Shares"
59+
},
60+
{
61+
"type": "feature",
62+
"category": "Amazon Pinpoint",
63+
"description": "This release of the Amazon Pinpoint API introduces MMS support for SMS messages."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "AWS Lambda",
68+
"description": "AWS Lambda now supports .NET Core 3.1"
69+
},
70+
{
71+
"type": "feature",
72+
"category": "Firewall Management Service",
73+
"description": "This release contains FMS wafv2 support."
74+
}
75+
]
76+
}

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
# __2.11.6__ __2020-03-31__
2+
## __AWS Elemental MediaStore__
3+
- ### Features
4+
- This release adds support for CloudWatch Metrics. You can now set a policy on your container to dictate which metrics MediaStore sends to CloudWatch.
5+
6+
## __AWS Glue__
7+
- ### Features
8+
- Add two enums for MongoDB connection: Added "CONNECTION_URL" to "ConnectionPropertyKey" and added "MONGODB" to "ConnectionType"
9+
10+
## __AWS Lambda__
11+
- ### Features
12+
- AWS Lambda now supports .NET Core 3.1
13+
14+
## __AWS OpsWorks CM__
15+
- ### Features
16+
- Documentation updates for OpsWorks-CM CreateServer values.
17+
18+
## __AWS Organizations__
19+
- ### Features
20+
- Documentation updates for AWS Organizations
21+
22+
## __AWS SDK for Java v2__
23+
- ### Features
24+
- Updated service endpoint metadata.
25+
26+
## __AWS Storage Gateway__
27+
- ### Features
28+
- Adding audit logging support for SMB File Shares
29+
30+
## __AWS WAFV2__
31+
- ### Features
32+
- Added support for AWS Firewall Manager for WAFv2 and PermissionPolicy APIs for WAFv2.
33+
34+
## __Amazon AppConfig__
35+
- ### Features
36+
- This release adds an event log to deployments. In the case of a deployment rollback, the event log details the rollback reason.
37+
38+
## __Amazon Detective__
39+
- ### Features
40+
- Removing the notes that Detective is in preview, in preparation for the Detective GA release.
41+
42+
## __Amazon Elastic Inference__
43+
- ### Features
44+
- This release includes improvements for the Amazon Elastic Inference service.
45+
46+
## __Amazon Pinpoint__
47+
- ### Features
48+
- This release of the Amazon Pinpoint API introduces MMS support for SMS messages.
49+
50+
## __Amazon Rekognition__
51+
- ### Features
52+
- This release adds DeleteProject and DeleteProjectVersion APIs to Amazon Rekognition Custom Labels.
53+
54+
## __Firewall Management Service__
55+
- ### Features
56+
- This release contains FMS wafv2 support.
57+
158
# __2.11.5__ __2020-03-30__
259
## __AWS SDK for Java v2__
360
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To automatically manage module versions (currently all modules have the same ver
4949
<dependency>
5050
<groupId>software.amazon.awssdk</groupId>
5151
<artifactId>bom</artifactId>
52-
<version>2.11.5</version>
52+
<version>2.11.6</version>
5353
<type>pom</type>
5454
<scope>import</scope>
5555
</dependency>
@@ -83,12 +83,12 @@ Alternatively you can add dependencies for the specific services you use only:
8383
<dependency>
8484
<groupId>software.amazon.awssdk</groupId>
8585
<artifactId>ec2</artifactId>
86-
<version>2.11.5</version>
86+
<version>2.11.6</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>software.amazon.awssdk</groupId>
9090
<artifactId>s3</artifactId>
91-
<version>2.11.5</version>
91+
<version>2.11.6</version>
9292
</dependency>
9393
```
9494

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

archetypes/archetype-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.11.5</version>
23+
<version>2.11.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.11.5</version>
23+
<version>2.11.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>software.amazon.awssdk</groupId>
2121
<artifactId>aws-sdk-java-pom</artifactId>
22-
<version>2.11.5</version>
22+
<version>2.11.6</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<artifactId>aws-sdk-java</artifactId>

bom-internal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.11.5</version>
23+
<version>2.11.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>software.amazon.awssdk</groupId>
2121
<artifactId>aws-sdk-java-pom</artifactId>
22-
<version>2.11.5</version>
22+
<version>2.11.6</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<artifactId>bom</artifactId>

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.11.5</version>
24+
<version>2.11.6</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

codegen-lite-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.11.5</version>
25+
<version>2.11.6</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

codegen-lite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.11.5</version>
24+
<version>2.11.6</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.11.5</version>
25+
<version>2.11.6</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.11.5</version>
24+
<version>2.11.6</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

core/annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.11.5</version>
23+
<version>2.11.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/arns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.11.5</version>
23+
<version>2.11.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.11.5</version>
25+
<version>2.11.6</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

core/aws-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.11.5</version>
25+
<version>2.11.6</version>
2626
</parent>
2727

2828
<artifactId>aws-core</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>aws-sdk-java-pom</artifactId>
2323
<groupId>software.amazon.awssdk</groupId>
24-
<version>2.11.5</version>
24+
<version>2.11.6</version>
2525
</parent>
2626

2727
<artifactId>core</artifactId>

core/profiles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.11.5</version>
25+
<version>2.11.6</version>
2626
</parent>
2727

2828
<artifactId>profiles</artifactId>

core/protocols/aws-cbor-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.11.5</version>
23+
<version>2.11.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/protocols/aws-ion-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.11.5</version>
23+
<version>2.11.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/protocols/aws-json-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.11.5</version>
23+
<version>2.11.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/protocols/aws-query-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.11.5</version>
23+
<version>2.11.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/protocols/aws-xml-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.11.5</version>
23+
<version>2.11.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/protocols/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.11.5</version>
23+
<version>2.11.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/protocols/protocol-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.11.5</version>
23+
<version>2.11.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/regions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.11.5</version>
25+
<version>2.11.6</version>
2626
</parent>
2727

2828
<artifactId>regions</artifactId>

0 commit comments

Comments
 (0)