Skip to content

Commit 680a82e

Browse files
author
AWS
committed
Release 2.18.12. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 3072049 commit 680a82e

File tree

394 files changed

+516
-460
lines changed

Some content is hidden

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

394 files changed

+516
-460
lines changed

.changes/2.18.12.json

+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"version": "2.18.12",
3+
"date": "2022-11-07",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS CloudTrail",
8+
"contributor": "",
9+
"description": "This release includes support for configuring a delegated administrator to manage an AWS Organizations organization CloudTrail trails and event data stores, and AWS Key Management Service encryption of CloudTrail Lake event data stores."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Elemental MediaConvert",
14+
"contributor": "",
15+
"description": "The AWS Elemental MediaConvert SDK has added support for setting the SDR reference white point for HDR conversions and conversion of HDR10 to DolbyVision without mastering metadata."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "The SSOCredentialProvider should resolve to SSO Token Provider if the profile has sso_session property defined in it."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS WAFV2",
26+
"contributor": "",
27+
"description": "The geo match statement now adds labels for country and region. You can match requests at the region level by combining a geo match statement with label match statements."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Well-Architected Tool",
32+
"contributor": "",
33+
"description": "This release adds support for integrations with AWS Trusted Advisor and AWS Service Catalog AppRegistry to improve workload discovery and speed up your workload reviews."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Athena",
38+
"contributor": "",
39+
"description": "Adds support for using Query Result Reuse"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon ElastiCache",
44+
"contributor": "",
45+
"description": "Added support for IPv6 and dual stack for Memcached and Redis clusters. Customers can now launch new Redis and Memcached clusters with IPv6 and dual stack networking support."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Elastic Compute Cloud",
50+
"contributor": "",
51+
"description": "This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Lex Model Building V2",
56+
"contributor": "",
57+
"description": "Amazon Lex now supports new APIs for viewing and editing Custom Vocabulary in bots."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Simple Systems Manager (SSM)",
62+
"contributor": "",
63+
"description": "This release includes support for applying a CloudWatch alarm to multi account multi region Systems Manager Automation"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon WorkSpaces",
68+
"contributor": "",
69+
"description": "This release adds protocols attribute to workspaces properties data type. This enables customers to migrate workspaces from PC over IP (PCoIP) to WorkSpaces Streaming Protocol (WSP) using create and modify workspaces public APIs."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Auto Scaling",
74+
"contributor": "",
75+
"description": "This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "AWS SDK for Java v2",
80+
"contributor": "",
81+
"description": "Updated endpoint and partition metadata."
82+
}
83+
]
84+
}

.changes/next-release/feature-AWSCloudTrail-ab79b14.json

-6
This file was deleted.

.changes/next-release/feature-AWSElementalMediaConvert-919b86a.json

-6
This file was deleted.

.changes/next-release/feature-AWSSDKforJavav2-0443982.json

-6
This file was deleted.

.changes/next-release/feature-AWSSDKforJavav2-532ae2a.json

-6
This file was deleted.

.changes/next-release/feature-AWSWAFV2-a55c811.json

-6
This file was deleted.

.changes/next-release/feature-AWSWellArchitectedTool-1c0c862.json

-6
This file was deleted.

.changes/next-release/feature-AmazonAthena-8be27a1.json

-6
This file was deleted.

.changes/next-release/feature-AmazonElastiCache-58061ab.json

-6
This file was deleted.

.changes/next-release/feature-AmazonElasticComputeCloud-ced6d82.json

-6
This file was deleted.

.changes/next-release/feature-AmazonLexModelBuildingV2-e471645.json

-6
This file was deleted.

.changes/next-release/feature-AmazonSimpleSystemsManagerSSM-7251d26.json

-6
This file was deleted.

.changes/next-release/feature-AmazonWorkSpaces-a3acee5.json

-6
This file was deleted.

.changes/next-release/feature-AutoScaling-ccd3f57.json

-6
This file was deleted.

CHANGELOG.md

