Skip to content

Commit

Permalink
Merge branch 'master' into sugmanue/fix-override-retry-strategy2
Browse files Browse the repository at this point in the history
  • Loading branch information
sugmanue authored Jun 15, 2024
2 parents 1c3f5b9 + ff0e9a8 commit a5a88ac
Show file tree
Hide file tree
Showing 505 changed files with 6,639 additions and 2,272 deletions.
54 changes: 54 additions & 0 deletions .changes/2.26.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"version": "2.26.1",
"date": "2024-06-12",
"entries": [
{
"type": "feature",
"category": "AWS Mainframe Modernization Application Testing",
"contributor": "",
"description": "AWS Mainframe Modernization Application Testing is an AWS Mainframe Modernization service feature that automates functional equivalence testing for mainframe application modernization and migration to AWS, and regression testing."
},
{
"type": "feature",
"category": "AWS Secrets Manager",
"contributor": "",
"description": "Introducing RotationToken parameter for PutSecretValue API"
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "Tagging support for Traffic Mirroring FilterRule resource"
},
{
"type": "feature",
"category": "Amazon OpenSearch Ingestion",
"contributor": "",
"description": "SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines."
},
{
"type": "feature",
"category": "Amazon Redshift",
"contributor": "",
"description": "Updates to remove DC1 and DS2 node types."
},
{
"type": "feature",
"category": "Amazon Security Lake",
"contributor": "",
"description": "This release updates request validation regex to account for non-commercial aws partitions."
},
{
"type": "feature",
"category": "Amazon Simple Email Service",
"contributor": "",
"description": "This release adds support for Amazon EventBridge as an email sending events destination."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
42 changes: 42 additions & 0 deletions .changes/2.26.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"version": "2.26.2",
"date": "2024-06-13",
"entries": [
{
"type": "bugfix",
"category": "Amazon S3",
"contributor": "",
"description": "Fixes bug where Md5 validation is performed for S3 PutObject even if checksum value is supplied"
},
{
"type": "feature",
"category": "AWS CloudHSM V2",
"contributor": "",
"description": "Added support for hsm type hsm2m.medium. Added supported for creating a cluster in FIPS or NON_FIPS mode."
},
{
"type": "feature",
"category": "AWS Elemental MediaPackage v2",
"contributor": "",
"description": "This release adds support for CMAF ingest (DASH-IF live media ingest protocol interface 1)"
},
{
"type": "feature",
"category": "AWS Glue",
"contributor": "",
"description": "This release adds support for configuration of evaluation method for composite rules in Glue Data Quality rulesets."
},
{
"type": "feature",
"category": "AWS IoT Wireless",
"contributor": "",
"description": "Add RoamingDeviceSNR and RoamingDeviceRSSI to Customer Metrics."
},
{
"type": "feature",
"category": "AWS Key Management Service",
"contributor": "",
"description": "This feature allows customers to use their keys stored in KMS to derive a shared secret which can then be used to establish a secured channel for communication, provide proof of possession, or establish trust with other parties."
}
]
}
36 changes: 36 additions & 0 deletions .changes/2.26.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "2.26.3",
"date": "2024-06-14",
"entries": [
{
"type": "feature",
"category": "AWS Elemental MediaConvert",
"contributor": "",
"description": "This release adds the ability to search for historical job records within the management console using a search box and/or via the SDK/CLI with partial string matching search on input file name."
},
{
"type": "feature",
"category": "Amazon DataZone",
"contributor": "",
"description": "This release introduces a new default service blueprint for custom environment creation."
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "Documentation updates for Amazon EC2."
},
{
"type": "feature",
"category": "Amazon Macie 2",
"contributor": "",
"description": "This release adds support for managing the status of automated sensitive data discovery for individual accounts in an organization, and determining whether individual S3 buckets are included in the scope of the analyses."
},
{
"type": "feature",
"category": "Amazon Route 53 Domains",
"contributor": "",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
}
]
}
79 changes: 79 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,83 @@
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
# __2.26.3__ __2024-06-14__
## __AWS Elemental MediaConvert__
- ### Features
- This release adds the ability to search for historical job records within the management console using a search box and/or via the SDK/CLI with partial string matching search on input file name.

## __Amazon DataZone__
- ### Features
- This release introduces a new default service blueprint for custom environment creation.

## __Amazon Elastic Compute Cloud__
- ### Features
- Documentation updates for Amazon EC2.

