Skip to content

Commit e8e9993

Browse files
Merge pull request #1075 from aws/staging/fed390b3-d76a-45dc-a543-a7e54123d09e
Pull request: release <- staging/fed390b3-d76a-45dc-a543-a7e54123d09e
2 parents 7857078 + 9881e2e commit e8e9993

File tree

315 files changed

+10611
-444
lines changed

Some content is hidden

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

315 files changed

+10611
-444
lines changed

.changes/2.15.42.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"version": "2.15.42",
3+
"date": "2020-12-08",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon QuickSight",
8+
"contributor": "",
9+
"description": "Added new parameters for join optimization."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon HealthLake",
14+
"contributor": "",
15+
"description": "This release introduces Amazon HealthLake (preview), a HIPAA-eligible service that enables healthcare and life sciences customers to store, transform, query, and analyze health data in the AWS Cloud."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Sagemaker Edge Manager",
20+
"contributor": "",
21+
"description": "Amazon SageMaker Edge Manager makes it easy to optimize, secure, monitor, and maintain machine learning (ML) models across fleets of edge devices such as smart cameras, smart speakers, and robots."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon EMR Containers",
26+
"contributor": "",
27+
"description": "This release adds support for Amazon EMR on EKS, a simple way to run Spark on Kubernetes."
28+
},
29+
{
30+
"type": "bugfix",
31+
"category": "AWS SDK for Java v2",
32+
"contributor": "",
33+
"description": "The SDK will now retry on `TransactionInProgressException` error code."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWSKendraFrontendService",
38+
"contributor": "",
39+
"description": "1. Amazon Kendra connector for Google Drive repositories 2. Amazon Kendra's relevance ranking models are regularly tuned for each customer by capturing end-user search patterns and feedback."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS Audit Manager",
44+
"contributor": "",
45+
"description": "AWS Audit Manager helps you continuously audit your AWS usage to simplify how you manage risk and compliance. This update releases the first version of the AWS Audit Manager APIs and SDK."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon EC2 Container Registry",
50+
"contributor": "",
51+
"description": "This release adds support for configuring cross-region and cross-account replication of your Amazon ECR images."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Forecast Service",
56+
"contributor": "",
57+
"description": "This release adds support for the Amazon Forecast Weather Index which can increase forecasting accuracy by automatically including weather forecasts in demand forecasts."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon SageMaker Service",
62+
"contributor": "",
63+
"description": "This feature helps you monitor model performance characteristics such as accuracy, identify undesired bias in your ML models, and explain model decisions better with explainability drift detection."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon SageMaker Runtime",
68+
"contributor": "",
69+
"description": "This feature allows customers to invoke their endpoint with an inference ID. If used and data capture for the endpoint is enabled, this ID will be captured along with request data."
70+
}
71+
]
72+
}

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
# __2.15.42__ __2020-12-08__
2+
## __AWS Audit Manager__
3+
- ### Features
4+
- AWS Audit Manager helps you continuously audit your AWS usage to simplify how you manage risk and compliance. This update releases the first version of the AWS Audit Manager APIs and SDK.
5+
6+
## __AWS SDK for Java v2__
7+
- ### Bugfixes
8+
- The SDK will now retry on `TransactionInProgressException` error code.
9+
10+
## __AWSKendraFrontendService__
11+
- ### Features
12+
- 1. Amazon Kendra connector for Google Drive repositories 2. Amazon Kendra's relevance ranking models are regularly tuned for each customer by capturing end-user search patterns and feedback.
13+
14+
## __Amazon EC2 Container Registry__
15+
- ### Features
16+
- This release adds support for configuring cross-region and cross-account replication of your Amazon ECR images.
17+
18+
## __Amazon EMR Containers__
19+
- ### Features
20+
- This release adds support for Amazon EMR on EKS, a simple way to run Spark on Kubernetes.
21+
22+
## __Amazon Forecast Service__
23+
- ### Features
24+
- This release adds support for the Amazon Forecast Weather Index which can increase forecasting accuracy by automatically including weather forecasts in demand forecasts.
25+
26+
## __Amazon HealthLake__
27+
- ### Features
28+
- This release introduces Amazon HealthLake (preview), a HIPAA-eligible service that enables healthcare and life sciences customers to store, transform, query, and analyze health data in the AWS Cloud.
29+
30+
## __Amazon QuickSight__
31+
- ### Features
32+
- Added new parameters for join optimization.
33+
34+
## __Amazon SageMaker Runtime__
35+
- ### Features
36+
- This feature allows customers to invoke their endpoint with an inference ID. If used and data capture for the endpoint is enabled, this ID will be captured along with request data.
37+
38+
## __Amazon SageMaker Service__
39+
- ### Features
40+
- This feature helps you monitor model performance characteristics such as accuracy, identify undesired bias in your ML models, and explain model decisions better with explainability drift detection.
41+
42+
## __Amazon Sagemaker Edge Manager__
43+
- ### Features
44+
- Amazon SageMaker Edge Manager makes it easy to optimize, secure, monitor, and maintain machine learning (ML) models across fleets of edge devices such as smart cameras, smart speakers, and robots.
45+
146
# __2.15.41__ __2020-12-07__
247
## __AWS Common Runtime HTTP Client__
348
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To automatically manage module versions (currently all modules have the same ver
4949
<dependency>
5050
<groupId>software.amazon.awssdk</groupId>
5151
<artifactId>bom</artifactId>
52-
<version>2.15.41</version>
52+
<version>2.15.42</version>
5353
<type>pom</type>
5454
<scope>import</scope>
5555
</dependency>
@@ -83,12 +83,12 @@ Alternatively you can add dependencies for the specific services you use only:
8383
<dependency>
8484
<groupId>software.amazon.awssdk</groupId>
8585
<artifactId>ec2</artifactId>
86-
<version>2.15.41</version>
86+
<version>2.15.42</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>software.amazon.awssdk</groupId>
9090
<artifactId>s3</artifactId>
91-
<version>2.15.41</version>
91+
<version>2.15.42</version>
9292
</dependency>
9393
```
9494

@@ -100,7 +100,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
100100
<dependency>
101101
<groupId>software.amazon.awssdk</groupId>
102102
<artifactId>aws-sdk-java</artifactId>
103-
<version>2.15.41</version>
103+
<version>2.15.42</version>
104104
</dependency>
105105
```
106106

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.15.41</version>
23+
<version>2.15.42</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

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

aws-sdk-java/pom.xml

Lines changed: 21 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.15.41</version>
20+
<version>2.15.42</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -1238,6 +1238,26 @@ Amazon AutoScaling, etc).</description>
12381238
<artifactId>customerprofiles</artifactId>
12391239
<version>${awsjavasdk.version}</version>
12401240
</dependency>
1241+
<dependency>
1242+
<groupId>software.amazon.awssdk</groupId>
1243+
<artifactId>emrcontainers</artifactId>
1244+
<version>${awsjavasdk.version}</version>
1245+
</dependency>
1246+
<dependency>
1247+
<groupId>software.amazon.awssdk</groupId>
1248+
<artifactId>sagemakeredge</artifactId>
1249+
<version>${awsjavasdk.version}</version>
1250+
</dependency>
1251+
<dependency>
1252+
<groupId>software.amazon.awssdk</groupId>
1253+
<artifactId>healthlake</artifactId>
1254+
<version>${awsjavasdk.version}</version>
1255+
</dependency>
1256+
<dependency>
1257+
<groupId>software.amazon.awssdk</groupId>
1258+
<artifactId>auditmanager</artifactId>
1259+
<version>${awsjavasdk.version}</version>
1260+
</dependency>
12411261
</dependencies>
12421262
<build>
12431263
<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.15.41</version>
23+
<version>2.15.42</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 21 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.15.41</version>
20+
<version>2.15.42</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -1363,6 +1363,26 @@
13631363
<artifactId>customerprofiles</artifactId>
13641364
<version>${awsjavasdk.version}</version>
13651365
</dependency>
1366+
<dependency>
1367+
<groupId>software.amazon.awssdk</groupId>
1368+
<artifactId>emrcontainers</artifactId>
1369+
<version>${awsjavasdk.version}</version>
1370+
</dependency>
1371+
<dependency>
1372+
<groupId>software.amazon.awssdk</groupId>
1373+
<artifactId>sagemakeredge</artifactId>
1374+
<version>${awsjavasdk.version}</version>
1375+
</dependency>
1376+
<dependency>
1377+
<groupId>software.amazon.awssdk</groupId>
1378+
<artifactId>healthlake</artifactId>
1379+
<version>${awsjavasdk.version}</version>
1380+
</dependency>
1381+
<dependency>
1382+
<groupId>software.amazon.awssdk</groupId>
1383+
<artifactId>auditmanager</artifactId>
1384+
<version>${awsjavasdk.version}</version>
1385+
</dependency>
13661386
</dependencies>
13671387
</dependencyManagement>
13681388
</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.15.41</version>
24+
<version>2.15.42</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.15.41</version>
25+
<version>2.15.42</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.15.41</version>
24+
<version>2.15.42</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

