Skip to content

Commit 15512a9

Browse files
author
AWS
committed
Release 2.21.4. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 082714e commit 15512a9

File tree

446 files changed

+585
-518
lines changed

Some content is hidden

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

446 files changed

+585
-518
lines changed

.changes/2.21.4.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"version": "2.21.4",
3+
"date": "2023-10-19",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "mgrundie-r7",
9+
"description": "Netty version bump to address CVE-2023-44487"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Secrets Manager",
14+
"contributor": "",
15+
"description": "Documentation updates for Secrets Manager"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Service Catalog",
20+
"contributor": "",
21+
"description": "Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Elastic Compute Cloud",
26+
"contributor": "",
27+
"description": "Amazon EC2 C7a instances, powered by 4th generation AMD EPYC processors, are ideal for high performance, compute-intensive workloads such as high performance computing. Amazon EC2 R7i instances are next-generation memory optimized and powered by custom 4th Generation Intel Xeon Scalable processors."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Managed Blockchain Query",
32+
"contributor": "",
33+
"description": "This release adds support for Ethereum Sepolia network"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon NeptuneData",
38+
"contributor": "",
39+
"description": "Doc changes to add IAM action mappings for the data actions."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Omics",
44+
"contributor": "",
45+
"description": "This change enables customers to retrieve failure reasons with detailed status messages for their failed runs"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon OpenSearch Service",
50+
"contributor": "",
51+
"description": "Added Cluster Administrative options for node restart, opensearch process restart and opensearch dashboard restart for Multi-AZ without standby domains"
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon QuickSight",
56+
"contributor": "",
57+
"description": "This release adds the following: 1) Trino and Starburst Database Connectors 2) Custom total for tables and pivot tables 3) Enable restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and introduce DataPathType 6) Add SeriesType to ReferenceLineDataConfiguration"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Verified Permissions",
62+
"contributor": "",
63+
"description": "Improving Amazon Verified Permissions Create experience"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon WorkSpaces",
68+
"contributor": "",
69+
"description": "Documentation updates for WorkSpaces"
70+
},
71+
{
72+
"type": "feature",
73+
"category": "glacier",
74+
"contributor": "",
75+
"description": "Move the service to the standardized AWS SDK architecture for identity and auth that was introduced in 2.21.0 release."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "s3control",
80+
"contributor": "",
81+
"description": "Move the service to the standardized AWS SDK architecture for identity and auth that was introduced in 2.21.0 release."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "AWS SDK for Java v2",
86+
"contributor": "",
87+
"description": "Updated endpoint and partition metadata."
88+
}
89+
]
90+
}

.changes/next-release/bugfix-AWSSDKforJavav2-b56bf3c.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

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

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AWSSecretsManager-1bb788d.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AWSServiceCatalog-7ad4962.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AmazonElasticComputeCloud-2e5e23d.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AmazonManagedBlockchainQuery-b1011e4.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AmazonNeptuneData-6fcf92a.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AmazonOmics-203eff3.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AmazonOpenSearchService-338612c.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AmazonQuickSight-b3d25ed.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AmazonVerifiedPermissions-5de3cf3.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

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

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-glacier-5d5789f.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-s3control-a1d2495.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
1+
# __2.21.4__ __2023-10-19__
2+
## __AWS SDK for Java v2__
3+
- ### Features
4+
- Updated endpoint and partition metadata.
5+
6+
- ### Bugfixes
7+
- Netty version bump to address CVE-2023-44487
8+
- Contributed by: [@mgrundie-r7](https://github.com/mgrundie-r7)
9+
10+
## __AWS Secrets Manager__
11+
- ### Features
12+
- Documentation updates for Secrets Manager
13+
14+
## __AWS Service Catalog__
15+
- ### Features
16+
- Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs.
17+
18+
## __Amazon Elastic Compute Cloud__
19+
- ### Features
20+
- Amazon EC2 C7a instances, powered by 4th generation AMD EPYC processors, are ideal for high performance, compute-intensive workloads such as high performance computing. Amazon EC2 R7i instances are next-generation memory optimized and powered by custom 4th Generation Intel Xeon Scalable processors.
21+
22+
## __Amazon Managed Blockchain Query__
23+
- ### Features
24+
- This release adds support for Ethereum Sepolia network
25+
26+
## __Amazon NeptuneData__
27+
- ### Features
28+
- Doc changes to add IAM action mappings for the data actions.
29+
30+
## __Amazon Omics__
31+
- ### Features
32+
- This change enables customers to retrieve failure reasons with detailed status messages for their failed runs
33+
34+
## __Amazon OpenSearch Service__
35+
- ### Features
36+
- Added Cluster Administrative options for node restart, opensearch process restart and opensearch dashboard restart for Multi-AZ without standby domains
37+
38+
## __Amazon QuickSight__
39+
- ### Features
40+
- This release adds the following: 1) Trino and Starburst Database Connectors 2) Custom total for tables and pivot tables 3) Enable restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and introduce DataPathType 6) Add SeriesType to ReferenceLineDataConfiguration
41+
42+
## __Amazon Verified Permissions__
43+
- ### Features
44+
- Improving Amazon Verified Permissions Create experience
45+
46+
## __Amazon WorkSpaces__
47+
- ### Features
48+
- Documentation updates for WorkSpaces
49+
50+
## __glacier__
51+
- ### Features
52+
- Move the service to the standardized AWS SDK architecture for identity and auth that was introduced in 2.21.0 release.
53+
54+
## __s3control__
55+
- ### Features
56+
- Move the service to the standardized AWS SDK architecture for identity and auth that was introduced in 2.21.0 release.
57+
58+
## __Contributors__
59+
Special thanks to the following contributors to this release:
60+
61+
[@mgrundie-r7](https://github.com/mgrundie-r7)
162
# __2.21.3__ __2023-10-18__
263
## __AWS Cloud9__
364
- ### Features
@@ -742,7 +803,7 @@ Special thanks to the following contributors to this release:
742803
## __Contributors__
743804
Special thanks to the following contributors to this release:
744805

745-
[@psnilesh](https://github.com/psnilesh), [@faucct](https://github.com/faucct)
806+
[@faucct](https://github.com/faucct), [@psnilesh](https://github.com/psnilesh)
746807
# __2.20.146__ __2023-09-12__
747808
## __AWS CRT-based S3 Client__
748809
- ### Bugfixes

README.md

Lines changed: 4 additions & 4 deletions
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.21.3</version>
55+
<version>2.21.4</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.21.3</version>
89+
<version>2.21.4</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.21.3</version>
94+
<version>2.21.4</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.21.3</version>
106+
<version>2.21.4</version>
107107
</dependency>
108108
```
109109

archetypes/archetype-app-quickstart/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.21.4-SNAPSHOT</version>
23+
<version>2.21.4</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

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

archetypes/archetype-tools/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.21.4-SNAPSHOT</version>
23+
<version>2.21.4</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

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.21.4-SNAPSHOT</version>
23+
<version>2.21.4</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
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.21.4-SNAPSHOT</version>
20+
<version>2.21.4</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<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.21.4-SNAPSHOT</version>
23+
<version>2.21.4</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
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.21.4-SNAPSHOT</version>
20+
<version>2.21.4</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<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.21.4-SNAPSHOT</version>
24+
<version>2.21.4</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.21.4-SNAPSHOT</version>
25+
<version>2.21.4</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.21.4-SNAPSHOT</version>
24+
<version>2.21.4</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.21.4-SNAPSHOT</version>
25+
<version>2.21.4</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

0 commit comments

Comments
 (0)