Skip to content

Commit 26ecb94

Browse files
Merge pull request #1886 from aws/staging/fee2472e-4bc9-4c6c-b061-6673936ae14c
Pull request: release <- staging/fee2472e-4bc9-4c6c-b061-6673936ae14c
2 parents 314fdfd + 48aea32 commit 26ecb94

File tree

459 files changed

+5017
-1548
lines changed

Some content is hidden

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

459 files changed

+5017
-1548
lines changed

.changes/2.17.105.json

+90
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"version": "2.17.105",
3+
"date": "2022-01-05",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Import/Export Snowball",
8+
"contributor": "",
9+
"description": "Updating validation rules for interfaces used in the Snowball API to tighten security of service."
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "Log request ID and extended request ID with the request logger and requestId logger. See [#2876](https://github.com/aws/aws-sdk-java-v2/issues/2876)"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon EC2 Container Service",
20+
"contributor": "",
21+
"description": "Documentation update for ticket fixes."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon S3",
26+
"contributor": "",
27+
"description": "Add support for `SelectObjectContent`."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Glue",
32+
"contributor": "",
33+
"description": "Add Delta Lake target support for Glue Crawler and 3rd Party Support for Lake Formation"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS CloudTrail",
38+
"contributor": "",
39+
"description": "This release adds support for CloudTrail Lake, a new feature that lets you run SQL-based queries on events that you have aggregated into event data stores. New APIs have been added for creating and managing event data stores, and creating, running, and managing queries in CloudTrail Lake."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS Lake Formation",
44+
"contributor": "",
45+
"description": "Add new APIs for 3rd Party Support for Lake Formation"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon QuickSight",
50+
"contributor": "",
51+
"description": "Multiple Doc-only updates for Amazon QuickSight."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Elastic Compute Cloud",
56+
"contributor": "",
57+
"description": "This release adds a new API called ModifyVpcEndpointServicePayerResponsibility which allows VPC endpoint service owners to take payer responsibility of their VPC Endpoint connections."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon AppStream",
62+
"contributor": "",
63+
"description": "Includes APIs for App Entitlement management regarding entitlement and entitled application association."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "AWS SDK for Java v2",
68+
"contributor": "",
69+
"description": "Updated service endpoint metadata."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon Elastic Kubernetes Service",
74+
"contributor": "",
75+
"description": "Amazon EKS now supports running applications using IPv6 address space"
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon SageMaker Service",
80+
"contributor": "",
81+
"description": "Amazon SageMaker now supports running training jobs on ml.g5 instance types."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "AWS IoT",
86+
"contributor": "",
87+
"description": "This release adds an automatic retry mechanism for AWS IoT Jobs. You can now define a maximum number of retries for each Job rollout, along with the criteria to trigger the retry for FAILED/TIMED_OUT/ALL(both FAILED an TIMED_OUT) job."
88+
}
89+
]
90+
}

CHANGELOG.md

