Skip to content

Commit 53b6218

Browse files
Merge branch 'master' into 437-increase_test_coverage
# Conflicts: # services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/internal/EnhancedClientUtilsTest.java
2 parents d2322c6 + f79f548 commit 53b6218

770 files changed

Lines changed: 84488 additions & 4000 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.

.brazil.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"regions": { "packageName": "AwsJavaSdk-Core-Regions" },
3232
"s3-transfer-manager": { "packageName": "AwsJavaSdk-S3-TransferManager" },
3333
"s3-event-notifications": { "packageName": "AwsJavaSdk-S3-EventNotifications" },
34+
"sns-message-manager": { "packageName": "AwsJavaSdk-Sns-MessageManager" },
3435
"sdk-core": { "packageName": "AwsJavaSdk-Core" },
3536
"url-connection-client": { "packageName": "AwsJavaSdk-HttpClient-UrlConnectionClient" },
3637
"utils": { "packageName": "AwsJavaSdk-Core-Utils" },
@@ -102,6 +103,7 @@
102103
"s3-benchmarks": { "skipImport": true },
103104
"http-client-benchmarks": { "skipImport": true },
104105
"sdk-benchmarks": { "skipImport": true },
106+
"sdk-standard-benchmarks": { "skipImport": true },
105107
"sdk-native-image-test": { "skipImport": true },
106108
"service-test-utils": { "skipImport": true },
107109
"services": { "skipImport": true },

.changes/2.42.28.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"version": "2.42.28",
3+
"date": "2026-04-03",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Elemental MediaLive",
8+
"contributor": "",
9+
"description": "AWS Elemental MediaLive released a new features that allows customers to use HLG 2020 as a color space for AV1 video codec."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Organizations",
14+
"contributor": "",
15+
"description": "Updates close Account quota for member accounts in an Organization."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Agents for Amazon Bedrock",
20+
"contributor": "",
21+
"description": "Added strict parameter to ToolSpecification to allow users to enforce strict JSON schema adherence for tool input schemas."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Bedrock",
26+
"contributor": "",
27+
"description": "Amazon Bedrock Guardrails enforcement configuration APIs now support selective guarding controls for system prompts as well as user and assistant messages, along with SDK support for Amazon Bedrock resource policy APIs."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Bedrock AgentCore Control",
32+
"contributor": "",
33+
"description": "Documentation Update for Adds support for three-legged (Authorization Code grant type) OAuth along with predefined MCP tool schema configuration for Amazon Bedrock AgentCore gateway MCP server targets."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon CloudWatch Logs",
38+
"contributor": "",
39+
"description": "Added queryDuration, bytesScanned, and userIdentity fields to the QueryInfo response object returned by DescribeQueries. Customers can now view detailed query cost information including who ran the query, how long it took, and the volume of data scanned."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Lightsail",
44+
"contributor": "",
45+
"description": "Add support for tagging of Alarm resource type"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "EC2 Image Builder",
50+
"contributor": "",
51+
"description": "Updated pagination token validation for ListContainerRecipes API to support maximum size of 65K characters"
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Payment Cryptography Control Plane",
56+
"contributor": "",
57+
"description": "Adds optional support to retrieve previously generated import and export tokens to simplify import and export functions"
58+
}
59+
]
60+
}

