Skip to content

Commit 3b2ffa1

Browse files
author
AWS
committed
Release 2.20.14. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 947e5cd commit 3b2ffa1

File tree

413 files changed

+492
-454
lines changed

Some content is hidden

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

413 files changed

+492
-454
lines changed

.changes/2.20.14.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.20.14",
3+
"date": "2023-02-28",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Add commons-codec to bom-internal to fix dependency convergence issue. See [#3787](https://github.com/aws/aws-sdk-java-v2/issues/3787)"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Key Management Service",
14+
"contributor": "",
15+
"description": "AWS KMS is deprecating the RSAES_PKCS1_V1_5 wrapping algorithm option in the GetParametersForImport API that is used in the AWS KMS Import Key Material feature. AWS KMS will end support for this wrapping algorithm by October 1, 2023."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Comprehend",
20+
"contributor": "",
21+
"description": "Amazon Comprehend now supports flywheels to help you train and manage new model versions for custom models."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Elastic Compute Cloud",
26+
"contributor": "",
27+
"description": "This release allows IMDS support to be set to v2-only on an existing AMI, so that all future instances launched from that AMI will use IMDSv2 by default."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Lightsail",
32+
"contributor": "",
33+
"description": "This release adds Lightsail for Research feature support, such as GUI session access, cost estimates, stop instance on idle, and disk auto mount."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Managed Blockchain",
38+
"contributor": "",
39+
"description": "This release adds support for tagging to the accessor resource in Amazon Managed Blockchain"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Omics",
44+
"contributor": "",
45+
"description": "Minor model changes to accomodate batch imports feature"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SDK for Java v2",
50+
"contributor": "",
51+
"description": "Updated endpoint and partition metadata."
52+
}
53+
]
54+
}

.changes/next-release/bugfix-AWSSDKforJavav2-3a9f7b8.json

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

.changes/next-release/feature-AWSKeyManagementService-5e62dce.json

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

.changes/next-release/feature-AWSSDKforJavav2-0443982.json

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

.changes/next-release/feature-AmazonComprehend-3014699.json

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

.changes/next-release/feature-AmazonElasticComputeCloud-16987cf.json

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

.changes/next-release/feature-AmazonLightsail-8032fdc.json

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

.changes/next-release/feature-AmazonManagedBlockchain-f987b76.json

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

.changes/next-release/feature-AmazonOmics-4cc05fd.json

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

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# __2.20.14__ __2023-02-28__
2+
## __AWS Key Management Service__
3+
- ### Features
4+
- AWS KMS is deprecating the RSAES_PKCS1_V1_5 wrapping algorithm option in the GetParametersForImport API that is used in the AWS KMS Import Key Material feature. AWS KMS will end support for this wrapping algorithm by October 1, 2023.
5+
6+
## __AWS SDK for Java v2__
7+
- ### Features
8+
- Updated endpoint and partition metadata.
9+
10+
- ### Bugfixes
11+
- Add commons-codec to bom-internal to fix dependency convergence issue. See [#3787](https://github.com/aws/aws-sdk-java-v2/issues/3787)
12+
13+
## __Amazon Comprehend__
14+
- ### Features
15+
- Amazon Comprehend now supports flywheels to help you train and manage new model versions for custom models.
16+
17+
## __Amazon Elastic Compute Cloud__
18+
- ### Features
19+
- This release allows IMDS support to be set to v2-only on an existing AMI, so that all future instances launched from that AMI will use IMDSv2 by default.
20+
21+
## __Amazon Lightsail__
22+
- ### Features
23+
- This release adds Lightsail for Research feature support, such as GUI session access, cost estimates, stop instance on idle, and disk auto mount.
24+
25+
## __Amazon Managed Blockchain__
26+
- ### Features
27+
- This release adds support for tagging to the accessor resource in Amazon Managed Blockchain
28+
29+
## __Amazon Omics__
30+
- ### Features
31+
- Minor model changes to accomodate batch imports feature
32+
133
# __2.20.13__ __2023-02-27__
234
## __AWS Elemental MediaConvert__
335
- ### Features

0 commit comments

Comments
 (0)