Skip to content

Commit 724d944

Browse files
Merge pull request #2404 from aws/staging/cbcb4a56-991e-431f-aa69-565597ebd568
Pull request: release <- staging/cbcb4a56-991e-431f-aa69-565597ebd568
2 parents e7b9b29 + 3b2ffa1 commit 724d944

File tree

427 files changed

+4307
-4143
lines changed

Some content is hidden

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

427 files changed

+4307
-4143
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,15 @@
751751
"contributions": [
752752
"code"
753753
]
754+
},
755+
{
756+
"login": "stevenshan",
757+
"name": "Steven Shan",
758+
"avatar_url": "https://avatars.githubusercontent.com/u/3723174?v=4",
759+
"profile": "https://github.com/stevenshan",
760+
"contributions": [
761+
"code"
762+
]
754763
}
755764
],
756765
"contributorsPerLine": 7,

.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+
}

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

README.md

Lines changed: 89 additions & 88 deletions
Large diffs are not rendered by default.

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.20.13</version>
23+
<version>2.20.14</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.20.13</version>
23+
<version>2.20.14</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.20.13</version>
23+
<version>2.20.14</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.20.13</version>
23+
<version>2.20.14</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 1 addition & 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.20.13</version>
20+
<version>2.20.14</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

bom-internal/pom.xml

Lines changed: 6 additions & 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.20.13</version>
23+
<version>2.20.14</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

@@ -94,6 +94,11 @@
9494
<artifactId>httpcore</artifactId>
9595
<version>${httpcomponents.httpcore.version}</version>
9696
</dependency>
97+
<dependency>
98+
<groupId>commons-codec</groupId>
99+
<artifactId>commons-codec</artifactId>
100+
<version>${commons-codec.verion}</version>
101+
</dependency>
97102
<dependency>
98103
<groupId>io.netty</groupId>
99104
<artifactId>netty-codec-http</artifactId>

0 commit comments

Comments
 (0)