Skip to content

Commit f081e5b

Browse files
Merge pull request #2269 from aws/staging/da50aaaf-9696-404e-aa0b-3c4a91cc6d0c
Pull request: release <- staging/da50aaaf-9696-404e-aa0b-3c4a91cc6d0c
2 parents 85b5ffe + b5536d6 commit f081e5b

File tree

431 files changed

+26522
-10364
lines changed

Some content is hidden

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

431 files changed

+26522
-10364
lines changed

.changes/2.18.26.json

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"version": "2.18.26",
3+
"date": "2022-11-28",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS ARC - Zonal Shift",
8+
"contributor": "",
9+
"description": "Amazon Route 53 Application Recovery Controller Zonal Shift is a new service that makes it easy to shift traffic away from an Availability Zone in a Region. See the developer guide for more information: https://docs.aws.amazon.com/r53recovery/latest/dg/what-is-route53-recovery.html"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Compute Optimizer",
14+
"contributor": "",
15+
"description": "Adds support for a new recommendation preference that makes it possible for customers to optimize their EC2 recommendations by utilizing an external metrics ingestion service to provide metrics."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Config",
20+
"contributor": "",
21+
"description": "With this release, you can use AWS Config to evaluate your resources for compliance with Config rules before they are created or updated. Using Config rules in proactive mode enables you to test and build compliant resource templates or check resource configurations at the time they are provisioned."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Glue",
26+
"contributor": "",
27+
"description": "This release allows the creation of Custom Visual Transforms (Dynamic Transforms) to be created via AWS Glue CLI/SDK."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Lambda",
32+
"contributor": "",
33+
"description": "Adds support for Lambda SnapStart, which helps improve the startup performance of functions. Customers can now manage SnapStart based functions via CreateFunction and UpdateFunctionConfiguration APIs"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS License Manager User Subscriptions",
38+
"contributor": "",
39+
"description": "AWS now offers fully-compliant, Amazon-provided licenses for Microsoft Office Professional Plus 2021 Amazon Machine Images (AMIs) on Amazon EC2. These AMIs are now available on the Amazon EC2 console and on AWS Marketplace to launch instances on-demand without any long-term licensing commitments."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS S3 Control",
44+
"contributor": "",
45+
"description": "Added two new APIs to support Amazon S3 Multi-Region Access Point failover controls: GetMultiRegionAccessPointRoutes and SubmitMultiRegionAccessPointRoutes. The failover control APIs are supported in the following Regions: us-east-1, us-west-2, eu-west-1, ap-southeast-2, and ap-northeast-1."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SecurityHub",
50+
"contributor": "",
51+
"description": "Adding StandardsManagedBy field to DescribeStandards API response"
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Elastic Compute Cloud",
56+
"contributor": "",
57+
"description": "Introduces ENA Express, which uses AWS SRD and dynamic routing to increase throughput and minimize latency, adds support for trust relationships between Reachability Analyzer and AWS Organizations to enable cross-account analysis, and adds support for Infrastructure Performance metric subscriptions."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Elastic Kubernetes Service",
62+
"contributor": "",
63+
"description": "Adds support for additional EKS add-ons metadata and filtering fields"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon FSx",
68+
"contributor": "",
69+
"description": "This release adds support for 4GB/s / 160K PIOPS FSx for ONTAP file systems and 10GB/s / 350K PIOPS FSx for OpenZFS file systems (Single_AZ_2). For FSx for ONTAP, this also adds support for DP volumes, snapshot policy, copy tags to backups, and Multi-AZ route table updates."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon Macie 2",
74+
"contributor": "",
75+
"description": "Added support for configuring Macie to continually sample objects from S3 buckets and inspect them for sensitive data. Results appear in statistics, findings, and other data that Macie provides."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon QuickSight",
80+
"contributor": "",
81+
"description": "This release adds new Describe APIs and updates Create and Update APIs to support the data model for Dashboards, Analyses, and Templates."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Inspector2",
86+
"contributor": "",
87+
"description": "This release adds support for Inspector to scan AWS Lambda."
88+
},
89+
{
90+
"type": "feature",
91+
"category": "AWS SDK for Java v2",
92+
"contributor": "",
93+
"description": "Updated endpoint and partition metadata."
94+
}
95+
]
96+
}

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
1+
# __2.18.26__ __2022-11-28__
2+
## __AWS ARC - Zonal Shift__
3+
- ### Features
4+
- Amazon Route 53 Application Recovery Controller Zonal Shift is a new service that makes it easy to shift traffic away from an Availability Zone in a Region. See the developer guide for more information: https://docs.aws.amazon.com/r53recovery/latest/dg/what-is-route53-recovery.html
5+
6+
## __AWS Compute Optimizer__
7+
- ### Features
8+
- Adds support for a new recommendation preference that makes it possible for customers to optimize their EC2 recommendations by utilizing an external metrics ingestion service to provide metrics.
9+
10+
## __AWS Config__
11+
- ### Features
12+
- With this release, you can use AWS Config to evaluate your resources for compliance with Config rules before they are created or updated. Using Config rules in proactive mode enables you to test and build compliant resource templates or check resource configurations at the time they are provisioned.
13+
14+
## __AWS Glue__
15+
- ### Features
16+
- This release allows the creation of Custom Visual Transforms (Dynamic Transforms) to be created via AWS Glue CLI/SDK.
17+
18+
## __AWS Lambda__
19+
- ### Features
20+
- Adds support for Lambda SnapStart, which helps improve the startup performance of functions. Customers can now manage SnapStart based functions via CreateFunction and UpdateFunctionConfiguration APIs
21+
22+
## __AWS License Manager User Subscriptions__
23+
- ### Features
24+
- AWS now offers fully-compliant, Amazon-provided licenses for Microsoft Office Professional Plus 2021 Amazon Machine Images (AMIs) on Amazon EC2. These AMIs are now available on the Amazon EC2 console and on AWS Marketplace to launch instances on-demand without any long-term licensing commitments.
25+
26+
## __AWS S3 Control__
27+
- ### Features
28+
- Added two new APIs to support Amazon S3 Multi-Region Access Point failover controls: GetMultiRegionAccessPointRoutes and SubmitMultiRegionAccessPointRoutes. The failover control APIs are supported in the following Regions: us-east-1, us-west-2, eu-west-1, ap-southeast-2, and ap-northeast-1.
29+
30+
## __AWS SDK for Java v2__
31+
- ### Features
32+
- Updated endpoint and partition metadata.
33+
34+
## __AWS SecurityHub__
35+
- ### Features
36+
- Adding StandardsManagedBy field to DescribeStandards API response
37+
38+
## __Amazon Elastic Compute Cloud__
39+
- ### Features
40+
- Introduces ENA Express, which uses AWS SRD and dynamic routing to increase throughput and minimize latency, adds support for trust relationships between Reachability Analyzer and AWS Organizations to enable cross-account analysis, and adds support for Infrastructure Performance metric subscriptions.
41+
42+
## __Amazon Elastic Kubernetes Service__
43+
- ### Features
44+
- Adds support for additional EKS add-ons metadata and filtering fields
45+
46+
## __Amazon FSx__
47+
- ### Features
48+
- This release adds support for 4GB/s / 160K PIOPS FSx for ONTAP file systems and 10GB/s / 350K PIOPS FSx for OpenZFS file systems (Single_AZ_2). For FSx for ONTAP, this also adds support for DP volumes, snapshot policy, copy tags to backups, and Multi-AZ route table updates.
49+
50+
## __Amazon Macie 2__
51+
- ### Features
52+
- Added support for configuring Macie to continually sample objects from S3 buckets and inspect them for sensitive data. Results appear in statistics, findings, and other data that Macie provides.
53+
54+
## __Amazon QuickSight__
55+
- ### Features
56+
- This release adds new Describe APIs and updates Create and Update APIs to support the data model for Dashboards, Analyses, and Templates.
57+
58+
## __Inspector2__
59+
- ### Features
60+
- This release adds support for Inspector to scan AWS Lambda.
61+
162
# __2.18.25__ __2022-11-27__
263
## __AWS Backup__
364
- ### 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.18.25</version>
55+
<version>2.18.26</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.25</version>
89+
<version>2.18.26</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.18.25</version>
94+
<version>2.18.26</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.25</version>
106+
<version>2.18.26</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.18.25</version>
23+
<version>2.18.26</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.18.25</version>
23+
<version>2.18.26</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.18.25</version>
23+
<version>2.18.26</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.18.25</version>
23+
<version>2.18.26</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 6 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.18.25</version>
20+
<version>2.18.26</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -1633,6 +1633,11 @@ Amazon AutoScaling, etc).</description>
16331633
<artifactId>oam</artifactId>
16341634
<version>${awsjavasdk.version}</version>
16351635
</dependency>
1636+
<dependency>
1637+
<groupId>software.amazon.awssdk</groupId>
1638+
<artifactId>arczonalshift</artifactId>
1639+
<version>${awsjavasdk.version}</version>
1640+
</dependency>
16361641
</dependencies>
16371642
<build>
16381643
<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.18.25</version>
23+
<version>2.18.26</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 6 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.18.25</version>
20+
<version>2.18.26</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -1773,6 +1773,11 @@
17731773
<artifactId>oam</artifactId>
17741774
<version>${awsjavasdk.version}</version>
17751775
</dependency>
1776+
<dependency>
1777+
<groupId>software.amazon.awssdk</groupId>
1778+
<artifactId>arczonalshift</artifactId>
1779+
<version>${awsjavasdk.version}</version>
1780+
</dependency>
17761781
</dependencies>
17771782
</dependencyManagement>
17781783
</project>

0 commit comments

Comments
 (0)