Skip to content

Commit 95a95e5

Browse files
author
AWS
committed
Release 2.17.284. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 7551713 commit 95a95e5

File tree

392 files changed

+538
-463
lines changed

Some content is hidden

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

392 files changed

+538
-463
lines changed

.changes/2.17.284.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"version": "2.17.284",
3+
"date": "2022-09-29",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Update RequestBody/AsyncRequestBody.fromString(String, Charset) to use the provided charset in the content-type."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Certificate Manager",
14+
"contributor": "",
15+
"description": "This update returns additional certificate details such as certificate SANs and allows sorting in the ListCertificates API."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Migration Hub Orchestrator",
20+
"contributor": "",
21+
"description": "Introducing AWS MigrationHubOrchestrator. This is the first public release of AWS MigrationHubOrchestrator."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Proton",
26+
"contributor": "",
27+
"description": "This release adds an option to delete pipeline provisioning repositories using the UpdateAccountSettings API"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS SDK for Java v2",
32+
"contributor": "dave-fn",
33+
"description": "Provide the ability to set a custom socket factory when building an HTTP client"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS Secrets Manager",
38+
"contributor": "",
39+
"description": "Documentation updates for Secrets Manager"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Elastic Compute Cloud",
44+
"contributor": "",
45+
"description": "u-3tb1 instances are powered by Intel Xeon Platinum 8176M (Skylake) processors and are purpose-built to run large in-memory databases."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon FSx",
50+
"contributor": "",
51+
"description": "This release adds support for Amazon File Cache."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Polly",
56+
"contributor": "",
57+
"description": "Added support for the new Cantonese voice - Hiujin. Hiujin is available as a Neural voice only."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon SageMaker Service",
62+
"contributor": "",
63+
"description": "SageMaker Training Managed Warm Pools let you retain provisioned infrastructure to reduce latency for repetitive training workloads."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Translate",
68+
"contributor": "",
69+
"description": "This release enables customers to access control rights on Translate resources like Parallel Data and Custom Terminology using Tag Based Authorization."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon WorkSpaces",
74+
"contributor": "",
75+
"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."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "EMR Serverless",
80+
"contributor": "",
81+
"description": "This release adds API support to debug Amazon EMR Serverless jobs in real-time with live application UIs"
82+
},
83+
{
84+
"type": "feature",
85+
"category": "AWS SDK for Java v2",
86+
"contributor": "",
87+
"description": "Updated service endpoint metadata."
88+
}
89+
]
90+
}

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

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

.changes/next-release/feature-AWSCertificateManager-7daa9af.json

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

.changes/next-release/feature-AWSMigrationHubOrchestrator-51d18fb.json

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

.changes/next-release/feature-AWSProton-ab28a5c.json

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

.changes/next-release/feature-AWSSDKforJavav2-1a1ccf3.json

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

.changes/next-release/feature-AWSSDKforJavav2-bedacd4.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-AmazonElasticComputeCloud-0f0c115.json

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

.changes/next-release/feature-AmazonFSx-42eea5c.json

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

.changes/next-release/feature-AmazonPolly-510c652.json

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

.changes/next-release/feature-AmazonSageMakerService-86fa389.json

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

.changes/next-release/feature-AmazonTranslate-662a9e6.json

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

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

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

