Skip to content

Commit c9c718a

Browse files
Merge pull request #2621 from aws/staging/b2ea267b-8e5f-4b57-b76c-bf3856c9d515
Pull request: release <- staging/b2ea267b-8e5f-4b57-b76c-bf3856c9d515
2 parents 37bc5e1 + db1b97f commit c9c718a

File tree

435 files changed

+4280
-843
lines changed

Some content is hidden

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

435 files changed

+4280
-843
lines changed

.changes/2.20.106.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.20.106",
3+
"date": "2023-07-19",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS CloudFormation",
8+
"contributor": "",
9+
"description": "SDK and documentation updates for GetTemplateSummary API (unrecognized resources)"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Health Imaging",
14+
"contributor": "",
15+
"description": "General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Resource Access Manager",
20+
"contributor": "",
21+
"description": "This release adds support for securely sharing with AWS service principals."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "",
27+
"description": "Allowing configuring the prefetchTime and staleTime on WebIdentityTokenFileCredentialsProvider"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Systems Manager for SAP",
32+
"contributor": "",
33+
"description": "Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS WAFV2",
38+
"contributor": "",
39+
"description": "Added the URI path to the custom aggregation keys that you can specify for a rate-based rule."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Elastic Compute Cloud",
44+
"contributor": "",
45+
"description": "Amazon EC2 documentation updates."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Managed Grafana",
50+
"contributor": "",
51+
"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."
52+
}
53+
]
54+
}

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# __2.20.106__ __2023-07-19__
2+
## __AWS CloudFormation__
3+
- ### Features
4+
- SDK and documentation updates for GetTemplateSummary API (unrecognized resources)
5+
6+
## __AWS Health Imaging__
7+
- ### Features
8+
- General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale.
9+
10+
## __AWS Resource Access Manager__
11+
- ### Features
12+
- This release adds support for securely sharing with AWS service principals.
13+
14+
## __AWS SDK for Java v2__
15+
- ### Features
16+
- Allowing configuring the prefetchTime and staleTime on WebIdentityTokenFileCredentialsProvider
17+
18+
## __AWS Systems Manager for SAP__
19+
- ### Features
20+
- Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP.
21+
22+
## __AWS WAFV2__
23+
- ### Features
24+
- Added the URI path to the custom aggregation keys that you can specify for a rate-based rule.
25+
26+
## __Amazon Elastic Compute Cloud__
27+
- ### Features
28+
- Amazon EC2 documentation updates.
29+
30+
## __Amazon Managed Grafana__
31+
- ### Features
32+
- 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.
33+
134
# __2.20.105__ __2023-07-18__
235
## __AWS SDK for Java v2__
336
- ### Features
@@ -589,7 +622,7 @@ Special thanks to the following contributors to this release:
589622
## __Contributors__
590623
Special thanks to the following contributors to this release:
591624

592-
[@bmaizels](https://github.com/bmaizels), [@breader124](https://github.com/breader124)
625+
[@breader124](https://github.com/breader124), [@bmaizels](https://github.com/bmaizels)
593626
# __2.20.85__ __2023-06-13__
594627
## __AWS CloudTrail__
595628
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
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.20.105</version>
55+
<version>2.20.106</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.20.105</version>
89+
<version>2.20.106</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.20.105</version>
94+
<version>2.20.106</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.20.105</version>
106+
<version>2.20.106</version>
107107
</dependency>
108108
```
109109

archetypes/archetype-app-quickstart/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.20.105</version>
23+
<version>2.20.106</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

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

archetypes/archetype-tools/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.20.105</version>
23+
<version>2.20.106</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

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

aws-sdk-java/pom.xml

Lines changed: 11 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.20.105</version>
20+
<version>2.20.106</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -418,6 +418,11 @@ Amazon AutoScaling, etc).</description>
418418
<artifactId>iam</artifactId>
419419
<version>${awsjavasdk.version}</version>
420420
</dependency>
421+
<dependency>
422+
<groupId>software.amazon.awssdk</groupId>
423+
<artifactId>iam-policy-builder</artifactId>
424+
<version>${awsjavasdk.version}</version>
425+
</dependency>
421426
<dependency>
422427
<groupId>software.amazon.awssdk</groupId>
423428
<artifactId>inspector</artifactId>
@@ -1768,6 +1773,11 @@ Amazon AutoScaling, etc).</description>
17681773
<artifactId>appfabric</artifactId>
17691774
<version>${awsjavasdk.version}</version>
17701775
</dependency>
1776+
<dependency>
1777+
<groupId>software.amazon.awssdk</groupId>
1778+
<artifactId>medicalimaging</artifactId>
1779+
<version>${awsjavasdk.version}</version>
1780+
</dependency>
17711781
</dependencies>
17721782
<build>
17731783
<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.20.105</version>
23+
<version>2.20.106</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 11 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.20.105</version>
20+
<version>2.20.106</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -167,6 +167,11 @@
167167
<artifactId>aws-crt-client</artifactId>
168168
<version>${awsjavasdk.version}</version>
169169
</dependency>
170+
<dependency>
171+
<groupId>software.amazon.awssdk</groupId>
172+
<artifactId>iam-policy-builder</artifactId>
173+
<version>${awsjavasdk.version}</version>
174+
</dependency>
170175
<!-- Services -->
171176
<dependency>
172177
<groupId>software.amazon.awssdk</groupId>
@@ -1918,6 +1923,11 @@
19181923
<artifactId>appfabric</artifactId>
19191924
<version>${awsjavasdk.version}</version>
19201925
</dependency>
1926+
<dependency>
1927+
<groupId>software.amazon.awssdk</groupId>
1928+
<artifactId>medicalimaging</artifactId>
1929+
<version>${awsjavasdk.version}</version>
1930+
</dependency>
19211931
</dependencies>
19221932
</dependencyManagement>
19231933
</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.20.105</version>
24+
<version>2.20.106</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.20.105</version>
25+
<version>2.20.106</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.20.105</version>
24+
<version>2.20.106</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.20.105</version>
25+
<version>2.20.106</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.20.105</version>
24+
<version>2.20.106</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.20.105</version>
23+
<version>2.20.106</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.20.105</version>
23+
<version>2.20.106</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/auth-crt/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.20.105</version>
25+
<version>2.20.106</version>
2626
</parent>
2727

2828
<artifactId>auth-crt</artifactId>

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.20.105</version>
25+
<version>2.20.106</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

0 commit comments

Comments
 (0)