Skip to content

Commit b69f54c

Browse files
author
AWS
committed
Release 2.16.102. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 9badffa commit b69f54c

File tree

330 files changed

+406
-366
lines changed

Some content is hidden

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

330 files changed

+406
-366
lines changed

.changes/2.16.102.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.16.102",
3+
"date": "2021-07-14",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Certificate Manager",
8+
"contributor": "",
9+
"description": "Added support for RSA 3072 SSL certificate import"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Lightsail",
14+
"contributor": "",
15+
"description": "This release adds support for the Amazon Lightsail object storage service, which allows you to create buckets and store objects."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon HealthLake",
20+
"contributor": "",
21+
"description": "General availability for Amazon HealthLake. StartFHIRImportJob and StartFHIRExportJob APIs now require AWS KMS parameter. For more information, see the Amazon HealthLake Documentation https://docs.aws.amazon.com/healthlake/index.html."
22+
},
23+
{
24+
"type": "documentation",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "Bennett-Lynch",
27+
"description": "Update pull request template to place motivation before description"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Well-Architected Tool",
32+
"contributor": "",
33+
"description": "This update provides support for Well-Architected API users to mark answer choices as not applicable."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS Glue",
38+
"contributor": "",
39+
"description": "Add support for Event Driven Workflows"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS Database Migration Service",
44+
"contributor": "",
45+
"description": "Release of feature needed for ECA-Endpoint settings. This allows customer to delete a field in endpoint settings by using --exact-settings flag in modify-endpoint api. This also displays default values for certain required fields of endpoint settings in describe-endpoint-settings api."
46+
}
47+
]
48+
}

.changes/next-release/documentation-AWSSDKforJavav2-da6813f.json

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

.changes/next-release/feature-AWSCertificateManager-b574fb2.json

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

.changes/next-release/feature-AWSDatabaseMigrationService-4f3072a.json

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

.changes/next-release/feature-AWSGlue-342db3a.json

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

.changes/next-release/feature-AWSWellArchitectedTool-36d9ef1.json

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

.changes/next-release/feature-AmazonHealthLake-1f75768.json

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

.changes/next-release/feature-AmazonLightsail-2f69a85.json

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

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# __2.16.102__ __2021-07-14__
2+
## __AWS Certificate Manager__
3+
- ### Features
4+
- Added support for RSA 3072 SSL certificate import
5+
6+
## __AWS Database Migration Service__
7+
- ### Features
8+
- Release of feature needed for ECA-Endpoint settings. This allows customer to delete a field in endpoint settings by using --exact-settings flag in modify-endpoint api. This also displays default values for certain required fields of endpoint settings in describe-endpoint-settings api.
9+
10+
## __AWS Glue__
11+
- ### Features
12+
- Add support for Event Driven Workflows
13+
14+
## __AWS SDK for Java v2__
15+
- ### Documentations
16+
- Update pull request template to place motivation before description
17+
- Contributed by: [@Bennett-Lynch](https://github.com/Bennett-Lynch)
18+
19+
## __AWS Well-Architected Tool__
20+
- ### Features
21+
- This update provides support for Well-Architected API users to mark answer choices as not applicable.
22+
23+
## __Amazon HealthLake__
24+
- ### Features
25+
- General availability for Amazon HealthLake. StartFHIRImportJob and StartFHIRExportJob APIs now require AWS KMS parameter. For more information, see the Amazon HealthLake Documentation https://docs.aws.amazon.com/healthlake/index.html.
26+
27+
## __Amazon Lightsail__
28+
- ### Features
29+
- This release adds support for the Amazon Lightsail object storage service, which allows you to create buckets and store objects.
30+
31+
## __Contributors__
32+
Special thanks to the following contributors to this release:
33+
34+
[@Bennett-Lynch](https://github.com/Bennett-Lynch)
135
# __2.16.101__ __2021-07-13__
236
## __AWS Direct Connect__
337
- ### 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.16.101</version>
55+
<version>2.16.102</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.16.101</version>
89+
<version>2.16.102</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.16.101</version>
94+
<version>2.16.102</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.16.101</version>
106+
<version>2.16.102</version>
107107
</dependency>
108108
```
109109

0 commit comments

Comments
 (0)