Skip to content

Commit c3d0f3b

Browse files
committed
Merge branch 'master' into feature/ddb-enhanced-queries
2 parents af59f40 + 26bf258 commit c3d0f3b

File tree

570 files changed

+8509
-1155
lines changed

Some content is hidden

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

570 files changed

+8509
-1155
lines changed

.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,15 @@
11121112
"code"
11131113
]
11141114
},
1115+
{
1116+
"login": "akhilyendluri",
1117+
"name": "Akhil Yendluri",
1118+
"avatar_url": "https://avatars.githubusercontent.com/u/13486835?v=4",
1119+
"profile": "https://github.com/akhilyendluri",
1120+
"contributions": [
1121+
"code"
1122+
]
1123+
},
11151124
{
11161125
"login": "ryanyuan",
11171126
"name": "Ryan Yuan",
@@ -1120,6 +1129,15 @@
11201129
"contributions": [
11211130
"doc"
11221131
]
1132+
},
1133+
{
1134+
"login": "salmanmkc",
1135+
"name": "Salman Chishti",
1136+
"avatar_url": "https://avatars.githubusercontent.com/u/32169182?v=4",
1137+
"profile": "https://github.com/salmanmkc",
1138+
"contributions": [
1139+
"maintenance"
1140+
]
11231141
}
11241142
],
11251143
"contributorsPerLine": 7,

.changes/2.42.13.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"version": "2.42.13",
3+
"date": "2026-03-13",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "sullis",
9+
"description": "upgrade maven-compiler-plugin to 3.14.1"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Config",
14+
"contributor": "",
15+
"description": "Fix pagination support for DescribeConformancePackCompliance, and update OrganizationConfigRule InputParameters max length to match ConfigRule."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Elemental MediaConvert",
20+
"contributor": "",
21+
"description": "This update adds support for Dolby AC-4 audio output, frame rate conversion between non-Dolby Vision inputs to Dolby Vision outputs, and clear lead CMAF HLS output."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Elemental MediaLive",
26+
"contributor": "",
27+
"description": "Documents the VideoDescription.ScalingBehavior.SMART(underscore)CROP enum value."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Glue",
32+
"contributor": "",
33+
"description": "Add QuerySessionContext to BatchGetPartitionRequest"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon API Gateway",
38+
"contributor": "",
39+
"description": "API Gateway now supports an additional security policy \"SecurityPolicy-TLS13-1-2-FIPS-PFS-PQ-2025-09\" for REST APIs and custom domain names. The new policy is compliant with TLS 1.3, Federal Information Processing Standards (FIPS), Perfect Forward Secrecy (PFS), and post-quantum (PQ) cryptography"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Connect Service",
44+
"contributor": "",
45+
"description": "Deprecating PredefinedNotificationID field"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon GameLift Streams",
50+
"contributor": "",
51+
"description": "Feature launch that enables customers to connect streaming sessions to their own VPCs running in AWS."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Interactive Video Service RealTime",
56+
"contributor": "",
57+
"description": "Updates maximum reconnect window seconds from 60 to 300 for participant replication"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon QuickSight",
62+
"contributor": "",
63+
"description": "The change adds a new capability named ManageSharedFolders in Custom Permissions"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon S3",
68+
"contributor": "",
69+
"description": "Added `expectContinueEnabled` to `S3Configuration` to control the `Expect: 100-continue` header on PutObject and UploadPart requests. When set to `false`, the SDK stops adding the header. For Apache HTTP client users, to have `ApacheHttpClient.builder().expectContinueEnabled()` fully control the header, set `expectContinueEnabled(false)` on `S3Configuration`."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Application Migration Service",
74+
"contributor": "",
75+
"description": "Network Migration APIs are now publicly available for direct programmatic access. Customers can now call Network Migration APIs directly without going through AWS Transform (ATX), enabling automation, integration with existing tools, and self-service migration workflows."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "AWS SDK for Java v2",
80+
"contributor": "",
81+
"description": "Updated endpoint and partition metadata."
82+
}
83+
]
84+
}

