Skip to content

Commit

Permalink
Merge pull request #1886 from aws/staging/fee2472e-4bc9-4c6c-b061-667…
Browse files Browse the repository at this point in the history
…3936ae14c

Pull request: release <- staging/fee2472e-4bc9-4c6c-b061-6673936ae14c
  • Loading branch information
aws-sdk-java-automation committed Jan 5, 2022
2 parents 314fdfd + 48aea32 commit 26ecb94
Show file tree
Hide file tree
Showing 459 changed files with 5,017 additions and 1,548 deletions.
90 changes: 90 additions & 0 deletions .changes/2.17.105.json
@@ -0,0 +1,90 @@
{
"version": "2.17.105",
"date": "2022-01-05",
"entries": [
{
"type": "feature",
"category": "Amazon Import/Export Snowball",
"contributor": "",
"description": "Updating validation rules for interfaces used in the Snowball API to tighten security of service."
},
{
"type": "bugfix",
"category": "AWS SDK for Java v2",
"contributor": "",
"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)"
},
{
"type": "feature",
"category": "Amazon EC2 Container Service",
"contributor": "",
"description": "Documentation update for ticket fixes."
},
{
"type": "feature",
"category": "Amazon S3",
"contributor": "",
"description": "Add support for `SelectObjectContent`."
},
{
"type": "feature",
"category": "AWS Glue",
"contributor": "",
"description": "Add Delta Lake target support for Glue Crawler and 3rd Party Support for Lake Formation"
},
{
"type": "feature",
"category": "AWS CloudTrail",
"contributor": "",
"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."
},
{
"type": "feature",
"category": "AWS Lake Formation",
"contributor": "",
"description": "Add new APIs for 3rd Party Support for Lake Formation"
},
{
"type": "feature",
"category": "Amazon QuickSight",
"contributor": "",
"description": "Multiple Doc-only updates for Amazon QuickSight."
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "This release adds a new API called ModifyVpcEndpointServicePayerResponsibility which allows VPC endpoint service owners to take payer responsibility of their VPC Endpoint connections."
},
{
"type": "feature",
"category": "Amazon AppStream",
"contributor": "",
"description": "Includes APIs for App Entitlement management regarding entitlement and entitled application association."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated service endpoint metadata."
},
{
"type": "feature",
"category": "Amazon Elastic Kubernetes Service",
"contributor": "",
"description": "Amazon EKS now supports running applications using IPv6 address space"
},
{
"type": "feature",
"category": "Amazon SageMaker Service",
"contributor": "",
"description": "Amazon SageMaker now supports running training jobs on ml.g5 instance types."
},
{
"type": "feature",
"category": "AWS IoT",
"contributor": "",
"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."
}
]
}
56 changes: 56 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,59 @@
# __2.17.105__ __2022-01-05__
## __AWS CloudTrail__
- ### Features
- 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.

## __AWS Glue__
- ### Features
- Add Delta Lake target support for Glue Crawler and 3rd Party Support for Lake Formation

## __AWS IoT__
- ### Features
- 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.

## __AWS Lake Formation__
- ### Features
- Add new APIs for 3rd Party Support for Lake Formation

## __AWS SDK for Java v2__
- ### Features
- Updated service endpoint metadata.

- ### Bugfixes
- 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)

## __Amazon AppStream__
- ### Features
- Includes APIs for App Entitlement management regarding entitlement and entitled application association.

## __Amazon EC2 Container Service__
- ### Features
- Documentation update for ticket fixes.

## __Amazon Elastic Compute Cloud__
- ### Features
- This release adds a new API called ModifyVpcEndpointServicePayerResponsibility which allows VPC endpoint service owners to take payer responsibility of their VPC Endpoint connections.

## __Amazon Elastic Kubernetes Service__
- ### Features
- Amazon EKS now supports running applications using IPv6 address space

## __Amazon Import/Export Snowball__
- ### Features
- Updating validation rules for interfaces used in the Snowball API to tighten security of service.

## __Amazon QuickSight__
- ### Features
- Multiple Doc-only updates for Amazon QuickSight.

## __Amazon S3__
- ### Features
- Add support for `SelectObjectContent`.

## __Amazon SageMaker Service__
- ### Features
- Amazon SageMaker now supports running training jobs on ml.g5 instance types.

# __2.17.104__ __2022-01-04__
## __AWS S3 Control__
- ### Features
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.17.104</version>
<version>2.17.105</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ec2</artifactId>
<version>2.17.104</version>
<version>2.17.105</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.17.104</version>
<version>2.17.105</version>
</dependency>
```

Expand All @@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java</artifactId>
<version>2.17.104</version>
<version>2.17.105</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-app-quickstart/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.17.104</version>
<version>2.17.105</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-lambda/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.17.104</version>
<version>2.17.105</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetype-lambda</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-tools/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.17.104</version>
<version>2.17.105</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.17.104</version>
<version>2.17.105</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetypes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-sdk-java/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.17.104</version>
<version>2.17.105</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aws-sdk-java</artifactId>
Expand Down
21 changes: 15 additions & 6 deletions bom-internal/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.17.104</version>
<version>2.17.105</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -253,15 +253,24 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<!-- Log4j2 API -->
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j.version}</version>
<!-- Log4j2 Core -->
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- Bind SLF4J to Log4j2 -->
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.17.104</version>
<version>2.17.105</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bundle/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.17.104</version>
<version>2.17.105</version>
</parent>
<artifactId>bundle</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite-maven-plugin/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.17.104</version>
<version>2.17.105</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-lite-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.17.104</version>
<version>2.17.105</version>
</parent>
<artifactId>codegen-lite</artifactId>
<name>AWS Java SDK :: Code Generator Lite</name>
Expand Down
2 changes: 1 addition & 1 deletion codegen-maven-plugin/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.17.104</version>
<version>2.17.105</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codegen/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.17.104</version>
<version>2.17.105</version>
</parent>
<artifactId>codegen</artifactId>
<name>AWS Java SDK :: Code Generator</name>
Expand Down

0 comments on commit 26ecb94

Please sign in to comment.