Skip to content

Commit b3625f7

Browse files
Merge remote-tracking branch 'aws/master' into pq-opt-out
2 parents b5aac84 + 806da70 commit b3625f7

715 files changed

Lines changed: 39317 additions & 4541 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.

.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+
}

.changes/2.42.25.json

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
{
2+
"version": "2.42.25",
3+
"date": "2026-03-31",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS CRT HTTP Client",
8+
"contributor": "",
9+
"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."
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "AWS SDK for Java v2 Migration Tool",
14+
"contributor": "",
15+
"description": "Fix bug for v1 getUserMetaDataOf transform"
16+
},
17+
{
18+
"type": "bugfix",
19+
"category": "Amazon DynamoDB Enhanced Client",
20+
"contributor": "",
21+
"description": "Returning correct operation name for DeleteTableOperation"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Certificate Manager",
26+
"contributor": "",
27+
"description": "Adds support for searching for ACM certificates using the new SearchCertificates API."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Data Exchange",
32+
"contributor": "",
33+
"description": "Support Tags for AWS Data Exchange resource Assets"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS Database Migration Service",
38+
"contributor": "",
39+
"description": "To successfully connect to the IBM DB2 LUW database server, you may need to specify additional security parameters that are passed to the JDBC driver. These parameters are EncryptionAlgorithm and SecurityMechanism. Both parameters accept integer values."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS DevOps Agent Service",
44+
"contributor": "",
45+
"description": "AWS DevOps Agent service General Availability release."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS Marketplace Agreement Service",
50+
"contributor": "",
51+
"description": "This release adds 8 new APIs for AWS Marketplace sellers. 4 APIs for Cancellations (Send, List, Get, Cancel action on AgreementCancellationRequest), 3 APIs for Billing Adjustments (BatchCreate, List, Get action on BillingAdjustmentRequest), and 1 API to List Invoices (ListAgreementInvoiceLineItems)"
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS Organizations",
56+
"contributor": "",
57+
"description": "Added Path field to Account and OrganizationalUnit objects in AWS Organizations API responses."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "AWS S3 Control",
62+
"contributor": "",
63+
"description": "Adding an optional auditContext parameter to S3 Access Grants credential vending API GetDataAccess to enable job-level audit correlation in S3 CloudTrail logs"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "AWS SDK for Java v2",
68+
"contributor": "mrdziuban",
69+
"description": "Update Netty to 4.1.132"
70+
},
71+
{
72+
"type": "feature",
73+
"category": "AWS Security Agent",
74+
"contributor": "",
75+
"description": "AWS Security Agent is a service that proactively secures applications throughout the development lifecycle with automated security reviews and on-demand penetration testing."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "AWS Sustainability",
80+
"contributor": "",
81+
"description": "This is the first release of the AWS Sustainability SDK, which enables customers to access their sustainability impact data via API."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Amazon CloudFront",
86+
"contributor": "",
87+
"description": "This release adds bring your own IP (BYOIP) IPv6 support to CloudFront's CreateAnycastIpList and UpdateAnycastIpList API through the IpamCidrConfigs field."
88+
},
89+
{
90+
"type": "feature",
91+
"category": "Amazon DataZone",
92+
"contributor": "",
93+
"description": "Adds environmentConfigurationName field to CreateEnvironmentInput and UpdateEnvironmentInput, so that Domain Owners can now recover orphaned environments by recreating deleted configurations with the same name, and will auto-recover orphaned environments"
94+
},
95+
{
96+
"type": "feature",
97+
"category": "Amazon Elastic Compute Cloud",
98+
"contributor": "",
99+
"description": "This release updates the examples in the documentation for DescribeRegions and DescribeAvailabilityZones."
100+
},
101+
{
102+
"type": "feature",
103+
"category": "Amazon Kinesis Analytics",
104+
"contributor": "",
105+
"description": "Support for Flink 2.2 in Managed Service for Apache Flink"
106+
},
107+
{
108+
"type": "feature",
109+
"category": "Amazon Location Service Maps V2",
110+
"contributor": "",
111+
"description": "This release expands map customization options with adjustable contour line density, dark mode support for Hybrid and Satellite views, enhanced traffic information across multiple map styles, and transit and truck travel modes for Monochrome and Hybrid map styles."
112+
},
113+
{
114+
"type": "feature",
115+
"category": "Amazon OpenSearch Service",
116+
"contributor": "",
117+
"description": "Support RegisterCapability, GetCapability, DeregisterCapability API for AI Assistant feature management for OpenSearch UI Applications"
118+
},
119+
{
120+
"type": "feature",
121+
"category": "Amazon Pinpoint SMS Voice V2",
122+
"contributor": "",
123+
"description": "This release adds RCS for Business messaging and Notify support. RCS lets you create and manage agents, send and receive messages in the US and Canada via SendTextMessage API, and configure SMS fallback. Notify lets you send templated OTP messages globally in minutes with no phone number required."
124+
},
125+
{
126+
"type": "feature",
127+
"category": "Amazon QuickSight",
128+
"contributor": "",
129+
"description": "Adds StartAutomationJob and DescribeAutomationJob APIs for automation jobs. Adds three custom permission capabilities that allow admins to control whether users can manage Spaces and chat agents. Adds an OAuthClientCredentials structure to provide OAuth 2.0 client credentials inline to data sources."
130+
},
131+
{
132+
"type": "feature",
133+
"category": "Amazon S3 Tables",
134+
"contributor": "",
135+
"description": "S3 Tables now supports nested types when creating tables. Users can define complex column schemas using struct, list, and map types. These types can be composed together to model complex, hierarchical data structures within table schemas."
136+
},
137+
{
138+
"type": "feature",
139+
"category": "Amazon Simple Storage Service",
140+
"contributor": "",
141+
"description": "Add Bucket Metrics configuration support to directory buckets"
142+
},
143+
{
144+
"type": "feature",
145+
"category": "CloudWatch Observability Admin Service",
146+
"contributor": "",
147+
"description": "This release adds the Bedrock and Security Hub resource types for Omnia Enablement launch for March 31."
148+
},
149+
{
150+
"type": "feature",
151+
"category": "MailManager",
152+
"contributor": "",
153+
"description": "Amazon SES Mail Manager now supports optional TLS policy for accepting unencrypted connections and mTLS authentication for ingress endpoints with configurable trust stores. Two new rule actions are available, Bounce for sending non-delivery reports and Lambda invocation for custom email processing."
154+
},
155+
{
156+
"type": "feature",
157+
"category": "Partner Central Selling API",
158+
"contributor": "",
159+
"description": "Adding EURO Currency for MRR Amount"
160+
},
161+
{
162+
"type": "feature",
163+
"category": "odb",
164+
"contributor": "",
165+
"description": "Adds support for EC2 Placement Group integration with ODB Network. The GetOdbNetwork and ListOdbNetworks API responses now include the ec2PlacementGroupIds field."
166+
}
167+
]
168+
}