.changes/2.42.14.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.42.14",
3+
"date": "2026-03-16",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Bedrock",
8+
"contributor": "",
9+
"description": "You can now generate policy scenarios on demand using the new GENERATE POLICY SCENARIOS build workflow type. Scenarios will no longer be automatically generated during INGEST CONTENT, REFINE POLICY, and IMPORT POLICY workflows, resulting in faster completion times for these operations."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Bedrock AgentCore",
14+
"contributor": "",
15+
"description": "Provide support to perform deterministic operations on agent runtime through shell command executions via the new InvokeAgentRuntimeCommand API"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Bedrock AgentCore Control",
20+
"contributor": "",
21+
"description": "Supporting hosting of public ECR Container Images in AgentCore Runtime"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon EC2 Container Service",
26+
"contributor": "",
27+
"description": "Amazon ECS now supports configuring whether tags are propagated to the EC2 Instance Metadata Service (IMDS) for instances launched by the Managed Instances capacity provider. This gives customers control over tag visibility in IMDS when using ECS Managed Instances."
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.42.15.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"version": "2.42.15",
3+
"date": "2026-03-17",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Glue",
8+
"contributor": "",
9+
"description": "Provide approval to overwrite existing Lake Formation permissions on all child resources with the default permissions specified in 'CreateTableDefaultPermissions' and 'CreateDatabaseDefaultPermissions' when updating catalog. Allowed values are [\"Accept\",\"Deny\"] ."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Bedrock AgentCore Control",
14+
"contributor": "",
15+
"description": "Deprecating namespaces field and adding namespaceTemplates."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon DynamoDB Enhanced Client",
20+
"contributor": "",
21+
"description": "Improved performance of UpdateExpression conversion by replacing Stream.concat chains and String.format with direct iteration and StringJoiner."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon EMR",
26+
"contributor": "",
27+
"description": "Add S3LoggingConfiguration to Control LogUploads"
28+
}
29+
]
30+
}

.changes/2.42.16.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "2.42.16",
3+
"date": "2026-03-18",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Amazon DynamoDB Enhanced Client",
8+
"contributor": "",
9+
"description": "Fix NullPointerException in `EnhancedType.hashCode()`, `EnhancedType.equals()`, and `EnhancedType.toString()` when using wildcard types."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Elemental MediaConvert",
14+
"contributor": "",
15+
"description": "This update adds additional bitrate options for Dolby AC-4 audio outputs."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Elastic Compute Cloud",
20+
"contributor": "",
21+
"description": "The DescribeInstanceTypes API now returns default connection tracking timeout values for TCP, UDP, and UDP stream via the new connectionTrackingConfiguration field on NetworkInfo."
22+
}
23+
]
24+
}

.changes/2.42.17.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.42.17",
3+
"date": "2026-03-19",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Batch",
8+
"contributor": "",
9+
"description": "AWS Batch now supports quota management, enabling administrators to allocate shared compute resources across teams and projects through quota shares with capacity limits, resource-sharing strategies, and priority-based preemption - currently available for SageMaker Training job queues."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Bedrock AgentCore",
14+
"contributor": "",
15+
"description": "This release includes SDK support for the following new features on AgentCore Built In Tools. 1. Enterprise Policies for AgentCore Browser Tool. 2. Root CA Configuration Support for AgentCore Browser Tool and Code Interpreter. 3. API changes to AgentCore Browser Profile APIs"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Bedrock AgentCore Control",
20+
"contributor": "",
21+
"description": "Adds support for the following new features. 1. Enterprise Policies support for AgentCore Browser Tool. 2. Root CA Configuration support for AgentCore Browser Tool and Code Interpreter."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Elastic Compute Cloud",
26+
"contributor": "",
27+
"description": "Amazon EC2 Fleet instant mode now supports launching instances into Interruptible Capacity Reservations, enabling customers to use spare capacity shared by Capacity Reservation owners within their AWS Organization."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Polly",
32+
"contributor": "",
33+
"description": "Added bi-directional streaming functionality through a new API, StartSpeechSynthesisStream. This API allows streaming input text through inbound events and receiving audio as part of an output stream simultaneously."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "CloudWatch Observability Admin Service",
38+
"contributor": "",
39+
"description": "Adding a new field in the CreateCentralizationRuleForOrganization, UpdateCentralizationRuleForOrganization API and updating the GetCentralizationRuleForOrganization API response to include the new field"
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.18.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.42.18",
3+
"date": "2026-03-20",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Backup",
8+
"contributor": "",
9+
"description": "Fix Typo for S3Backup Options ( S3BackupACLs to BackupACLs)"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon DynamoDB",
14+
"contributor": "",
15+
"description": "Adding ReplicaArn to ReplicaDescription of a global table replica"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon OpenSearch Service",
20+
"contributor": "",
21+
"description": "Added support for Amazon Managed Service for Prometheus (AMP) as a connected data source in OpenSearch UI. Now users can analyze Prometheus metrics in OpenSearch UI without data copy."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Verified Permissions",
26+
"contributor": "",
27+
"description": "Adds support for Policy Store Aliases, Policy Names, and Policy Template Names. These are customizable identifiers that can be used in place of Policy Store ids, Policy ids, and Policy Template ids respectively in Amazon Verified Permissions APIs."
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.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/next-release/bugfix-AWSSDKforJavav2-fd8f698.json

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

.changes/next-release/feature-AmazonS3-7a01820.json

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

0 commit comments

Comments
 (0)