Skip to content

Commit a790c8b

Browse files
committed
Merge branch 'master' into bole/partcount-range-validation
2 parents c70e5cf + 387aa1b commit a790c8b

File tree

567 files changed

+4091
-1251
lines changed

Some content is hidden

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

567 files changed

+4091
-1251
lines changed

.changes/2.33.0.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"version": "2.33.0",
3+
"date": "2025-08-29",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Improve Sigv4 signing performance, particularly for RPC protocols"
10+
},
11+
{
12+
"type": "deprecation",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "Deprecate `AsyncRequestBody#split` in favor of `AsyncRequestBody#splitCloseable` that takes the same input but returns `SdkPublisher<CloseableAsyncRequestBody>`"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "Add `AsyncRequestBody#splitCloseable` API that returns a Publisher of `ClosableAsyncRequestBody`"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "",
27+
"description": "Introduce CloseableAsyncRequestBody interface that extends both AsyncRequestBody and SdkAutoClosable interfaces"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS SDK for Java v2",
32+
"contributor": "",
33+
"description": "Introduce BufferedSplittableAsyncRequestBody that enables splitting into retryable sub-request bodies."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS X-Ray",
38+
"contributor": "",
39+
"description": "AWS X-Ray Features: Support Sampling Rate Boost On Anomaly"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Bedrock Runtime",
44+
"contributor": "",
45+
"description": "Fixed stop sequence limit for converse API."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Elastic Compute Cloud",
50+
"contributor": "",
51+
"description": "Release shows new route types such as filtered and advertisement."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS SDK for Java v2",
56+
"contributor": "",
57+
"description": "Updated endpoint and partition metadata."
58+
}
59+
]
60+
}

.changes/2.33.1.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.33.1",
3+
"date": "2025-09-02",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS User Notifications",
8+
"contributor": "",
9+
"description": "Added Org support for notifications: - `ListMemberAccounts` gets member accounts list, `AssociateOrganizationalUnit` links OU to notification configuration, `DisassociateOrganizationalUnit` removes OU from notification configuration, `ListOrganizationalUnits` shows OUs configured for notifications."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Elastic Compute Cloud",
14+
"contributor": "",
15+
"description": "MaximumEbsAttachments and AttachmentLimitType fields added to DescribeInstanceTypesResponse. G6f, Gr6f, R8i, R8i-flex and p5.4xlarge instance types added to InstanceTypes enum."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Neptune",
20+
"contributor": "",
21+
"description": "Removed the deprecated marker from publiclyAccessible parameter from DbInstance, CreateDbInstance and ModifyDbInstance and added relevant usage information for the parameter."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon WorkMail",
26+
"contributor": "",
27+
"description": "Make RoleArn an optional parameter for the PutEmailMonitoringConfiguration API, and add UnsupportedOperationException to RegisterToWorkMail."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS SDK for Java v2",
32+
"contributor": "",
33+
"description": "Updated endpoint and partition metadata."
34+
}
35+
]
36+
}

.changes/2.33.2.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.33.2",
3+
"date": "2025-09-03",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Clean Rooms ML",
8+
"contributor": "",
9+
"description": "AWS Clean Rooms ML adds log sanitization for privacy-enhanced error summaries, supports new instance types for custom models providing better performance and lower costs, and deprecates P3-series instances."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Clean Rooms Service",
14+
"contributor": "",
15+
"description": "Added support for adding new data provider members to an existing collaboration."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon CloudFront",
20+
"contributor": "",
21+
"description": "Adding an optional field IpAddressType in CustomOriginConfig"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AmazonMQ",
26+
"contributor": "",
27+
"description": "Add CONFIG_MANAGED as a supported AuthenticationStrategy for Amazon MQ for RabbitMQ brokers. Make username and password optional on broker creation for CONFIG_MANAGED brokers."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Relational Database Service",
32+
"contributor": "",
33+
"description": "This release adds support for MasterUserAuthenticationType parameter on CreateDBInstance, ModifyDBInstance, CreateDBCluster, and ModifyDBCluster operations."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Route 53",
38+
"contributor": "",
39+
"description": "Amazon Route 53 now supports the Asia Pacific (New Zealand) Region (ap-southeast-6) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Route 53 Domains",
44+
"contributor": "",
45+
"description": "Added new ExtraParams AU_ELIGIBILITY_TYPE, AU_POLICY_REASON, and AU_REGISTRANT_NAME"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Transcribe Streaming Service",
50+
"contributor": "",
51+
"description": "This release adds support for automatic language identification in AWS Transcribe Call Analytics"
52+
}
53+
]
54+
}