+56
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
# __2.17.105__ __2022-01-05__
2+
## __AWS CloudTrail__
3+
- ### Features
4+
- This release adds support for CloudTrail Lake, a new feature that lets you run SQL-based queries on events that you have aggregated into event data stores. New APIs have been added for creating and managing event data stores, and creating, running, and managing queries in CloudTrail Lake.
5+
6+
## __AWS Glue__
7+
- ### Features
8+
- Add Delta Lake target support for Glue Crawler and 3rd Party Support for Lake Formation
9+
10+
## __AWS IoT__
11+
- ### Features
12+
- This release adds an automatic retry mechanism for AWS IoT Jobs. You can now define a maximum number of retries for each Job rollout, along with the criteria to trigger the retry for FAILED/TIMED_OUT/ALL(both FAILED an TIMED_OUT) job.
13+
14+
## __AWS Lake Formation__
15+
- ### Features
16+
- Add new APIs for 3rd Party Support for Lake Formation
17+
18+
## __AWS SDK for Java v2__
19+
- ### Features
20+
- Updated service endpoint metadata.
21+
22+
- ### Bugfixes
23+
- Log request ID and extended request ID with the request logger and requestId logger. See [#2876](https://github.com/aws/aws-sdk-java-v2/issues/2876)
24+
25+
## __Amazon AppStream__
26+
- ### Features
27+
- Includes APIs for App Entitlement management regarding entitlement and entitled application association.
28+
29+
## __Amazon EC2 Container Service__
30+
- ### Features
31+
- Documentation update for ticket fixes.
32+
33+
## __Amazon Elastic Compute Cloud__
34+
- ### Features
35+
- This release adds a new API called ModifyVpcEndpointServicePayerResponsibility which allows VPC endpoint service owners to take payer responsibility of their VPC Endpoint connections.
36+
37+
## __Amazon Elastic Kubernetes Service__
38+
- ### Features
39+
- Amazon EKS now supports running applications using IPv6 address space
40+
41+
## __Amazon Import/Export Snowball__
42+
- ### Features
43+
- Updating validation rules for interfaces used in the Snowball API to tighten security of service.
44+
45+
## __Amazon QuickSight__
46+
- ### Features
47+
- Multiple Doc-only updates for Amazon QuickSight.
48+
49+
## __Amazon S3__
50+
- ### Features
51+
- Add support for `SelectObjectContent`.
52+
53+
## __Amazon SageMaker Service__
54+
- ### Features
55+
- Amazon SageMaker now supports running training jobs on ml.g5 instance types.
56+
157
# __2.17.104__ __2022-01-04__
258
## __AWS S3 Control__
359
- ### Features

README.md

+4-4
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.104</version>
55+
<version>2.17.105</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.104</version>
89+
<version>2.17.105</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.17.104</version>
94+
<version>2.17.105</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.104</version>
106+
<version>2.17.105</version>
107107
</dependency>
108108
```
109109

archetypes/archetype-app-quickstart/pom.xml

+1-1
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.104</version>
23+
<version>2.17.105</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/archetype-lambda/pom.xml

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

archetypes/archetype-tools/pom.xml

+1-1
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.104</version>
23+
<version>2.17.105</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/pom.xml

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

aws-sdk-java/pom.xml

+1-1
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.104</version>
20+
<version>2.17.105</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

bom-internal/pom.xml

+15-6
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.104</version>
23+
<version>2.17.105</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

@@ -253,15 +253,24 @@
253253
<scope>test</scope>
254254
</dependency>
255255
<dependency>
256-
<groupId>log4j</groupId>
257-
<artifactId>log4j</artifactId>
256+
<!-- Log4j2 API -->
257+
<groupId>org.apache.logging.log4j</groupId>
258+
<artifactId>log4j-api</artifactId>
258259
<version>${log4j.version}</version>
259260
<scope>test</scope>
260261
</dependency>
261262
<dependency>
262-
<groupId>org.slf4j</groupId>
263-
<artifactId>slf4j-log4j12</artifactId>
264-
<version>${slf4j.version}</version>
263+
<!-- Log4j2 Core -->
264+
<groupId>org.apache.logging.log4j</groupId>
265+
<artifactId>log4j-core</artifactId>
266+
<version>${log4j.version}</version>
267+
<scope>test</scope>
268+
</dependency>
269+
<dependency>
270+
<!-- Bind SLF4J to Log4j2 -->
271+
<groupId>org.apache.logging.log4j</groupId>
272+
<artifactId>log4j-slf4j-impl</artifactId>
273+
<version>${log4j.version}</version>
265274
<scope>test</scope>
266275
</dependency>
267276
<dependency>

bom/pom.xml

+1-1
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.104</version>
20+
<version>2.17.105</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

bundle/pom.xml

+1-1
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.104</version>
24+
<version>2.17.105</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

codegen-lite-maven-plugin/pom.xml

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

codegen-lite/pom.xml

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

codegen-maven-plugin/pom.xml

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

codegen/pom.xml

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

0 commit comments

Comments
 (0)