Skip to content

Commit 832dde2

Browse files
Merge pull request #4466 from aws/staging/e4083b8e-2557-4478-86d6-ef9f78a9a88c
Pull request: release <- staging/e4083b8e-2557-4478-86d6-ef9f78a9a88c
2 parents e477ca6 + aa55c60 commit 832dde2

File tree

522 files changed

+4035
-1029
lines changed

Some content is hidden

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

522 files changed

+4035
-1029
lines changed

.changes/2.38.1.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"version": "2.38.1",
3+
"date": "2025-11-06",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Increased the default chunk size from 16KB to 128KB for async trailer-based checksum data transfers when using a custom legacy signer"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Backup",
14+
"contributor": "",
15+
"description": "AWS Backup now supports customer-managed keys (CMK) for logically air-gapped vaults, enabling customers to maintain full control over their encryption key lifecycle. This feature helps organizations meet specific internal governance requirements or external regulatory compliance standards."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS IoT",
20+
"contributor": "",
21+
"description": "Unsuppress the following operations that were previously suppressed:\n\n - AttachPrincipalPolicy\n - DetachPrincipalPolicy\n - ListPolicyPrincipals\n - ListPrincipalPolicies\n\nThese operations were previously supporessed because they were deprecated. However, this may be a blocker for customers moving from V1 to V2, so make these available for those customers."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SSO Identity Store",
26+
"contributor": "",
27+
"description": "IdentityStore API: added new KMSExceptionReason fields to the Exception object; added multiple new fields to the User APIs - UserStatus, Birthdate, Website and Photos; added multiple new metadata fields for User, Groups and Membership APIs - CreatedAt, CreatedBy, UpdatedAt and UpdatedBy."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Access Analyzer",
32+
"contributor": "",
33+
"description": "New field totalActiveErrors added to getFindingsStatistics response."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Connect Service",
38+
"contributor": "",
39+
"description": "Added support for Conditional Questions in Evaluation Forms. Introduced Auto Evaluation capability for Evaluation Forms and Contact Evaluations. Added new API operations: SearchEvaluationForms and SearchContactEvaluations."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Elastic Compute Cloud",
44+
"contributor": "",
45+
"description": "Add Amazon EC2 R8a instance types"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon GameLift",
50+
"contributor": "",
51+
"description": "Amazon GameLift Servers now supports game builds that use the Windows 2022 operating system."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon QuickSight",
56+
"contributor": "",
57+
"description": "Support for New Data Prep Experience"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon S3 Tables",
62+
"contributor": "",
63+
"description": "Adds support for tagging APIs for S3 Tables"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon S3 Vectors",
68+
"contributor": "",
69+
"description": "Amazon S3 Vectors provides cost-effective, elastic, and durable vector storage for queries based on semantic meaning and similarity."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon SageMaker Service",
74+
"contributor": "",
75+
"description": "Added NodeProvisioningMode parameter to UpdateCluster API to determine how instance provisioning is handled during cluster operations; in Continuous mode. Added VpcId field in UpdateDomain request for SageMaker Unified Studio domains with no VPC to add a customer VPC."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon Simple Systems Manager (SSM)",
80+
"contributor": "",
81+
"description": "Provides NoLongerSupportedException error message"
82+
},
83+
{
84+
"type": "feature",
85+
"category": "AWS SDK for Java v2",
86+
"contributor": "",
87+
"description": "Updated endpoint and partition metadata."
88+
}
89+
]
90+
}

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,67 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.38.1__ __2025-11-06__
3+
## __AWS Backup__
4+
- ### Features
5+
- AWS Backup now supports customer-managed keys (CMK) for logically air-gapped vaults, enabling customers to maintain full control over their encryption key lifecycle. This feature helps organizations meet specific internal governance requirements or external regulatory compliance standards.
6+
7+
## __AWS IoT__
8+
- ### Features
9+
- Unsuppress the following operations that were previously suppressed:
10+
11+
- AttachPrincipalPolicy
12+
- DetachPrincipalPolicy
13+
- ListPolicyPrincipals
14+
- ListPrincipalPolicies
15+
16+
These operations were previously supporessed because they were deprecated. However, this may be a blocker for customers moving from V1 to V2, so make these available for those customers.
17+
18+
## __AWS SDK for Java v2__
19+
- ### Features
20+
- Updated endpoint and partition metadata.
21+
22+
- ### Bugfixes
23+
- Increased the default chunk size from 16KB to 128KB for async trailer-based checksum data transfers when using a custom legacy signer
24+
25+
## __AWS SSO Identity Store__
26+
- ### Features
27+
- IdentityStore API: added new KMSExceptionReason fields to the Exception object; added multiple new fields to the User APIs - UserStatus, Birthdate, Website and Photos; added multiple new metadata fields for User, Groups and Membership APIs - CreatedAt, CreatedBy, UpdatedAt and UpdatedBy.
28+
29+
## __Access Analyzer__
30+
- ### Features
31+
- New field totalActiveErrors added to getFindingsStatistics response.
32+
33+
## __Amazon Connect Service__
34+
- ### Features
35+
- Added support for Conditional Questions in Evaluation Forms. Introduced Auto Evaluation capability for Evaluation Forms and Contact Evaluations. Added new API operations: SearchEvaluationForms and SearchContactEvaluations.
36+
37+
## __Amazon Elastic Compute Cloud__
38+
- ### Features
39+
- Add Amazon EC2 R8a instance types
40+
41+
## __Amazon GameLift__
42+
- ### Features
43+
- Amazon GameLift Servers now supports game builds that use the Windows 2022 operating system.
44+
45+
## __Amazon QuickSight__
46+
- ### Features
47+
- Support for New Data Prep Experience
48+
49+
## __Amazon S3 Tables__
50+
- ### Features
51+
- Adds support for tagging APIs for S3 Tables
52+
53+
## __Amazon S3 Vectors__
54+
- ### Features
55+
- Amazon S3 Vectors provides cost-effective, elastic, and durable vector storage for queries based on semantic meaning and similarity.
56+
57+
## __Amazon SageMaker Service__
58+
- ### Features
59+
- Added NodeProvisioningMode parameter to UpdateCluster API to determine how instance provisioning is handled during cluster operations; in Continuous mode. Added VpcId field in UpdateDomain request for SageMaker Unified Studio domains with no VPC to add a customer VPC.
60+
61+
## __Amazon Simple Systems Manager (SSM)__
62+
- ### Features
63+
- Provides NoLongerSupportedException error message
64+
265
# __2.38.0__ __2025-11-05__
366
## __AWS Ground Station__
467
- ### 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.38.0</version>
54+
<version>2.38.1</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.38.0</version>
88+
<version>2.38.1</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.38.0</version>
93+
<version>2.38.1</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.38.0</version>
105+
<version>2.38.1</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.38.0</version>
23+
<version>2.38.1</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.38.0</version>
23+
<version>2.38.1</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.38.0</version>
23+
<version>2.38.1</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.38.0</version>
23+
<version>2.38.1</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.38.0</version>
20+
<version>2.38.1</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.38.0</version>
23+
<version>2.38.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/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.38.0</version>
20+
<version>2.38.1</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

0 commit comments

Comments
 (0)