.changes/2.42.26.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"version": "2.42.26",
3+
"date": "2026-04-01",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Health Imaging",
8+
"contributor": "",
9+
"description": "Added new boolean flag to persist metadata updates to all primary image sets in the same study as the requested image set."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Apache 5 HTTP Client",
14+
"contributor": "",
15+
"description": "Disable Expect 100-Continue by default in the Apache5 HTTP Client."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Bedrock",
20+
"contributor": "",
21+
"description": "Adds support for Bedrock Batch Inference Job Progress Monitoring"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Bedrock AgentCore",
26+
"contributor": "",
27+
"description": "Added the ability to filter out empty sessions when listing sessions. Customers can now retrieve only sessions that still contain events, eliminating the need to check each session individually. No changes required for existing integrations."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Bedrock AgentCore Control",
32+
"contributor": "",
33+
"description": "Adds support for VPC egress private endpoints for Amazon Bedrock AgentCore gateway targets, enabling private connectivity through managed VPC Lattice resources. Also adds IAM credential provider for gateway targets, enabling IAM-based authentication to target endpoints"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon EC2 Container Service",
38+
"contributor": "",
39+
"description": "Amazon ECS now supports Managed Daemons with dedicated APIs for registering daemon task definitions, creating daemons, and managing daemon deployments."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon ElastiCache",
44+
"contributor": "",
45+
"description": "Updated SnapshotRetentionLimit documentation for ServerlessCache to correctly describe the parameter as number of days (max 35) instead of number of snapshots."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Elasticsearch Service",
50+
"contributor": "",
51+
"description": "Adding Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08 as TLS Policy in Supported Regions"
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Location Service Routes V2",
56+
"contributor": "",
57+
"description": "This release makes RoutingBoundary optional in CalculateRouteMatrix, set StopDuration with a maximum value of 49999 for CalculateRoutes, set TrailerCount with a maximum value of 4, and introduces region restrictions for Grab Maps users."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon OpenSearch Service",
62+
"contributor": "",
63+
"description": "Adding Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08 as TLS Policy in Supported Regions"
64+
}
65+
]
66+
}

0 commit comments

Comments
 (0)