Skip to content

Commit aaa585b

Browse files
committed
Merge remote-tracking branch 'origin/master' into feature/master/crtH2
2 parents 26af258 + 2b74e07 commit aaa585b

640 files changed

Lines changed: 18490 additions & 1805 deletions

File tree

Some content is hidden

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

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,6 +1138,15 @@
11381138
"contributions": [
11391139
"maintenance"
11401140
]
1141+
},
1142+
{
1143+
"login": "humanzz",
1144+
"name": "Ahmed Kamel",
1145+
"avatar_url": "https://avatars.githubusercontent.com/u/5001?v=4",
1146+
"profile": "https://github.com/humanzz",
1147+
"contributions": [
1148+
"code"
1149+
]
11411150
}
11421151
],
11431152
"contributorsPerLine": 7,

.changes/2.42.18.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
"category": "AWS SDK for Java v2",
3232
"contributor": "",
3333
"description": "Updated endpoint and partition metadata."
34+
},
35+
{
36+
"type": "bugfix",
37+
"category": "AWS SDK for Java v2",
38+
"contributor": "",
39+
"description": "Fix bug in CachedSupplier that disabled InstanceProfileCredentialsProvider credential refreshing after 58 consecutive failures."
3440
}
3541
]
3642
}

.changes/2.42.19.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.42.19",
3+
"date": "2026-03-23",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Netty NIO HTTP Client",
8+
"contributor": "",
9+
"description": "Fixed an issue where requests with `Expect: 100-continue` over TLS could hang indefinitely when no response is received, because the read timeout handler was prematurely removed by TLS handshake data."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Batch",
14+
"contributor": "",
15+
"description": "AWS Batch AMI Visibility feature support. Adds read-only batchImageStatus to Ec2Configuration to provide visibility on the status of Batch-vended AMIs used by Compute Environments."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Connect Cases",
20+
"contributor": "",
21+
"description": "You can now use the UpdateRelatedItem API to update the content of comments and custom related items associated with a case."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Lightsail",
26+
"contributor": "",
27+
"description": "Add support for tagging of ContactMethod resource type"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Omics",
32+
"contributor": "",
33+
"description": "Adds support for batch workflow runs in Amazon Omics, enabling users to submit, manage, and monitor multiple runs as a single batch. Includes APIs to create, cancel, and delete batches, track submission statuses and counts, list runs within a batch, and configure default settings."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon S3",
38+
"contributor": "",
39+
"description": "Added support of Request-level credentials override in DefaultS3CrtAsyncClient. See [#5354](https://github.com/aws/aws-sdk-java-v2/issues/5354)."
40+
}
41+
]
42+
}

.changes/2.42.20.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.42.20",
3+
"date": "2026-03-24",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Elemental MediaPackage v2",
8+
"contributor": "",
9+
"description": "Reduces the minimum allowed value for startOverWindowSeconds from 60 to 0, allowing customers to effectively disable the start-over window."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Parallel Computing Service",
14+
"contributor": "",
15+
"description": "This release adds support for custom slurmdbd and cgroup configuration in AWS PCS. Customers can now specify slurmdbd and cgroup settings to configure database accounting and reporting for their HPC workloads, and control resource allocation and limits for compute jobs."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Bedrock AgentCore Control",
20+
"contributor": "",
21+
"description": "Adds SDK support for 1) Persist session state in AgentCore Runtime via filesystemConfigurations in CreateAgentRuntime, UpdateAgentRuntime, and GetAgentRuntime APIs, 2) Optional name-based filtering on AgentCore ListBrowserProfiles API."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon GameLift",
26+
"contributor": "",
27+
"description": "Amazon GameLift Servers launches UDP ping beacons in the Beijing and Ningxia (China) Regions to help measure real-time network latency for multiplayer games. The ListLocations API is now available in these regions to provide endpoint domain and port information as part of the locations list."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Relational Database Service",
32+
"contributor": "",
33+
"description": "Adds support in Aurora PostgreSQL serverless databases for express configuration based creation through WithExpressConfiguration in CreateDbCluster API, and for restoring clusters using RestoreDBClusterToPointInTime and RestoreDBClusterFromSnapshot APIs."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "OpenSearch Service Serverless",
38+
"contributor": "",
39+
"description": "Adds support for updating the vector options field for existing collections."
40+
}
41+
]
42+
}

.changes/2.42.21.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.42.21",
3+
"date": "2026-03-25",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Fix bug in CachedSupplier that retries aggressively after many consecutive failures"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Batch",
14+
"contributor": "",
15+
"description": "Documentation-only update for AWS Batch."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Marketplace Agreement Service",
20+
"contributor": "",
21+
"description": "The Variable Payments APIs enable AWS Marketplace Sellers to perform manage their payment requests (send, get, list, cancel)."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS User Experience Customization",
26+
"contributor": "",
27+
"description": "GA release of AccountCustomizations, used to manage account color, visible services, and visible regions settings in the AWS Management Console."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AmazonApiGatewayV2",
32+
"contributor": "",
33+
"description": "Added DISABLE IN PROGRESS and DISABLE FAILED Portal statuses."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon CloudWatch Application Signals",
38+
"contributor": "",
39+
"description": "This release adds support for creating SLOs on RUM appMonitors, Synthetics canaries and services."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Polly",
44+
"contributor": "",
45+
"description": "Add support for Mu-law and A-law codecs for output format"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon S3",
50+
"contributor": "",
51+
"description": "Add support for maxInFlightParts to multipart upload (PutObject) in MultipartS3AsyncClient."
52+
}
53+
]
54+
}

