Skip to content

Commit

Permalink
Merge pull request #2621 from aws/staging/b2ea267b-8e5f-4b57-b76c-bf3…
Browse files Browse the repository at this point in the history
…856c9d515

Pull request: release <- staging/b2ea267b-8e5f-4b57-b76c-bf3856c9d515
  • Loading branch information
aws-sdk-java-automation committed Jul 19, 2023
2 parents 37bc5e1 + db1b97f commit c9c718a
Show file tree
Hide file tree
Showing 435 changed files with 4,280 additions and 843 deletions.
54 changes: 54 additions & 0 deletions .changes/2.20.106.json
@@ -0,0 +1,54 @@
{
"version": "2.20.106",
"date": "2023-07-19",
"entries": [
{
"type": "feature",
"category": "AWS CloudFormation",
"contributor": "",
"description": "SDK and documentation updates for GetTemplateSummary API (unrecognized resources)"
},
{
"type": "feature",
"category": "AWS Health Imaging",
"contributor": "",
"description": "General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale."
},
{
"type": "feature",
"category": "AWS Resource Access Manager",
"contributor": "",
"description": "This release adds support for securely sharing with AWS service principals."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Allowing configuring the prefetchTime and staleTime on WebIdentityTokenFileCredentialsProvider"
},
{
"type": "feature",
"category": "AWS Systems Manager for SAP",
"contributor": "",
"description": "Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP."
},
{
"type": "feature",
"category": "AWS WAFV2",
"contributor": "",
"description": "Added the URI path to the custom aggregation keys that you can specify for a rate-based rule."
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "Amazon EC2 documentation updates."
},
{
"type": "feature",
"category": "Amazon Managed Grafana",
"contributor": "",
"description": "Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to."
}
]
}
35 changes: 34 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,36 @@
# __2.20.106__ __2023-07-19__
## __AWS CloudFormation__
- ### Features
- SDK and documentation updates for GetTemplateSummary API (unrecognized resources)

## __AWS Health Imaging__
- ### Features
- General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale.

## __AWS Resource Access Manager__
- ### Features
- This release adds support for securely sharing with AWS service principals.

## __AWS SDK for Java v2__
- ### Features
- Allowing configuring the prefetchTime and staleTime on WebIdentityTokenFileCredentialsProvider

## __AWS Systems Manager for SAP__
- ### Features
- Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP.

## __AWS WAFV2__
- ### Features
- Added the URI path to the custom aggregation keys that you can specify for a rate-based rule.

## __Amazon Elastic Compute Cloud__
- ### Features
- Amazon EC2 documentation updates.

## __Amazon Managed Grafana__
- ### Features
- Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to.

# __2.20.105__ __2023-07-18__
## __AWS SDK for Java v2__
- ### Features
Expand Down Expand Up @@ -589,7 +622,7 @@ Special thanks to the following contributors to this release:
## __Contributors__
Special thanks to the following contributors to this release:

[@bmaizels](https://github.com/bmaizels), [@breader124](https://github.com/breader124)
[@breader124](https://github.com/breader124), [@bmaizels](https://github.com/bmaizels)
# __2.20.85__ __2023-06-13__
## __AWS CloudTrail__
- ### 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.20.105</version>
<version>2.20.106</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.105</version>
<version>2.20.106</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.20.105</version>
<version>2.20.106</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.105</version>
<version>2.20.106</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.20.105</version>
<version>2.20.106</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.20.105</version>
<version>2.20.106</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.20.105</version>
<version>2.20.106</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.20.105</version>
<version>2.20.106</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetypes</artifactId>
Expand Down
12 changes: 11 additions & 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.20.105</version>
<version>2.20.106</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aws-sdk-java</artifactId>
Expand Down Expand Up @@ -418,6 +418,11 @@ Amazon AutoScaling, etc).</description>
<artifactId>iam</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>iam-policy-builder</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>inspector</artifactId>
Expand Down Expand Up @@ -1768,6 +1773,11 @@ Amazon AutoScaling, etc).</description>
<artifactId>appfabric</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>medicalimaging</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
Expand Down
2 changes: 1 addition & 1 deletion bom-internal/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.20.105</version>
<version>2.20.106</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
12 changes: 11 additions & 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.20.105</version>
<version>2.20.106</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down Expand Up @@ -167,6 +167,11 @@
<artifactId>aws-crt-client</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>iam-policy-builder</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<!-- Services -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down Expand Up @@ -1918,6 +1923,11 @@
<artifactId>appfabric</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>medicalimaging</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
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.20.105</version>
<version>2.20.106</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.20.105</version>
<version>2.20.106</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.20.105</version>
<version>2.20.106</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.20.105</version>
<version>2.20.106</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.20.105</version>
<version>2.20.106</version>
</parent>
<artifactId>codegen</artifactId>
<name>AWS Java SDK :: Code Generator</name>
Expand Down
2 changes: 1 addition & 1 deletion core/annotations/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.20.105</version>
<version>2.20.106</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/arns/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.20.105</version>
<version>2.20.106</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/auth-crt/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.20.105</version>
<version>2.20.106</version>
</parent>

<artifactId>auth-crt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/auth/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.20.105</version>
<version>2.20.106</version>
</parent>

<artifactId>auth</artifactId>
Expand Down

0 comments on commit c9c718a

Please sign in to comment.