Skip to content

Commit

Permalink
Merge branch 'master' into salande/sqs-disable-md5-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
cenedhryn authored Dec 1, 2023
2 parents abfc084 + 5bd66ce commit ebd7447
Show file tree
Hide file tree
Showing 487 changed files with 14,381 additions and 1,111 deletions.
72 changes: 72 additions & 0 deletions .changes/2.21.34.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"version": "2.21.34",
"date": "2023-11-29",
"entries": [
{
"type": "feature",
"category": "AWS CRT-based S3 client",
"contributor": "",
"description": "Add S3 express support for the AWS CRT-based S3 client."
},
{
"type": "feature",
"category": "AWS Clean Rooms Service",
"contributor": "",
"description": "AWS Clean Rooms now provides differential privacy to protect against user-identification attempts and machine learning modeling to allow two parties to identify similar users in their data."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Add `cloudwatch-metric-publisher` to `aws-sdk-java` module so that it can be included in the bundle JAR."
},
{
"type": "feature",
"category": "AWS Security Token Service",
"contributor": "",
"description": "Documentation updates for AWS Security Token Service."
},
{
"type": "feature",
"category": "Amazon OpenSearch Service",
"contributor": "",
"description": "Launching Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3. Customers can now manage their direct query data sources to Amazon S3 programatically"
},
{
"type": "feature",
"category": "Amazon S3",
"contributor": "",
"description": "Adds SDK support for Amazon S3 Express One Zone. For usage, consult Javadocs and the official documentation. Note that users can switch off CreateSession authentication and use the regular credential providers to sign requests by using the `disableS3ExpressSessionAuth` option on the client builder, environment variables, system properties or the config file."
},
{
"type": "feature",
"category": "Amazon SageMaker Runtime",
"contributor": "",
"description": "This release adds InferenceComponentName to InvokeEndpoint and InvokeEndpointWithResponseStream APIs to get inferences from the deployed InferenceComponents."
},
{
"type": "feature",
"category": "Amazon SageMaker Service",
"contributor": "",
"description": "This release adds following support 1/ Improved SDK tooling for model deployment. 2/ New Inference Component based features to lower inference costs and latency 3/ SageMaker HyperPod management. 4/ Additional parameters for FM Fine Tuning in Autopilot"
},
{
"type": "feature",
"category": "Application Auto Scaling",
"contributor": "",
"description": "Amazon SageMaker customers can now use Application Auto Scaling to automatically scale the number of Inference Component copies across an endpoint to meet the varying demand of their workloads."
},
{
"type": "feature",
"category": "OpenSearch Service Serverless",
"contributor": "",
"description": "Amazon OpenSearch Serverless collections support an additional attribute called standby-replicas. This allows to specify whether a collection should have redundancy enabled."
},
{
"type": "feature",
"category": "cleanrooms-ml",
"contributor": "",
"description": "Public Preview SDK release of AWS Clean Rooms ML APIs"
}
]
}
36 changes: 36 additions & 0 deletions .changes/2.21.35.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "2.21.35",
"date": "2023-11-29",
"entries": [
{
"type": "feature",
"category": "AWS Marketplace Agreement Service",
"contributor": "",
"description": "The AWS Marketplace Agreement Service provides an API interface that helps AWS Marketplace sellers manage their agreements, including listing, filtering, and viewing details about their agreements."
},
{
"type": "feature",
"category": "AWS Marketplace Catalog Service",
"contributor": "",
"description": "This release enhances the ListEntities API to support new entity type-specific strongly typed filters in the request and entity type-specific strongly typed summaries in the response."
},
{
"type": "feature",
"category": "AWS Marketplace Deployment Service",
"contributor": "",
"description": "AWS Marketplace Deployment is a new service that provides essential features that facilitate the deployment of software, data, and services procured through AWS Marketplace."
},
{
"type": "feature",
"category": "Redshift Serverless",
"contributor": "",
"description": "This release adds the following support for Amazon Redshift Serverless: 1) cross-account cross-VPCs, 2) copying snapshots across Regions, 3) scheduling snapshot creation, and 4) restoring tables from a recovery point."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
24 changes: 24 additions & 0 deletions .changes/2.21.36.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "2.21.36",
"date": "2023-11-30",
"entries": [
{
"type": "feature",
"category": "AWS ARC - Zonal Shift",
"contributor": "",
"description": "This release adds a new capability, zonal autoshift. You can configure zonal autoshift so that AWS shifts traffic for a resource away from an Availability Zone, on your behalf, when AWS determines that there is an issue that could potentially affect customers in the Availability Zone."
},
{
"type": "feature",
"category": "AWS Glue",
"contributor": "",
"description": "Adds observation and analyzer support to the GetDataQualityResult and BatchGetDataQualityResult APIs."
},
{
"type": "feature",
"category": "Amazon SageMaker Service",
"contributor": "",
"description": "This release adds support for 1/ Code Editor, based on Code-OSS, Visual Studio Code Open Source, a new fully managed IDE option in SageMaker Studio 2/ JupyterLab, a new fully managed JupyterLab IDE experience in SageMaker Studio"
}
]
}

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/next-release/feature-AWSSDKforJavav2-10225f8.json

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/next-release/feature-AmazonS3-010e379.json

This file was deleted.

83 changes: 81 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,82 @@
# __2.21.36__ __2023-11-30__
## __AWS ARC - Zonal Shift__
- ### Features
- This release adds a new capability, zonal autoshift. You can configure zonal autoshift so that AWS shifts traffic for a resource away from an Availability Zone, on your behalf, when AWS determines that there is an issue that could potentially affect customers in the Availability Zone.

## __AWS Glue__
- ### Features
- Adds observation and analyzer support to the GetDataQualityResult and BatchGetDataQualityResult APIs.

## __Amazon SageMaker Service__
- ### Features
- This release adds support for 1/ Code Editor, based on Code-OSS, Visual Studio Code Open Source, a new fully managed IDE option in SageMaker Studio 2/ JupyterLab, a new fully managed JupyterLab IDE experience in SageMaker Studio

# __2.21.35__ __2023-11-29__
## __AWS Marketplace Agreement Service__
- ### Features
- The AWS Marketplace Agreement Service provides an API interface that helps AWS Marketplace sellers manage their agreements, including listing, filtering, and viewing details about their agreements.

## __AWS Marketplace Catalog Service__
- ### Features
- This release enhances the ListEntities API to support new entity type-specific strongly typed filters in the request and entity type-specific strongly typed summaries in the response.

## __AWS Marketplace Deployment Service__
- ### Features
- AWS Marketplace Deployment is a new service that provides essential features that facilitate the deployment of software, data, and services procured through AWS Marketplace.

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

## __Redshift Serverless__
- ### Features
- This release adds the following support for Amazon Redshift Serverless: 1) cross-account cross-VPCs, 2) copying snapshots across Regions, 3) scheduling snapshot creation, and 4) restoring tables from a recovery point.

