Skip to content

Commit

Permalink
Merge pull request #2161 from aws/staging/d34114c3-f82b-4e5c-b7ad-e88…
Browse files Browse the repository at this point in the history
…f5d51db15

Pull request: release <- staging/d34114c3-f82b-4e5c-b7ad-e88f5d51db15
  • Loading branch information
aws-sdk-java-automation authored Sep 29, 2022
2 parents 8af5320 + 95a95e5 commit fd1bb96
Show file tree
Hide file tree
Showing 402 changed files with 4,839 additions and 581 deletions.
90 changes: 90 additions & 0 deletions .changes/2.17.284.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
{
"version": "2.17.284",
"date": "2022-09-29",
"entries": [
{
"type": "bugfix",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Update RequestBody/AsyncRequestBody.fromString(String, Charset) to use the provided charset in the content-type."
},
{
"type": "feature",
"category": "AWS Certificate Manager",
"contributor": "",
"description": "This update returns additional certificate details such as certificate SANs and allows sorting in the ListCertificates API."
},
{
"type": "feature",
"category": "AWS Migration Hub Orchestrator",
"contributor": "",
"description": "Introducing AWS MigrationHubOrchestrator. This is the first public release of AWS MigrationHubOrchestrator."
},
{
"type": "feature",
"category": "AWS Proton",
"contributor": "",
"description": "This release adds an option to delete pipeline provisioning repositories using the UpdateAccountSettings API"
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "dave-fn",
"description": "Provide the ability to set a custom socket factory when building an HTTP client"
},
{
"type": "feature",
"category": "AWS Secrets Manager",
"contributor": "",
"description": "Documentation updates for Secrets Manager"
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "u-3tb1 instances are powered by Intel Xeon Platinum 8176M (Skylake) processors and are purpose-built to run large in-memory databases."
},
{
"type": "feature",
"category": "Amazon FSx",
"contributor": "",
"description": "This release adds support for Amazon File Cache."
},
{
"type": "feature",
"category": "Amazon Polly",
"contributor": "",
"description": "Added support for the new Cantonese voice - Hiujin. Hiujin is available as a Neural voice only."
},
{
"type": "feature",
"category": "Amazon SageMaker Service",
"contributor": "",
"description": "SageMaker Training Managed Warm Pools let you retain provisioned infrastructure to reduce latency for repetitive training workloads."
},
{
"type": "feature",
"category": "Amazon Translate",
"contributor": "",
"description": "This release enables customers to access control rights on Translate resources like Parallel Data and Custom Terminology using Tag Based Authorization."
},
{
"type": "feature",
"category": "Amazon WorkSpaces",
"contributor": "",
"description": "This release includes diagnostic log uploading feature. If it is enabled, the log files of WorkSpaces Windows client will be sent to Amazon WorkSpaces automatically for troubleshooting. You can use modifyClientProperty api to enable/disable this feature."
},
{
"type": "feature",
"category": "EMR Serverless",
"contributor": "",
"description": "This release adds API support to debug Amazon EMR Serverless jobs in real-time with live application UIs"
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated service endpoint metadata."
}
]
}
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,61 @@
# __2.17.284__ __2022-09-29__
## __AWS Certificate Manager__
- ### Features
- This update returns additional certificate details such as certificate SANs and allows sorting in the ListCertificates API.

## __AWS Migration Hub Orchestrator__
- ### Features
- Introducing AWS MigrationHubOrchestrator. This is the first public release of AWS MigrationHubOrchestrator.

## __AWS Proton__
- ### Features
- This release adds an option to delete pipeline provisioning repositories using the UpdateAccountSettings API

## __AWS SDK for Java v2__
- ### Features
- Provide the ability to set a custom socket factory when building an HTTP client
- Contributed by: [@dave-fn](https://github.com/dave-fn)
- Updated service endpoint metadata.

- ### Bugfixes
- Update RequestBody/AsyncRequestBody.fromString(String, Charset) to use the provided charset in the content-type.

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

## __Amazon Elastic Compute Cloud__
- ### Features
- u-3tb1 instances are powered by Intel Xeon Platinum 8176M (Skylake) processors and are purpose-built to run large in-memory databases.

## __Amazon FSx__
- ### Features
- This release adds support for Amazon File Cache.

## __Amazon Polly__
- ### Features
- Added support for the new Cantonese voice - Hiujin. Hiujin is available as a Neural voice only.

## __Amazon SageMaker Service__
- ### Features
- SageMaker Training Managed Warm Pools let you retain provisioned infrastructure to reduce latency for repetitive training workloads.

## __Amazon Translate__
- ### Features
- This release enables customers to access control rights on Translate resources like Parallel Data and Custom Terminology using Tag Based Authorization.

## __Amazon WorkSpaces__
- ### Features
- This release includes diagnostic log uploading feature. If it is enabled, the log files of WorkSpaces Windows client will be sent to Amazon WorkSpaces automatically for troubleshooting. You can use modifyClientProperty api to enable/disable this feature.

## __EMR Serverless__
- ### Features
- This release adds API support to debug Amazon EMR Serverless jobs in real-time with live application UIs

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

[@dave-fn](https://github.com/dave-fn)
# __2.17.283__ __2022-09-27__
## __AWS Cost Explorer Service__
- ### 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.17.283</version>
<version>2.17.284</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.17.283</version>
<version>2.17.284</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.17.283</version>
<version>2.17.284</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.17.283</version>
<version>2.17.284</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.17.283</version>
<version>2.17.284</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.17.283</version>
<version>2.17.284</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.17.283</version>
<version>2.17.284</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.17.283</version>
<version>2.17.284</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetypes</artifactId>
Expand Down
7 changes: 6 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.17.283</version>
<version>2.17.284</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aws-sdk-java</artifactId>
Expand Down Expand Up @@ -1593,6 +1593,11 @@ Amazon AutoScaling, etc).</description>
<artifactId>iotfleetwise</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>migrationhuborchestrator</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.17.283</version>
<version>2.17.284</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
7 changes: 6 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.17.283</version>
<version>2.17.284</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down Expand Up @@ -1733,6 +1733,11 @@
<artifactId>iotfleetwise</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>migrationhuborchestrator</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
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.17.283</version>
<version>2.17.284</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.17.283</version>
<version>2.17.284</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.17.283</version>
<version>2.17.284</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.17.283</version>
<version>2.17.284</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.17.283</version>
<version>2.17.284</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.17.283</version>
<version>2.17.284</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.17.283</version>
<version>2.17.284</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.17.283</version>
<version>2.17.284</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.17.283</version>
<version>2.17.284</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.17.283</version>
<version>2.17.284</version>
</parent>

<artifactId>aws-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/json-utils/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.17.283</version>
<version>2.17.284</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/metrics-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.17.283</version>
<version>2.17.284</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.17.283</version>
<version>2.17.284</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/profiles/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.17.283</version>
<version>2.17.284</version>
</parent>

<artifactId>profiles</artifactId>
Expand Down
Loading

0 comments on commit fd1bb96

Please sign in to comment.