Skip to content

Commit 3c4433c

Browse files
committed
Merge branch 'master' into feature/master/apache5x
2 parents fbfb70f + 6fbaf6b commit 3c4433c

File tree

510 files changed

+1881
-973
lines changed

Some content is hidden

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

510 files changed

+1881
-973
lines changed

.changes/2.31.53.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"version": "2.31.53",
3+
"date": "2025-05-29",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Amplify",
8+
"contributor": "",
9+
"description": "Add support for customizable build instance sizes. CreateApp and UpdateApp operations now accept a new JobConfig parameter composed of BuildComputeType."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Billing and Cost Management Pricing Calculator",
14+
"contributor": "",
15+
"description": "Add AFTER_DISCOUNTS_AND_COMMITMENTS to Workload Estimate Rate Type. Set ListWorkLoadEstimateUsage maxResults range to minimum of 0 and maximum of 300."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS CloudTrail",
20+
"contributor": "",
21+
"description": "CloudTrail Feature Release: Support for Enriched Events with Configurable Context for Event Data Store"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Data Exchange",
26+
"contributor": "",
27+
"description": "This release adds Tag support for Event Action resource, through which customers can create event actions with Tags and retrieve event actions with Tags."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS DataSync",
32+
"contributor": "",
33+
"description": "AgentArns field is made optional for Object Storage and Azure Blob location create requests. Location credentials are now managed via Secrets Manager, and may be encrypted with service managed or customer managed keys. Authentication is now optional for Azure Blob locations."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Connect Service",
38+
"contributor": "",
39+
"description": "Amazon Connect Service Feature: Email Recipient Limit Increase"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon FSx",
44+
"contributor": "",
45+
"description": "FSx API changes to support the public launch of new Intelligent Tiering storage class on Amazon FSx for Lustre"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Interactive Video Service RealTime",
50+
"contributor": "",
51+
"description": "IVS Real-Time now offers customers the participant replication that allow customers to copy a participant from one stage to another."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AmazonMWAA",
56+
"contributor": "",
57+
"description": "Amazon MWAA now lets you choose a worker replacement strategy when updating an environment. This release adds two worker replacement strategies: FORCED (default), which stops workers immediately, and GRACEFUL, which allows workers to finish current tasks before shutting down."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon SageMaker Service",
62+
"contributor": "",
63+
"description": "Add maintenance status field to DescribeMlflowTrackingServer API response"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Simple Storage Service",
68+
"contributor": "",
69+
"description": "Adding checksum support for S3 PutBucketOwnershipControls API."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Auto Scaling",
74+
"contributor": "",
75+
"description": "Add support for \"apple\" CpuManufacturer in ABIS"
76+
}
77+
]
78+
}

.changes/2.31.54.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "2.31.54",
3+
"date": "2025-05-30",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon SageMaker Service",
8+
"contributor": "",
9+
"description": "Release new parameter CapacityReservationConfig in ProductionVariant"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "EMR Serverless",
14+
"contributor": "",
15+
"description": "This release adds the capability for users to specify an optional Execution IAM policy in the StartJobRun action. The resulting permissions assumed by the job run is the intersection of the permissions in the Execution Role and the specified Execution IAM Policy."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "Updated endpoint and partition metadata."
22+
}
23+
]
24+
}

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,66 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.31.54__ __2025-05-30__
3+
## __AWS SDK for Java v2__
4+
- ### Features
5+
- Updated endpoint and partition metadata.
6+
7+
## __Amazon SageMaker Service__
8+
- ### Features
9+
- Release new parameter CapacityReservationConfig in ProductionVariant
10+
11+
## __EMR Serverless__
12+
- ### Features
13+
- This release adds the capability for users to specify an optional Execution IAM policy in the StartJobRun action. The resulting permissions assumed by the job run is the intersection of the permissions in the Execution Role and the specified Execution IAM Policy.
14+
15+
# __2.31.53__ __2025-05-29__
16+
## __AWS Amplify__
17+
- ### Features
18+
- Add support for customizable build instance sizes. CreateApp and UpdateApp operations now accept a new JobConfig parameter composed of BuildComputeType.
19+
20+
## __AWS Billing and Cost Management Pricing Calculator__
21+
- ### Features
22+
- Add AFTER_DISCOUNTS_AND_COMMITMENTS to Workload Estimate Rate Type. Set ListWorkLoadEstimateUsage maxResults range to minimum of 0 and maximum of 300.
23+
24+
## __AWS CloudTrail__
25+
- ### Features
26+
- CloudTrail Feature Release: Support for Enriched Events with Configurable Context for Event Data Store
27+
28+
## __AWS Data Exchange__
29+
- ### Features
30+
- This release adds Tag support for Event Action resource, through which customers can create event actions with Tags and retrieve event actions with Tags.
31+
32+
## __AWS DataSync__
33+
- ### Features
34+
- AgentArns field is made optional for Object Storage and Azure Blob location create requests. Location credentials are now managed via Secrets Manager, and may be encrypted with service managed or customer managed keys. Authentication is now optional for Azure Blob locations.
35+
36+
## __Amazon Connect Service__
37+
- ### Features
38+
- Amazon Connect Service Feature: Email Recipient Limit Increase
39+
40+
## __Amazon FSx__
41+
- ### Features
42+
- FSx API changes to support the public launch of new Intelligent Tiering storage class on Amazon FSx for Lustre
43+
44+
## __Amazon Interactive Video Service RealTime__
45+
- ### Features
46+
- IVS Real-Time now offers customers the participant replication that allow customers to copy a participant from one stage to another.
47+
48+
## __Amazon SageMaker Service__
49+
- ### Features
50+
- Add maintenance status field to DescribeMlflowTrackingServer API response
51+
52+
## __Amazon Simple Storage Service__
53+
- ### Features
54+
- Adding checksum support for S3 PutBucketOwnershipControls API.
55+
56+
## __AmazonMWAA__
57+
- ### Features
58+
- Amazon MWAA now lets you choose a worker replacement strategy when updating an environment. This release adds two worker replacement strategies: FORCED (default), which stops workers immediately, and GRACEFUL, which allows workers to finish current tasks before shutting down.
59+
60+
## __Auto Scaling__
61+
- ### Features
62+
- Add support for "apple" CpuManufacturer in ABIS
63+
264
# __2.31.52__ __2025-05-28__
365
## __AWS Network Firewall__
466
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To automatically manage module versions (currently all modules have the same ver
5151
<dependency>
5252
<groupId>software.amazon.awssdk</groupId>
5353
<artifactId>bom</artifactId>
54-
<version>2.31.52</version>
54+
<version>2.31.54</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</dependency>
@@ -85,12 +85,12 @@ Alternatively you can add dependencies for the specific services you use only:
8585
<dependency>
8686
<groupId>software.amazon.awssdk</groupId>
8787
<artifactId>ec2</artifactId>
88-
<version>2.31.52</version>
88+
<version>2.31.54</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.31.52</version>
93+
<version>2.31.54</version>
9494
</dependency>
9595
```
9696

@@ -102,7 +102,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
102102
<dependency>
103103
<groupId>software.amazon.awssdk</groupId>
104104
<artifactId>aws-sdk-java</artifactId>
105-
<version>2.31.52</version>
105+
<version>2.31.54</version>
106106
</dependency>
107107
```
108108

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

aws-sdk-java/pom.xml

Lines changed: 1 addition & 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.31.53-SNAPSHOT</version>
20+
<version>2.31.55-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

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.31.53-SNAPSHOT</version>
23+
<version>2.31.55-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)