# __2.21.34__ __2023-11-29__
## __AWS CRT-based S3 client__
- ### Features
- Add S3 express support for the AWS CRT-based S3 client.

## __AWS Clean Rooms Service__
- ### Features
- AWS Clean Rooms now provides differential privacy to protect against user-identification attempts and machine learning modeling to allow two parties to identify similar users in their data.

## __AWS SDK for Java v2__
- ### Features
- Add `cloudwatch-metric-publisher` to `aws-sdk-java` module so that it can be included in the bundle JAR.

## __AWS Security Token Service__
- ### Features
- Documentation updates for AWS Security Token Service.

## __Amazon OpenSearch Service__
- ### Features
- Launching Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3. Customers can now manage their direct query data sources to Amazon S3 programatically

## __Amazon S3__
- ### Features
- Adds SDK support for Amazon S3 Express One Zone. For usage, consult Javadocs and the official documentation. Note that users can switch off CreateSession authentication and use the regular credential providers to sign requests by using the `disableS3ExpressSessionAuth` option on the client builder, environment variables, system properties or the config file.

## __Amazon SageMaker Runtime__
- ### Features
- This release adds InferenceComponentName to InvokeEndpoint and InvokeEndpointWithResponseStream APIs to get inferences from the deployed InferenceComponents.

## __Amazon SageMaker Service__
- ### Features
- This release adds following support 1/ Improved SDK tooling for model deployment. 2/ New Inference Component based features to lower inference costs and latency 3/ SageMaker HyperPod management. 4/ Additional parameters for FM Fine Tuning in Autopilot

## __Application Auto Scaling__
- ### Features
- Amazon SageMaker customers can now use Application Auto Scaling to automatically scale the number of Inference Component copies across an endpoint to meet the varying demand of their workloads.

## __OpenSearch Service Serverless__
- ### Features
- Amazon OpenSearch Serverless collections support an additional attribute called standby-replicas. This allows to specify whether a collection should have redundancy enabled.

## __cleanrooms-ml__
- ### Features
- Public Preview SDK release of AWS Clean Rooms ML APIs

# __2.21.33__ __2023-11-28__
## __AWS S3 Control__
- ### Features
Expand Down Expand Up @@ -1997,7 +2076,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 Expand Up @@ -3738,7 +3817,7 @@ Special thanks to the following contributors to this release:
## __Contributors__
Special thanks to the following contributors to this release:

[@breader124](https://github.com/breader124), [@bmaizels](https://github.com/bmaizels)
[@bmaizels](https://github.com/bmaizels), [@breader124](https://github.com/breader124)
# __2.20.85__ __2023-06-13__
## __AWS CloudTrail__
- ### 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.21.33</version>
<version>2.21.36</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.33</version>
<version>2.21.36</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.21.33</version>
<version>2.21.36</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.33</version>
<version>2.21.36</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.34-SNAPSHOT</version>
<version>2.21.37-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.21.34-SNAPSHOT</version>
<version>2.21.37-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.21.34-SNAPSHOT</version>
<version>2.21.37-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.21.34-SNAPSHOT</version>
<version>2.21.37-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetypes</artifactId>
Expand Down
17 changes: 16 additions & 1 deletion 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.34-SNAPSHOT</version>
<version>2.21.37-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aws-sdk-java</artifactId>
Expand Down Expand Up @@ -1883,6 +1883,21 @@ Amazon AutoScaling, etc).</description>
<artifactId>bedrockagent</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>cleanroomsml</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>marketplacedeployment</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>marketplaceagreement</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.21.34-SNAPSHOT</version>
<version>2.21.37-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
17 changes: 16 additions & 1 deletion 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.34-SNAPSHOT</version>
<version>2.21.37-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down Expand Up @@ -2073,6 +2073,21 @@
<artifactId>bedrockagent</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>cleanroomsml</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>marketplacedeployment</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>marketplaceagreement</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
Loading

0 comments on commit ebd7447

Please sign in to comment.