Skip to content

Commit

Permalink
Merge pull request #2718 from aws/staging/196cc245-1916-40c1-95db-461…
Browse files Browse the repository at this point in the history
…b92b30c9c

Pull request: release <- staging/196cc245-1916-40c1-95db-461b92b30c9c
  • Loading branch information
aws-sdk-java-automation authored Oct 19, 2023
2 parents 5e78efc + 15512a9 commit 61ca059
Show file tree
Hide file tree
Showing 464 changed files with 1,471 additions and 4,073 deletions.
90 changes: 90 additions & 0 deletions .changes/2.21.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
{
"version": "2.21.4",
"date": "2023-10-19",
"entries": [
{
"type": "bugfix",
"category": "AWS SDK for Java v2",
"contributor": "mgrundie-r7",
"description": "Netty version bump to address CVE-2023-44487"
},
{
"type": "feature",
"category": "AWS Secrets Manager",
"contributor": "",
"description": "Documentation updates for Secrets Manager"
},
{
"type": "feature",
"category": "AWS Service Catalog",
"contributor": "",
"description": "Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs."
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"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."
},
{
"type": "feature",
"category": "Amazon Managed Blockchain Query",
"contributor": "",
"description": "This release adds support for Ethereum Sepolia network"
},
{
"type": "feature",
"category": "Amazon NeptuneData",
"contributor": "",
"description": "Doc changes to add IAM action mappings for the data actions."
},
{
"type": "feature",
"category": "Amazon Omics",
"contributor": "",
"description": "This change enables customers to retrieve failure reasons with detailed status messages for their failed runs"
},
{
"type": "feature",
"category": "Amazon OpenSearch Service",
"contributor": "",
"description": "Added Cluster Administrative options for node restart, opensearch process restart and opensearch dashboard restart for Multi-AZ without standby domains"
},
{
"type": "feature",
"category": "Amazon QuickSight",
"contributor": "",
"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"
},
{
"type": "feature",
"category": "Amazon Verified Permissions",
"contributor": "",
"description": "Improving Amazon Verified Permissions Create experience"
},
{
"type": "feature",
"category": "Amazon WorkSpaces",
"contributor": "",
"description": "Documentation updates for WorkSpaces"
},
{
"type": "feature",
"category": "glacier",
"contributor": "",
"description": "Move the service to the standardized AWS SDK architecture for identity and auth that was introduced in 2.21.0 release."
},
{
"type": "feature",
"category": "s3control",
"contributor": "",
"description": "Move the service to the standardized AWS SDK architecture for identity and auth that was introduced in 2.21.0 release."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
63 changes: 62 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,64 @@
# __2.21.4__ __2023-10-19__
## __AWS SDK for Java v2__
- ### Features
- Updated endpoint and partition metadata.

- ### Bugfixes
- Netty version bump to address CVE-2023-44487
- Contributed by: [@mgrundie-r7](https://github.com/mgrundie-r7)

## __AWS Secrets Manager__
- ### Features
- Documentation updates for Secrets Manager

## __AWS Service Catalog__
- ### Features
- Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs.

## __Amazon Elastic Compute Cloud__
- ### Features
- 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.

## __Amazon Managed Blockchain Query__
- ### Features
- This release adds support for Ethereum Sepolia network

## __Amazon NeptuneData__
- ### Features
- Doc changes to add IAM action mappings for the data actions.

## __Amazon Omics__
- ### Features
- This change enables customers to retrieve failure reasons with detailed status messages for their failed runs

## __Amazon OpenSearch Service__
- ### Features
- Added Cluster Administrative options for node restart, opensearch process restart and opensearch dashboard restart for Multi-AZ without standby domains

## __Amazon QuickSight__
- ### Features
- 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

## __Amazon Verified Permissions__
- ### Features
- Improving Amazon Verified Permissions Create experience

## __Amazon WorkSpaces__
- ### Features
- Documentation updates for WorkSpaces

## __glacier__
- ### Features
- Move the service to the standardized AWS SDK architecture for identity and auth that was introduced in 2.21.0 release.

## __s3control__
- ### Features
- Move the service to the standardized AWS SDK architecture for identity and auth that was introduced in 2.21.0 release.

## __Contributors__
Special thanks to the following contributors to this release:

[@mgrundie-r7](https://github.com/mgrundie-r7)
# __2.21.3__ __2023-10-18__
## __AWS Cloud9__
- ### Features
Expand Down Expand Up @@ -742,7 +803,7 @@ Special thanks to the following contributors to this release:
## __Contributors__
Special thanks to the following contributors to this release:

[@psnilesh](https://github.com/psnilesh), [@faucct](https://github.com/faucct)
[@faucct](https://github.com/faucct), [@psnilesh](https://github.com/psnilesh)
# __2.20.146__ __2023-09-12__
## __AWS CRT-based S3 Client__
- ### Bugfixes
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.21.3</version>
<version>2.21.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ec2</artifactId>
<version>2.21.3</version>
<version>2.21.4</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.21.3</version>
<version>2.21.4</version>
</dependency>
```

Expand All @@ -103,7 +103,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.21.3</version>
<version>2.21.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-app-quickstart/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.21.3</version>
<version>2.21.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.21.3</version>
<version>2.21.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetype-lambda</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-tools/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.21.3</version>
<version>2.21.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.21.3</version>
<version>2.21.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetypes</artifactId>
Expand Down
7 changes: 1 addition & 6 deletions aws-sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.21.3</version>
<version>2.21.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aws-sdk-java</artifactId>
Expand Down Expand Up @@ -1528,11 +1528,6 @@ Amazon AutoScaling, etc).</description>
<artifactId>billingconductor</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>gamesparks</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>pinpointsmsvoicev2</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.21.3</version>
<version>2.21.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
7 changes: 1 addition & 6 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.21.3</version>
<version>2.21.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down Expand Up @@ -1718,11 +1718,6 @@
<artifactId>billingconductor</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>gamesparks</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>pinpointsmsvoicev2</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.21.3</version>
<version>2.21.4</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.21.3</version>
<version>2.21.4</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.21.3</version>
<version>2.21.4</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.21.3</version>
<version>2.21.4</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.21.3</version>
<version>2.21.4</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.21.3</version>
<version>2.21.4</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.21.3</version>
<version>2.21.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/auth-crt/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.21.3</version>
<version>2.21.4</version>
</parent>

<artifactId>auth-crt</artifactId>
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.21.3</version>
<version>2.21.4</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.21.3</version>
<version>2.21.4</version>
</parent>

<artifactId>aws-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/checksums-spi/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.21.3</version>
<version>2.21.4</version>
</parent>

<artifactId>checksums-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/checksums/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.21.3</version>
<version>2.21.4</version>
</parent>

<artifactId>checksums</artifactId>
Expand Down
Loading

0 comments on commit 61ca059

Please sign in to comment.