Skip to content

Commit b51c6da

Browse files
authored
Merge branch 'master' into alexwoo/apache5-100-continue
2 parents 0c35542 + ba64ad5 commit b51c6da

650 files changed

Lines changed: 27339 additions & 1973 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.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+
}

0 commit comments

Comments
 (0)