## __Amazon Macie 2__
- ### Features
- This release adds support for managing the status of automated sensitive data discovery for individual accounts in an organization, and determining whether individual S3 buckets are included in the scope of the analyses.

## __Amazon Route 53 Domains__
- ### Features
- Add v2 smoke tests and smithy smokeTests trait for SDK testing.

# __2.26.2__ __2024-06-13__
## __AWS CloudHSM V2__
- ### Features
- Added support for hsm type hsm2m.medium. Added supported for creating a cluster in FIPS or NON_FIPS mode.

## __AWS Elemental MediaPackage v2__
- ### Features
- This release adds support for CMAF ingest (DASH-IF live media ingest protocol interface 1)

## __AWS Glue__
- ### Features
- This release adds support for configuration of evaluation method for composite rules in Glue Data Quality rulesets.

## __AWS IoT Wireless__
- ### Features
- Add RoamingDeviceSNR and RoamingDeviceRSSI to Customer Metrics.

## __AWS Key Management Service__
- ### Features
- This feature allows customers to use their keys stored in KMS to derive a shared secret which can then be used to establish a secured channel for communication, provide proof of possession, or establish trust with other parties.

## __Amazon S3__
- ### Bugfixes
- Fixes bug where Md5 validation is performed for S3 PutObject even if checksum value is supplied

# __2.26.1__ __2024-06-12__
## __AWS Mainframe Modernization Application Testing__
- ### Features
- AWS Mainframe Modernization Application Testing is an AWS Mainframe Modernization service feature that automates functional equivalence testing for mainframe application modernization and migration to AWS, and regression testing.

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

## __AWS Secrets Manager__
- ### Features
- Introducing RotationToken parameter for PutSecretValue API

## __Amazon Elastic Compute Cloud__
- ### Features
- Tagging support for Traffic Mirroring FilterRule resource

## __Amazon OpenSearch Ingestion__
- ### Features
- SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines.

## __Amazon Redshift__
- ### Features
- Updates to remove DC1 and DS2 node types.

## __Amazon Security Lake__
- ### Features
- This release updates request validation regex to account for non-commercial aws partitions.

## __Amazon Simple Email Service__
- ### Features
- This release adds support for Amazon EventBridge as an email sending events destination.

# __2.26.0__ __2024-06-11__
## __"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 @@ -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.26.0</version>
<version>2.26.3</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.26.0</version>
<version>2.26.3</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.26.0</version>
<version>2.26.3</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.26.0</version>
<version>2.26.3</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.26.1-SNAPSHOT</version>
<version>2.26.4-SNAPSHOT</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.26.1-SNAPSHOT</version>
<version>2.26.4-SNAPSHOT</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.26.1-SNAPSHOT</version>
<version>2.26.4-SNAPSHOT</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.26.1-SNAPSHOT</version>
<version>2.26.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetypes</artifactId>
Expand Down
12 changes: 6 additions & 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.26.1-SNAPSHOT</version>
<version>2.26.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aws-sdk-java</artifactId>
Expand Down Expand Up @@ -1573,11 +1573,6 @@ Amazon AutoScaling, etc).</description>
<artifactId>licensemanagerusersubscriptions</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>backupstorage</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>privatenetworks</artifactId>
Expand Down Expand Up @@ -1968,6 +1963,11 @@ Amazon AutoScaling, etc).</description>
<artifactId>pcaconnectorscep</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>apptest</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
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.26.1-SNAPSHOT</version>
<version>2.26.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
12 changes: 6 additions & 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.26.1-SNAPSHOT</version>
<version>2.26.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down Expand Up @@ -1768,11 +1768,6 @@
<artifactId>licensemanagerusersubscriptions</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>backupstorage</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>privatenetworks</artifactId>
Expand Down Expand Up @@ -2163,6 +2158,11 @@
<artifactId>pcaconnectorscep</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>apptest</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
2 changes: 1 addition & 1 deletion bundle-logging-bridge/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.26.1-SNAPSHOT</version>
<version>2.26.4-SNAPSHOT</version>
</parent>
<artifactId>bundle-logging-bridge</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bundle-sdk/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.26.1-SNAPSHOT</version>
<version>2.26.4-SNAPSHOT</version>
</parent>
<artifactId>bundle-sdk</artifactId>
<packaging>jar</packaging>
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.26.1-SNAPSHOT</version>
<version>2.26.4-SNAPSHOT</version>
</parent>
<artifactId>bundle</artifactId>
<packaging>jar</packaging>
Expand Down
Loading

0 comments on commit a5a88ac

Please sign in to comment.