.changes/2.42.29.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"version": "2.42.29",
3+
"date": "2026-04-06",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Add business metrics tracking for precomputed checksum headers in requests."
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "Apache 5 HTTP Client",
14+
"contributor": "",
15+
"description": "Fixed a connection leak that could occur when the thread waiting to acquire a connection from the pool is interrupted. Fixes [#6786](https://github.com/aws/aws-sdk-java-v2/issues/6786)."
16+
},
17+
{
18+
"type": "bugfix",
19+
"category": "Netty NIO HTTP Client",
20+
"contributor": "",
21+
"description": "Include channel diagnostics in Read/Write timeout error messages to aid debugging."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWSDeadlineCloud",
26+
"contributor": "",
27+
"description": "Added 8 batch APIs (BatchGetJob, BatchGetStep, BatchGetTask, BatchGetSession, BatchGetSessionAction, BatchGetWorker, BatchUpdateJob, BatchUpdateTask) for bulk operations. Monitors can now use an Identity Center instance in a different region via the identityCenterRegion parameter."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS MediaTailor",
32+
"contributor": "",
33+
"description": "This change adds support for Tagging the resource types Programs and Prefetch Schedules"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS Transfer Family",
38+
"contributor": "",
39+
"description": "AWS Transfer Family Connectors now support IPv6 connectivity, enabling outbound connections to remote SFTP or AS2 servers using IPv4-only or dual-stack (IPv4 and IPv6) configurations based on network requirements."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Access Analyzer",
44+
"contributor": "",
45+
"description": "Brookie helps customers preview the impact of SCPs before deployment using historical access activity. It evaluates attached policies and proposed policy updates using collected access activity through CloudTrail authorization events and reports where currently allowed access will be denied."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Data Lifecycle Manager",
50+
"contributor": "",
51+
"description": "This release adds support for Fast Snapshot Restore AvailabilityZone Ids in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon GuardDuty",
56+
"contributor": "",
57+
"description": "Migrated to Smithy. No functional changes"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Lightsail",
62+
"contributor": "",
63+
"description": "This release adds support for the Asia Pacific (Malaysia) (ap-southeast-5) Region."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Location Service Maps V2",
68+
"contributor": "",
69+
"description": "This release updates API reference documentation for Amazon Location Service Maps APIs to reflect regional restrictions for Grab Maps users"
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon Q Connect",
74+
"contributor": "",
75+
"description": "Added optional originRequestId parameter to SendMessageRequest and ListSpans response in Amazon Q in Connect to support request tracing across service boundaries."
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.30.json

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"version": "2.42.30",
3+
"date": "2026-04-07",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS DataSync",
8+
"contributor": "",
9+
"description": "Allow IAM role ARNs with IAM Paths for \"SecretAccessRoleArn\" field in \"CustomSecretConfig\""
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Lambda",
14+
"contributor": "",
15+
"description": "Launching Lambda integration with S3 Files as a new file system configuration."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Outposts",
20+
"contributor": "",
21+
"description": "This change allows listAssets to surface pending and non-compute asset information. Adds the INSTALLING asset state enum and the STORAGE, POWERSHELF, SWITCH, and NETWORKING AssetTypes."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Access Analyzer",
26+
"contributor": "",
27+
"description": "Revert previous additions of API changes."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Bedrock AgentCore",
32+
"contributor": "",
33+
"description": "This release includes support for 1) InvokeBrowser API, enabling OS-level control of AgentCore Browser Tool sessions through mouse actions, keyboard input, and screenshots. 2) Added documentation noting that empty sessions are automatically deleted after one day in the ListSessions API."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Connect Service",
38+
"contributor": "",
39+
"description": "The voice enhancement mode used by the agent can now be viewed on the contact record via the DescribeContact api."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon DataZone",
44+
"contributor": "",
45+
"description": "Update Configurations and registerS3AccessGrantLocation as public attributes for cfn"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon EC2 Container Service",
50+
"contributor": "",
51+
"description": "This release provides the functionality of mounting Amazon S3 Files to Amazon ECS tasks by adding support for the new S3FilesVolumeConfiguration parameter in ECS RegisterTaskDefinition API."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Elastic Compute Cloud",
56+
"contributor": "",
57+
"description": "EC2 Capacity Manager adds new dimensions for grouping and filtering capacity metrics, including tag-based dimensions and Account Name."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Elastic Kubernetes Service",
62+
"contributor": "",
63+
"description": "EKS MNG WarmPool feature to support ASG WarmPool feature."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon S3 Files",
68+
"contributor": "",
69+
"description": "Support for S3 Files, a new shared file system that connects any AWS compute directly with your data in Amazon S3. It provides fast, direct access to all of your S3 data as files with full file system semantics and low-latency performance, without your data ever leaving S3."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon Simple Storage Service",
74+
"contributor": "",
75+
"description": "Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Braket",
80+
"contributor": "",
81+
"description": "Added support for t3, g6, and g6e instance types for Hybrid Jobs."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "RTBFabric",
86+
"contributor": "",
87+
"description": "AWS RTB Fabric External Responder gateways now support HTTP in addition to HTTPS for inbound external links. Gateways can accept bid requests on port 80 or serve both protocols simultaneously via listener configuration, giving customers flexible transport options for their bidding infrastructure"
88+
},
89+
{
90+
"type": "feature",
91+
"category": "AWS SDK for Java v2",
92+
"contributor": "",
93+
"description": "Updated endpoint and partition metadata."
94+
}
95+
]
96+
}

.changes/2.42.31.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.42.31",
3+
"date": "2026-04-08",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Backup",
8+
"contributor": "",
9+
"description": "Adding EKS specific backup vault notification types for AWS Backup."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Elemental MediaLive",
14+
"contributor": "",
15+
"description": "MediaLive is adding support for MediaConnect Router by supporting a new output type called MEDIACONNECT ROUTER. This new output type will provide seamless encrypted transport between your MediaLive channel and MediaConnect Router."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Marketplace Discovery",
20+
"contributor": "",
21+
"description": "AWS Marketplace Discovery API provides an interface that enables programmatic access to the AWS Marketplace catalog, including searching and browsing listings, retrieving product details and fulfillment options, and accessing public and private offer pricing and terms."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Outposts",
26+
"contributor": "",
27+
"description": "Add AWS Outposts APIs to view renewal pricing options and submit renewal requests for Outpost contracts"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon DynamoDB Enhanced Client",
32+
"contributor": "",
33+
"description": "Added support for @DynamoDbAutoGeneratedTimestampAttribute on attributes within nested objects."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Elastic Container Registry",
38+
"contributor": "",
39+
"description": "Add UnableToListUpstreamImageReferrersException in ListImageReferrers"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Interactive Video Service RealTime",
44+
"contributor": "",
45+
"description": "Adds support for Amazon IVS real-time streaming redundant ingest."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Elastic Disaster Recovery Service",
50+
"contributor": "",
51+
"description": "This changes adds support for modifying the replication configuration to support data replication using IPv6."
52+
}
53+
]
54+
}

.changes/2.42.32.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.42.32",
3+
"date": "2026-04-09",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Billing and Cost Management Dashboards",
8+
"contributor": "",
9+
"description": "Scheduled email reports of Billing and Cost Management Dashboards"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS MediaConnect",
14+
"contributor": "",
15+
"description": "Adds support for MediaLive Channel-type Router Inputs."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Bedrock AgentCore",
20+
"contributor": "",
21+
"description": "Introducing support for SearchRegistryRecords API on AgentCoreRegistry"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Bedrock AgentCore Control",
26+
"contributor": "",
27+
"description": "Initial release for CRUDL in AgentCore Registry Service"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon SageMaker Service",
32+
"contributor": "",
33+
"description": "Release support for g7e instance types for SageMaker HyperPod"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Redshift Data API Service",
38+
"contributor": "",
39+
"description": "The BatchExecuteStatement API now supports named SQL parameters, enabling secure batch queries with parameterized values. This enhancement helps prevent SQL injection vulnerabilities and improves query reusability."
40+
}
41+
]
42+
}

0 commit comments

Comments
 (0)