Skip to content

Commit 3378ab2

Browse files
authored
Merge pull request #2259 from aws/staging/13f7dea7-3d93-4790-afb6-1f5142ae4045
Pull request: release <- staging/13f7dea7-3d93-4790-afb6-1f5142ae4045
2 parents e92560a + 0a990e0 commit 3378ab2

File tree

425 files changed

+10908
-2729
lines changed

Some content is hidden

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

425 files changed

+10908
-2729
lines changed

.changes/2.18.21.json

+108
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
{
2+
"version": "2.18.21",
3+
"date": "2022-11-18",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Audit Manager",
8+
"contributor": "",
9+
"description": "This release introduces a new feature for Audit Manager: Evidence finder. You can now use evidence finder to quickly query your evidence, and add the matching evidence results to an assessment report."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Glue",
14+
"contributor": "",
15+
"description": "AWSGlue Crawler - Adding support for Table and Column level Comments with database level datatypes for JDBC based crawler."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS IoT RoboRunner",
20+
"contributor": "",
21+
"description": "AWS IoT RoboRunner is a new service that makes it easy to build applications that help multi-vendor robots work together seamlessly. See the IoT RoboRunner developer guide for more details on getting started. https://docs.aws.amazon.com/iotroborunner/latest/dev/iotroborunner-welcome.html"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Service Catalog",
26+
"contributor": "",
27+
"description": "This release 1. adds support for Principal Name Sharing with Service Catalog portfolio sharing. 2. Introduces repo sourced products which are created and managed with existing SC APIs. These products are synced to external repos and auto create new product versions based on changes in the repo."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Step Functions",
32+
"contributor": "",
33+
"description": "This release adds support for using Step Functions service integrations to invoke any cross-account AWS resource, even if that service doesn't support resource-based policies or cross-account calls. See https://docs.aws.amazon.com/step-functions/latest/dg/concepts-access-cross-acct-resources.html"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS Systems Manager for SAP",
38+
"contributor": "",
39+
"description": "AWS Systems Manager for SAP provides simplified operations and management of SAP applications such as SAP HANA. With this release, SAP customers and partners can automate and simplify their SAP system administration tasks such as backup/restore of SAP HANA."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS Transfer Family",
44+
"contributor": "",
45+
"description": "Adds a NONE encryption algorithm type to AS2 connectors, providing support for skipping encryption of the AS2 message body when a HTTPS URL is also specified."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Appflow",
50+
"contributor": "",
51+
"description": "AppFlow provides a new API called UpdateConnectorRegistration to update a custom connector that customers have previously registered. With this API, customers no longer need to unregister and then register a connector to make an update."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Chime SDK Voice",
56+
"contributor": "",
57+
"description": "Amazon Chime Voice Connector, Voice Connector Group and PSTN Audio Service APIs are now available in the Amazon Chime SDK Voice namespace. See https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html for more details."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon CloudFront",
62+
"contributor": "",
63+
"description": "CloudFront API support for staging distributions and associated traffic management policies."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Connect Service",
68+
"contributor": "",
69+
"description": "Added AllowedAccessControlTags and TagRestrictedResource for Tag Based Access Control on Amazon Connect Webpage"
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon DynamoDB",
74+
"contributor": "",
75+
"description": "Updated minor fixes for DynamoDB documentation."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon DynamoDB Streams",
80+
"contributor": "",
81+
"description": "Updated minor fixes for DynamoDB documentation."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Amazon Elastic Compute Cloud",
86+
"contributor": "",
87+
"description": "This release adds support for copying an Amazon Machine Image's tags when copying an AMI."
88+
},
89+
{
90+
"type": "feature",
91+
"category": "Amazon QuickSight",
92+
"contributor": "",
93+
"description": "This release adds the following: 1) Asset management for centralized assets governance 2) QuickSight Q now supports public embedding 3) New Termination protection flag to mitigate accidental deletes 4) Athena data sources now accept a custom IAM role 5) QuickSight supports connectivity to Databricks"
94+
},
95+
{
96+
"type": "feature",
97+
"category": "Amazon SageMaker Service",
98+
"contributor": "",
99+
"description": "Added DisableProfiler flag as a new field in ProfilerConfig"
100+
},
101+
{
102+
"type": "feature",
103+
"category": "AWS SDK for Java v2",
104+
"contributor": "",
105+
"description": "Updated endpoint and partition metadata."
106+
}
107+
]
108+
}

CHANGELOG.md