.changes/next-release/feature-EMRServerless-1255de5.json

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

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,61 @@
1+
# __2.17.284__ __2022-09-29__
2+
## __AWS Certificate Manager__
3+
- ### Features
4+
- This update returns additional certificate details such as certificate SANs and allows sorting in the ListCertificates API.
5+
6+
## __AWS Migration Hub Orchestrator__
7+
- ### Features
8+
- Introducing AWS MigrationHubOrchestrator. This is the first public release of AWS MigrationHubOrchestrator.
9+
10+
## __AWS Proton__
11+
- ### Features
12+
- This release adds an option to delete pipeline provisioning repositories using the UpdateAccountSettings API
13+
14+
## __AWS SDK for Java v2__
15+
- ### Features
16+
- Provide the ability to set a custom socket factory when building an HTTP client
17+
- Contributed by: [@dave-fn](https://github.com/dave-fn)
18+
- Updated service endpoint metadata.
19+
20+
- ### Bugfixes
21+
- Update RequestBody/AsyncRequestBody.fromString(String, Charset) to use the provided charset in the content-type.
22+
23+
## __AWS Secrets Manager__
24+
- ### Features
25+
- Documentation updates for Secrets Manager
26+
27+
## __Amazon Elastic Compute Cloud__
28+
- ### Features
29+
- u-3tb1 instances are powered by Intel Xeon Platinum 8176M (Skylake) processors and are purpose-built to run large in-memory databases.
30+
31+
## __Amazon FSx__
32+
- ### Features
33+
- This release adds support for Amazon File Cache.
34+
35+
## __Amazon Polly__
36+
- ### Features
37+
- Added support for the new Cantonese voice - Hiujin. Hiujin is available as a Neural voice only.
38+
39+
## __Amazon SageMaker Service__
40+
- ### Features
41+
- SageMaker Training Managed Warm Pools let you retain provisioned infrastructure to reduce latency for repetitive training workloads.
42+
43+
## __Amazon Translate__
44+
- ### Features
45+
- This release enables customers to access control rights on Translate resources like Parallel Data and Custom Terminology using Tag Based Authorization.
46+
47+
## __Amazon WorkSpaces__
48+
- ### Features
49+
- 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.
50+
51+
## __EMR Serverless__
52+
- ### Features
53+
- This release adds API support to debug Amazon EMR Serverless jobs in real-time with live application UIs
54+
55+
## __Contributors__
56+
Special thanks to the following contributors to this release:
57+
58+
[@dave-fn](https://github.com/dave-fn)
159
# __2.17.283__ __2022-09-27__
260
## __AWS Cost Explorer Service__
361
- ### Features

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.17.283</version>
55+
<version>2.17.284</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.17.283</version>
89+
<version>2.17.284</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.17.283</version>
94+
<version>2.17.284</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.17.283</version>
106+
<version>2.17.284</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.17.284-SNAPSHOT</version>
23+
<version>2.17.284</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.17.284-SNAPSHOT</version>
23+
<version>2.17.284</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.17.284-SNAPSHOT</version>
23+
<version>2.17.284</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.17.284-SNAPSHOT</version>
23+
<version>2.17.284</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 6 additions & 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.17.284-SNAPSHOT</version>
20+
<version>2.17.284</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -1593,6 +1593,11 @@ Amazon AutoScaling, etc).</description>
15931593
<artifactId>iotfleetwise</artifactId>
15941594
<version>${awsjavasdk.version}</version>
15951595
</dependency>
1596+
<dependency>
1597+
<groupId>software.amazon.awssdk</groupId>
1598+
<artifactId>migrationhuborchestrator</artifactId>
1599+
<version>${awsjavasdk.version}</version>
1600+
</dependency>
15961601
</dependencies>
15971602
<build>
15981603
<finalName>${project.artifactId}-${project.version}</finalName>

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.17.284-SNAPSHOT</version>
23+
<version>2.17.284</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 6 additions & 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.17.284-SNAPSHOT</version>
20+
<version>2.17.284</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -1733,6 +1733,11 @@
17331733
<artifactId>iotfleetwise</artifactId>
17341734
<version>${awsjavasdk.version}</version>
17351735
</dependency>
1736+
<dependency>
1737+
<groupId>software.amazon.awssdk</groupId>
1738+
<artifactId>migrationhuborchestrator</artifactId>
1739+
<version>${awsjavasdk.version}</version>
1740+
</dependency>
17361741
</dependencies>
17371742
</dependencyManagement>
17381743
</project>

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.17.284-SNAPSHOT</version>
24+
<version>2.17.284</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.17.284-SNAPSHOT</version>
25+
<version>2.17.284</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.17.284-SNAPSHOT</version>
24+
<version>2.17.284</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

0 commit comments

Comments
 (0)