.changes/2.33.3.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.33.3",
3+
"date": "2025-09-04",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Clean Rooms Service",
8+
"contributor": "",
9+
"description": "Add support for configurable compute sizes for PySpark jobs."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS CloudFormation",
14+
"contributor": "",
15+
"description": "ListHookResults API now supports retrieving invocation results for all CloudFormation Hooks (previously limited to create change set and Cloud Control operations) with new optional parameters for filtering by Hook status and ARN."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Elastic Compute Cloud",
20+
"contributor": "",
21+
"description": "Add m8i, m8i-flex and i8ge instance types."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Relational Database Service",
26+
"contributor": "",
27+
"description": "Added new EndpointNetworkType and TargetConnectionNetworkType fields in Proxy APIs to support IPv6"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Verified Permissions",
32+
"contributor": "",
33+
"description": "Amazon Verified Permissions / Features : Adds support for datetime and duration attribute values."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "OpenSearch Service Serverless",
38+
"contributor": "",
39+
"description": "Add support for Federal Information Processing Standards (FIPS) and Federal Risk and Authorization Management Program (FedRAMP) compliance"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Updated endpoint and partition metadata."
46+
}
47+
]
48+
}

.changes/2.33.4.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.33.4",
3+
"date": "2025-09-05",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK For Java v2",
8+
"contributor": "",
9+
"description": "Set default value for credentialProvider archetype parameter."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Parallel Computing Service",
14+
"contributor": "",
15+
"description": "Documentation-only update to add AccountingStorageEnforce to SlurmCustomSetting."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "mrdziuban",
21+
"description": "Update Netty to 4.1.126"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon DynamoDB Enhanced Client",
26+
"contributor": "",
27+
"description": "Added support for @DynamoDbAutoGeneratedTimestampAttribute and @DynamoDbUpdateBehavior on attributes within nested objects. The @DynamoDbUpdateBehavior annotation will only take effect for nested attributes when using IgnoreNullsMode.SCALAR_ONLY."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon EC2 Container Service",
32+
"contributor": "",
33+
"description": "This is a documentation only release that adds additional information for Amazon ECS Availability Zone rebalancing."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon SageMaker Service",
38+
"contributor": "",
39+
"description": "Release IPv6 support with dualstack in SageMaker Notebooks, Tiered Storage Checkpointing Support in SageMaker HyperPod and P5.4xlarge instance type for SageMaker Hosting."
40+
}
41+
]
42+
}

.changes/2.33.5.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.33.5",
3+
"date": "2025-09-08",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "brandondahler",
9+
"description": "X-Forwarded-For headers will no longer be signed during SigV4 authentication"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS IoT SiteWise",
14+
"contributor": "",
15+
"description": "Add ComputationModelVersion support in IoT SiteWise APIs"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SecurityHub",
20+
"contributor": "",
21+
"description": "This release adds the RESOURCE_NOT_FOUND error code as a possible value in responses to the following operations: BatchGetStandardsControlAssociations, BatchUpdateStandardsControlAssociations, and BatchGetSecurityControls."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Simple Storage Service",
26+
"contributor": "",
27+
"description": "This release includes backward compatibility work on the \"Expires\" parameter."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS SDK for Java v2",
32+
"contributor": "",
33+
"description": "Updated endpoint and partition metadata."
34+
}
35+
]
36+
}

.changes/next-release/bugfix-AWSSDKforJavav2-5e4425a.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/deprecation-AWSSDKforJavav2-6069419.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AWSSDKforJavav2-500254f.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AWSSDKforJavav2-72c5f55.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)