+69
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,72 @@
1+
# __2.18.21__ __2022-11-18__
2+
## __AWS Audit Manager__
3+
- ### Features
4+
- This release introduces a new feature for Audit Manager: Evidence finder. You can now use evidence finder to quickly query your evidence, and add the matching evidence results to an assessment report.
5+
6+
## __AWS Glue__
7+
- ### Features
8+
- AWSGlue Crawler - Adding support for Table and Column level Comments with database level datatypes for JDBC based crawler.
9+
10+
## __AWS IoT RoboRunner__
11+
- ### Features
12+
- AWS IoT RoboRunner is a new service that makes it easy to build applications that help multi-vendor robots work together seamlessly. See the IoT RoboRunner developer guide for more details on getting started. https://docs.aws.amazon.com/iotroborunner/latest/dev/iotroborunner-welcome.html
13+
14+
## __AWS SDK for Java v2__
15+
- ### Features
16+
- Updated endpoint and partition metadata.
17+
18+
## __AWS Service Catalog__
19+
- ### Features
20+
- This release 1. adds support for Principal Name Sharing with Service Catalog portfolio sharing. 2. Introduces repo sourced products which are created and managed with existing SC APIs. These products are synced to external repos and auto create new product versions based on changes in the repo.
21+
22+
## __AWS Step Functions__
23+
- ### Features
24+
- This release adds support for using Step Functions service integrations to invoke any cross-account AWS resource, even if that service doesn't support resource-based policies or cross-account calls. See https://docs.aws.amazon.com/step-functions/latest/dg/concepts-access-cross-acct-resources.html
25+
26+
## __AWS Systems Manager for SAP__
27+
- ### Features
28+
- AWS Systems Manager for SAP provides simplified operations and management of SAP applications such as SAP HANA. With this release, SAP customers and partners can automate and simplify their SAP system administration tasks such as backup/restore of SAP HANA.
29+
30+
## __AWS Transfer Family__
31+
- ### Features
32+
- Adds a NONE encryption algorithm type to AS2 connectors, providing support for skipping encryption of the AS2 message body when a HTTPS URL is also specified.
33+
34+
## __Amazon Appflow__
35+
- ### Features
36+
- AppFlow provides a new API called UpdateConnectorRegistration to update a custom connector that customers have previously registered. With this API, customers no longer need to unregister and then register a connector to make an update.
37+
38+
## __Amazon Chime SDK Voice__
39+
- ### Features
40+
- Amazon Chime Voice Connector, Voice Connector Group and PSTN Audio Service APIs are now available in the Amazon Chime SDK Voice namespace. See https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html for more details.
41+
42+
## __Amazon CloudFront__
43+
- ### Features
44+
- CloudFront API support for staging distributions and associated traffic management policies.
45+
46+
## __Amazon Connect Service__
47+
- ### Features
48+
- Added AllowedAccessControlTags and TagRestrictedResource for Tag Based Access Control on Amazon Connect Webpage
49+
50+
## __Amazon DynamoDB__
51+
- ### Features
52+
- Updated minor fixes for DynamoDB documentation.
53+
54+
## __Amazon DynamoDB Streams__
55+
- ### Features
56+
- Updated minor fixes for DynamoDB documentation.
57+
58+
## __Amazon Elastic Compute Cloud__
59+
- ### Features
60+
- This release adds support for copying an Amazon Machine Image's tags when copying an AMI.
61+
62+
## __Amazon QuickSight__
63+
- ### Features
64+
- This release adds the following: 1) Asset management for centralized assets governance 2) QuickSight Q now supports public embedding 3) New Termination protection flag to mitigate accidental deletes 4) Athena data sources now accept a custom IAM role 5) QuickSight supports connectivity to Databricks
65+
66+
## __Amazon SageMaker Service__
67+
- ### Features
68+
- Added DisableProfiler flag as a new field in ProfilerConfig
69+
170
# __2.18.20__ __2022-11-17__
271
## __AWS Amplify__
372
- ### 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.18.20</version>
55+
<version>2.18.21</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.18.20</version>
89+
<version>2.18.21</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.18.20</version>
94+
<version>2.18.21</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.18.20</version>
106+
<version>2.18.21</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.18.20</version>
23+
<version>2.18.21</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.18.20</version>
23+
<version>2.18.21</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.18.20</version>
23+
<version>2.18.21</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.18.20</version>
23+
<version>2.18.21</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

+11-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.18.20</version>
20+
<version>2.18.21</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -1618,6 +1618,16 @@ Amazon AutoScaling, etc).</description>
16181618
<artifactId>ssmsap</artifactId>
16191619
<version>${awsjavasdk.version}</version>
16201620
</dependency>
1621+
<dependency>
1622+
<groupId>software.amazon.awssdk</groupId>
1623+
<artifactId>chimesdkvoice</artifactId>
1624+
<version>${awsjavasdk.version}</version>
1625+
</dependency>
1626+
<dependency>
1627+
<groupId>software.amazon.awssdk</groupId>
1628+
<artifactId>iotroborunner</artifactId>
1629+
<version>${awsjavasdk.version}</version>
1630+
</dependency>
16211631
</dependencies>
16221632
<build>
16231633
<finalName>${project.artifactId}-${project.version}</finalName>

bom-internal/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.18.20</version>
23+
<version>2.18.21</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

+11-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.18.20</version>
20+
<version>2.18.21</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -1758,6 +1758,16 @@
17581758
<artifactId>ssmsap</artifactId>
17591759
<version>${awsjavasdk.version}</version>
17601760
</dependency>
1761+
<dependency>
1762+
<groupId>software.amazon.awssdk</groupId>
1763+
<artifactId>chimesdkvoice</artifactId>
1764+
<version>${awsjavasdk.version}</version>
1765+
</dependency>
1766+
<dependency>
1767+
<groupId>software.amazon.awssdk</groupId>
1768+
<artifactId>iotroborunner</artifactId>
1769+
<version>${awsjavasdk.version}</version>
1770+
</dependency>
17611771
</dependencies>
17621772
</dependencyManagement>
17631773
</project>

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

core/annotations/pom.xml

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

core/arns/pom.xml

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

core/auth-crt/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>core</artifactId>
25-
<version>2.18.20</version>
25+
<version>2.18.21</version>
2626
</parent>
2727

2828
<artifactId>auth-crt</artifactId>

core/auth/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>core</artifactId>
25-
<version>2.18.20</version>
25+
<version>2.18.21</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

0 commit comments

Comments
 (0)