.changes/2.42.22.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.42.22",
3+
"date": "2026-03-26",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Billing and Cost Management Data Exports",
8+
"contributor": "",
9+
"description": "With this release we are providing an option to accounts to have their export delivered to an S3 bucket that is not owned by the account."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon CloudWatch EMF Metric Publisher",
14+
"contributor": "humanzz",
15+
"description": "Add `PropertiesFactory` and `propertiesFactory` to `EmfMetricLoggingPublisher.Builder`, enabling users to enrich EMF records with custom key-value properties derived from the metric collection or ambient context, searchable in CloudWatch Logs Insights. See [#6595](https://github.com/aws/aws-sdk-java-v2/issues/6595)."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon CloudWatch Logs",
20+
"contributor": "",
21+
"description": "This release adds parameter support to saved queries in CloudWatch Logs Insights. Define reusable query templates with named placeholders, invoke them using start query. Available in Console, CLI and SDK"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon EMR",
26+
"contributor": "",
27+
"description": "Add StepExecutionRoleArn to RunJobFlow API"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon SageMaker Service",
32+
"contributor": "",
33+
"description": "Release support for ml.r5d.16xlarge instance types for SageMaker HyperPod"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Timestream InfluxDB",
38+
"contributor": "",
39+
"description": "Timestream for InfluxDB adds support for customer defined maintenance windows. This allows customers to define maintenance schedule during resource creation and updates"
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.42.23.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.42.23",
3+
"date": "2026-03-27",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Apache 5 HTTP Client",
8+
"contributor": "",
9+
"description": "Fixed an issue in the Apache 5 HTTP client where requests could fail with `\"Endpoint not acquired / already released\"`. These failures are now converted to retryable I/O errors."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Bedrock AgentCore",
14+
"contributor": "",
15+
"description": "Adding AgentCore Code Interpreter Node.js Runtime Support with an optional runtime field"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Bedrock AgentCore Control",
20+
"contributor": "",
21+
"description": "Adds support for custom code-based evaluators using customer-managed Lambda functions."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon NeptuneData",
26+
"contributor": "",
27+
"description": "Minor formatting changes to remove unnecessary symbols."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Omics",
32+
"contributor": "",
33+
"description": "AWS HealthOmics now supports VPC networking, allowing users to connect runs to external resources with NAT gateway, AWS VPC resources, and more. New Configuration APIs support configuring VPC settings. StartRun API now accepts networkingMode and configurationName parameters to enable VPC networking."
34+
}
35+
]
36+
}

.changes/2.42.24.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"version": "2.42.24",
3+
"date": "2026-03-30",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Optimized JSON serialization by skipping null field marshalling for payload fields"
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "Amazon DynamoDB Enhanced Client",
14+
"contributor": "",
15+
"description": "Improved performance by caching partition and sort key name lookups in StaticTableMetadata."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWSDeadlineCloud",
20+
"contributor": "",
21+
"description": "AWS Deadline Cloud now supports three new fleet auto scaling settings. With scale out rate, you can configure how quickly workers launch. With worker idle duration, you can set how long workers wait before shutting down. With standby worker count, you can keep idle workers ready for fast job start."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS DevOps Agent Service",
26+
"contributor": "",
27+
"description": "AWS DevOps Agent General Availability."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Lake Formation",
32+
"contributor": "",
33+
"description": "Add setSourceIdentity to DataLakeSettings Parameters"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon AppStream",
38+
"contributor": "",
39+
"description": "Add support for URL Redirection"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Bedrock AgentCore",
44+
"contributor": "",
45+
"description": "Adds Ground Truth support for AgentCore Evaluations (Evaluate)"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon CloudWatch Logs",
50+
"contributor": "",
51+
"description": "Adds Lookup Tables to CloudWatch Logs for log enrichment using CSV key-value data with KMS encryption support."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon EC2 Container Service",
56+
"contributor": "",
57+
"description": "Adding Local Storage support for ECS Managed Instances by introducing a new field \"localStorageConfiguration\" for CreateCapacityProvider and UpdateCapacityProvider APIs."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon GameLift",
62+
"contributor": "",
63+
"description": "Update CreateScript API documentation."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon OpenSearch Service",
68+
"contributor": "",
69+
"description": "Added Cluster Insights API's In OpenSearch Service SDK."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon SageMaker Service",
74+
"contributor": "",
75+
"description": "Added support for placement strategy and consolidation for SageMaker inference component endpoints. Customers can now configure how inference component copies are distributed across instances and availability zones (AZs), and enable automatic consolidation to optimizes resource utilization."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Auto Scaling",
80+
"contributor": "",
81+
"description": "Adds support for new instance lifecycle states introduced by the instance lifecycle policy and replace root volume features."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Partner Central Account API",
86+
"contributor": "",
87+
"description": "KYB Supplemental Form enables partners who fail business verification to submit additional details and supporting documentation through a self-service form, triggering an automated re-verification without requiring manual intervention from support teams."
88+
}
89+
]
90+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "bugfix",
3+
"category": "AWS CRT HTTP Client",
4+
"contributor": "",
5+
"description": "Enabled default connection health monitoring for the AWS CRT HTTP client. Connections that remain stalled below 1 byte per second for the duration the read/write timeout (default 30 seconds) are now automatically terminated. This behavior can be overridden via ConnectionHealthConfiguration."
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "bugfix",
3+
"category": "AWS SDK for Java v2 Migration Tool",
4+
"contributor": "",
5+
"description": "Fix bug for v1 getUserMetaDataOf transform"
6+
}

0 commit comments

Comments
 (0)