Skip to content

Commit

Permalink
Merge branch 'master' into awsgh-4010
Browse files Browse the repository at this point in the history
  • Loading branch information
acouvreur authored May 16, 2023
2 parents 53a4bbc + 68329a7 commit a17693b
Show file tree
Hide file tree
Showing 437 changed files with 2,517 additions and 2,748 deletions.
48 changes: 48 additions & 0 deletions .changes/2.20.66.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"version": "2.20.66",
"date": "2023-05-15",
"entries": [
{
"type": "feature",
"category": "AWS Transfer Family",
"contributor": "",
"description": "This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol."
},
{
"type": "feature",
"category": "Amazon Athena",
"contributor": "",
"description": "You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning."
},
{
"type": "feature",
"category": "Amazon CodeCatalyst",
"contributor": "",
"description": "With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst"
},
{
"type": "feature",
"category": "Amazon Rekognition",
"contributor": "",
"description": "This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image."
},
{
"type": "feature",
"category": "IAM Roles Anywhere",
"contributor": "",
"description": "Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600."
},
{
"type": "feature",
"category": "Managed Streaming for Kafka",
"contributor": "",
"description": "Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs"
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
48 changes: 48 additions & 0 deletions .changes/2.20.67.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"version": "2.20.67",
"date": "2023-05-16",
"entries": [
{
"type": "documentation",
"category": "AWS SDK for Java v2",
"contributor": "sugmanue",
"description": "Fix javadoc warnings in the sdk-core package."
},
{
"type": "feature",
"category": "AWS Direct Connect",
"contributor": "",
"description": "This release includes an update to the mtu value for CreateTransitVirtualInterface from 9001 mtu to 8500 mtu."
},
{
"type": "feature",
"category": "AWS Glue",
"contributor": "",
"description": "Add Support for Tags for Custom Entity Types"
},
{
"type": "feature",
"category": "AWS Secrets Manager",
"contributor": "",
"description": "Documentation updates for Secrets Manager"
},
{
"type": "feature",
"category": "AWS WAFV2",
"contributor": "",
"description": "My AWS Service (placeholder) - You can now rate limit web requests based on aggregation keys other than IP addresses, and you can aggregate using combinations of keys. You can also rate limit all requests that match a scope-down statement, without further aggregation."
},
{
"type": "feature",
"category": "Amazon Detective",
"contributor": "",
"description": "Added and updated API operations in Detective to support the integration of ASFF Security Hub findings."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,65 @@
# __2.20.67__ __2023-05-16__
## __AWS Direct Connect__
- ### Features
- This release includes an update to the mtu value for CreateTransitVirtualInterface from 9001 mtu to 8500 mtu.

## __AWS Glue__
- ### Features
- Add Support for Tags for Custom Entity Types

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

- ### Documentations
- Fix javadoc warnings in the sdk-core package.
- Contributed by: [@sugmanue](https://github.com/sugmanue)

## __AWS Secrets Manager__
- ### Features
- Documentation updates for Secrets Manager

## __AWS WAFV2__
- ### Features
- My AWS Service (placeholder) - You can now rate limit web requests based on aggregation keys other than IP addresses, and you can aggregate using combinations of keys. You can also rate limit all requests that match a scope-down statement, without further aggregation.

## __Amazon Detective__
- ### Features
- Added and updated API operations in Detective to support the integration of ASFF Security Hub findings.

## __Contributors__
Special thanks to the following contributors to this release:

[@sugmanue](https://github.com/sugmanue)
# __2.20.66__ __2023-05-15__
## __AWS SDK for Java v2__
- ### Features
- Updated endpoint and partition metadata.

## __AWS Transfer Family__
- ### Features
- This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol.

## __Amazon Athena__
- ### Features
- You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.

## __Amazon CodeCatalyst__
- ### Features
- With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst

## __Amazon Rekognition__
- ### Features
- This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.

## __IAM Roles Anywhere__
- ### Features
- Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600.

## __Managed Streaming for Kafka__
- ### Features
- Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs

# __2.20.65__ __2023-05-11__
## __AWS Health APIs and Notifications__
- ### Features
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
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.20.65</version>
<version>2.20.67</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.20.65</version>
<version>2.20.67</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.20.65</version>
<version>2.20.67</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.20.65</version>
<version>2.20.67</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-app-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetype-lambda</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetypes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aws-sdk-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bom-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion buildspecs/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ phases:

build:
commands:
- mvn clean install -T1C $MAVEN_OPTIONS
- mvn clean install -T0.4C $MAVEN_OPTIONS
- JAVA_VERSION=$(java -version 2>&1 | grep -i version | cut -d'"' -f2 | cut -d'.' -f1-1)
- echo $JAVA_VERSION
- echo $MAVEN_OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
</parent>
<artifactId>bundle</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-lite-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</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
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
</parent>
<artifactId>codegen</artifactId>
<name>AWS Java SDK :: Code Generator</name>
Expand Down
2 changes: 1 addition & 1 deletion core/annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/arns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/auth-crt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
</parent>

<artifactId>auth-crt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
</parent>

<artifactId>auth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/aws-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
</parent>

<artifactId>aws-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/crt-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
</parent>

<artifactId>crt-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/endpoints-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/imds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>imds</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/json-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.20.66-SNAPSHOT</version>
<version>2.20.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit a17693b

Please sign in to comment.