codegen-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.15.41</version>
25+
<version>2.15.42</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

codegen/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.15.41</version>
24+
<version>2.15.42</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

core/annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.15.41</version>
23+
<version>2.15.42</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/arns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.15.41</version>
23+
<version>2.15.42</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/auth/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>core</artifactId>
25-
<version>2.15.41</version>
25+
<version>2.15.42</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

core/aws-core/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>core</artifactId>
25-
<version>2.15.41</version>
25+
<version>2.15.42</version>
2626
</parent>
2727

2828
<artifactId>aws-core</artifactId>

core/aws-core/src/main/java/software/amazon/awssdk/awscore/internal/AwsErrorCode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public final class AwsErrorCode {
4545
throttlingErrorCodes.add("RequestThrottled");
4646
throttlingErrorCodes.add("RequestThrottledException");
4747
throttlingErrorCodes.add("EC2ThrottledException");
48+
throttlingErrorCodes.add("TransactionInProgressException");
4849
THROTTLING_ERROR_CODES = unmodifiableSet(throttlingErrorCodes);
4950

5051
Set<String> definiteClockSkewErrorCodes = new HashSet<>(3);

core/metrics-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>core</artifactId>
77
<groupId>software.amazon.awssdk</groupId>
8-
<version>2.15.41</version>
8+
<version>2.15.42</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>aws-sdk-java-pom</artifactId>
2323
<groupId>software.amazon.awssdk</groupId>
24-
<version>2.15.41</version>
24+
<version>2.15.42</version>
2525
</parent>
2626

2727
<artifactId>core</artifactId>

core/profiles/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>core</artifactId>
25-
<version>2.15.41</version>
25+
<version>2.15.42</version>
2626
</parent>
2727

2828
<artifactId>profiles</artifactId>

core/protocols/aws-cbor-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.15.41</version>
23+
<version>2.15.42</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/protocols/aws-ion-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.15.41</version>
23+
<version>2.15.42</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/protocols/aws-json-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>protocols</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.15.41</version>
23+
<version>2.15.42</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)