+50
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
# __2.18.12__ __2022-11-07__
2+
## __AWS CloudTrail__
3+
- ### Features
4+
- This release includes support for configuring a delegated administrator to manage an AWS Organizations organization CloudTrail trails and event data stores, and AWS Key Management Service encryption of CloudTrail Lake event data stores.
5+
6+
## __AWS Elemental MediaConvert__
7+
- ### Features
8+
- The AWS Elemental MediaConvert SDK has added support for setting the SDR reference white point for HDR conversions and conversion of HDR10 to DolbyVision without mastering metadata.
9+
10+
## __AWS SDK for Java v2__
11+
- ### Features
12+
- The SSOCredentialProvider should resolve to SSO Token Provider if the profile has sso_session property defined in it.
13+
- Updated endpoint and partition metadata.
14+
15+
## __AWS WAFV2__
16+
- ### Features
17+
- The geo match statement now adds labels for country and region. You can match requests at the region level by combining a geo match statement with label match statements.
18+
19+
## __AWS Well-Architected Tool__
20+
- ### Features
21+
- This release adds support for integrations with AWS Trusted Advisor and AWS Service Catalog AppRegistry to improve workload discovery and speed up your workload reviews.
22+
23+
## __Amazon Athena__
24+
- ### Features
25+
- Adds support for using Query Result Reuse
26+
27+
## __Amazon ElastiCache__
28+
- ### Features
29+
- Added support for IPv6 and dual stack for Memcached and Redis clusters. Customers can now launch new Redis and Memcached clusters with IPv6 and dual stack networking support.
30+
31+
## __Amazon Elastic Compute Cloud__
32+
- ### Features
33+
- This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes.
34+
35+
## __Amazon Lex Model Building V2__
36+
- ### Features
37+
- Amazon Lex now supports new APIs for viewing and editing Custom Vocabulary in bots.
38+
39+
## __Amazon Simple Systems Manager (SSM)__
40+
- ### Features
41+
- This release includes support for applying a CloudWatch alarm to multi account multi region Systems Manager Automation
42+
43+
## __Amazon WorkSpaces__
44+
- ### Features
45+
- This release adds protocols attribute to workspaces properties data type. This enables customers to migrate workspaces from PC over IP (PCoIP) to WorkSpaces Streaming Protocol (WSP) using create and modify workspaces public APIs.
46+
47+
## __Auto Scaling__
48+
- ### Features
49+
- This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes.
50+
151
# __2.18.11__ __2022-11-04__
252
## __AWS SDK for Java v2__
353
- ### Features

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver
5252
<dependency>
5353
<groupId>software.amazon.awssdk</groupId>
5454
<artifactId>bom</artifactId>
55-
<version>2.18.11</version>
55+
<version>2.18.12</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>
@@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
8686
<dependency>
8787
<groupId>software.amazon.awssdk</groupId>
8888
<artifactId>ec2</artifactId>
89-
<version>2.18.11</version>
89+
<version>2.18.12</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.18.11</version>
94+
<version>2.18.12</version>
9595
</dependency>
9696
```
9797

@@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
103103
<dependency>
104104
<groupId>software.amazon.awssdk</groupId>
105105
<artifactId>aws-sdk-java</artifactId>
106-
<version>2.18.11</version>
106+
<version>2.18.12</version>
107107
</dependency>
108108
```
109109

archetypes/archetype-app-quickstart/pom.xml

+1-1
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.18.12-SNAPSHOT</version>
23+
<version>2.18.12</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/archetype-lambda/pom.xml

+1-1
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.18.12-SNAPSHOT</version>
23+
<version>2.18.12</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

archetypes/archetype-tools/pom.xml

+1-1
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.18.12-SNAPSHOT</version>
23+
<version>2.18.12</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/pom.xml

+1-1
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.18.12-SNAPSHOT</version>
23+
<version>2.18.12</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.18.12-SNAPSHOT</version>
20+
<version>2.18.12</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

bom-internal/pom.xml

+1-1
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.18.12-SNAPSHOT</version>
23+
<version>2.18.12</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.18.12-SNAPSHOT</version>
20+
<version>2.18.12</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

bundle/pom.xml

+1-1
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.18.12-SNAPSHOT</version>
24+
<version>2.18.12</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

codegen-lite-maven-plugin/pom.xml

+1-1
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.18.12-SNAPSHOT</version>
25+
<version>2.18.12</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

codegen-lite/pom.xml

+1-1
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.18.12-SNAPSHOT</version>
24+
<version>2.18.12</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

codegen-maven-plugin/pom.xml

+1-1
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.18.12-SNAPSHOT</version>
25+
<version>2.18.12</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

codegen/pom.xml

+1-1
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.18.12-SNAPSHOT</version>
24+
<version>2.18.12</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

core/annotations/pom.xml

+1-1
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.18.12-SNAPSHOT</version>
23+
<version>2.18.12</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/arns/pom.xml

+1-1
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.18.12-SNAPSHOT</version>
23+
<version>2.18.12</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/auth-crt/pom.xml

+1-1
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.18.12-SNAPSHOT</version>
25+
<version>2.18.12</version>
2626
</parent>
2727

2828
<artifactId>auth-crt</artifactId>

0 commit comments

Comments
 (0)