Skip to content

Commit f94bd66

Browse files
authored
Merge branch 'master' into feature/support-autoGeneratedTimestamp-and-updateBehavior-annotations-in-nested-objects
2 parents 3e7501c + 192b4d6 commit f94bd66

File tree

730 files changed

+48279
-7628
lines changed

Some content is hidden

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

730 files changed

+48279
-7628
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.changes/2.37.x/2.37.5.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "2.37.5",
3+
"date": "2025-11-04",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "DynamoDB Enhanced Client",
8+
"contributor": "",
9+
"description": "The DynamoDB Enhanced Client now properly sanitizes version attribute names when building conditional expressions for optimistic locking. Version attributes with special characters in their names will now work correctly. See [#3279](https://github.com/aws/aws-sdk-java-v2/issues/3279)"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Pinpoint SMS Voice V2",
14+
"contributor": "",
15+
"description": "This release adds support for the CarrierLookup API, which returns information about a destination phone number including if the number is valid, the carrier, and more."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "Updated endpoint and partition metadata."
22+
}
23+
]
24+
}

.changes/2.38.x/2.38.0.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"version": "2.38.0",
3+
"date": "2025-11-05",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Ground Station",
8+
"contributor": "",
9+
"description": "Introduce CreateDataflowEndpointGroupV2 action"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "Add support for signing async payloads in the default `AwsV4aHttpSigner`."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon CloudFront",
20+
"contributor": "",
21+
"description": "This release adds new and updated API operations. You can now use the IpAddressType field to specify either ipv4 or dualstack for your Anycast static IP list. You can also enable cross-account resource sharing to share your VPC origins with other AWS accounts"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon DataZone",
26+
"contributor": "",
27+
"description": "Added support for Project Resource Tags"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon DynamoDB Enhanced Client",
32+
"contributor": "",
33+
"description": "Optimize implementation of the `EnhancedDocument#toJson()` and `EnhancedDocument#getJson()`."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Elastic Compute Cloud",
38+
"contributor": "",
39+
"description": "This release adds AvailabilityZoneId support for DescribeFastSnapshotRestores, DisableFastSnapshotRestores, and EnableFastSnapshotRestores APIs."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon FSx",
44+
"contributor": "",
45+
"description": "Amazon FSx now enables secure management of Active Directory credentials through AWS Secrets Manager integration. Customers can use Secret ARNs instead of direct credentials when joining resources to Active Directory domains."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon SageMaker Service",
50+
"contributor": "",
51+
"description": "Add new fields in SageMaker Hyperpod DescribeCluster API response: TargetStateCount, SoftwareUpdateStatus and ActiveSoftwareDeploymentConfig to provide AMI update progress visibility ."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Simple Storage Service",
56+
"contributor": "",
57+
"description": "Launch IPv6 dual-stack support for S3 Express"
58+
}
59+
]
60+
}

.changes/2.38.x/2.38.1.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"version": "2.38.1",
3+
"date": "2025-11-06",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Increased the default chunk size from 16KB to 128KB for async trailer-based checksum data transfers when using a custom legacy signer"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Backup",
14+
"contributor": "",
15+
"description": "AWS Backup now supports customer-managed keys (CMK) for logically air-gapped vaults, enabling customers to maintain full control over their encryption key lifecycle. This feature helps organizations meet specific internal governance requirements or external regulatory compliance standards."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS IoT",
20+
"contributor": "",
21+
"description": "Unsuppress the following operations that were previously suppressed:\n\n - AttachPrincipalPolicy\n - DetachPrincipalPolicy\n - ListPolicyPrincipals\n - ListPrincipalPolicies\n\nThese operations were previously supporessed because they were deprecated. However, this may be a blocker for customers moving from V1 to V2, so make these available for those customers."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SSO Identity Store",
26+
"contributor": "",
27+
"description": "IdentityStore API: added new KMSExceptionReason fields to the Exception object; added multiple new fields to the User APIs - UserStatus, Birthdate, Website and Photos; added multiple new metadata fields for User, Groups and Membership APIs - CreatedAt, CreatedBy, UpdatedAt and UpdatedBy."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Access Analyzer",
32+
"contributor": "",
33+
"description": "New field totalActiveErrors added to getFindingsStatistics response."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Connect Service",
38+
"contributor": "",
39+
"description": "Added support for Conditional Questions in Evaluation Forms. Introduced Auto Evaluation capability for Evaluation Forms and Contact Evaluations. Added new API operations: SearchEvaluationForms and SearchContactEvaluations."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Elastic Compute Cloud",
44+
"contributor": "",
45+
"description": "Add Amazon EC2 R8a instance types"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon GameLift",
50+
"contributor": "",
51+
"description": "Amazon GameLift Servers now supports game builds that use the Windows 2022 operating system."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon QuickSight",
56+
"contributor": "",
57+
"description": "Support for New Data Prep Experience"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon S3 Tables",
62+
"contributor": "",
63+
"description": "Adds support for tagging APIs for S3 Tables"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon S3 Vectors",
68+
"contributor": "",
69+
"description": "Amazon S3 Vectors provides cost-effective, elastic, and durable vector storage for queries based on semantic meaning and similarity."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon SageMaker Service",
74+
"contributor": "",
75+
"description": "Added NodeProvisioningMode parameter to UpdateCluster API to determine how instance provisioning is handled during cluster operations; in Continuous mode. Added VpcId field in UpdateDomain request for SageMaker Unified Studio domains with no VPC to add a customer VPC."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon Simple Systems Manager (SSM)",
80+
"contributor": "",
81+
"description": "Provides NoLongerSupportedException error message"
82+
},
83+
{
84+
"type": "feature",
85+
"category": "AWS SDK for Java v2",
86+
"contributor": "",
87+
"description": "Updated endpoint and partition metadata."
88+
}
89+
]
90+
}

.changes/2.38.x/2.38.2.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.38.2",
3+
"date": "2025-11-07",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Consider outstanding demand in ByteBufferStoringSubscriber before requesting more - fixes OutOfMemoryIssues that may occur when using AWS CRT-based S3 client to upload a large object."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Control Tower",
14+
"contributor": "",
15+
"description": "Added Parent Identifier support to ListEnabledControls and GetEnabledControl API. Implemented RemediationType support for Landing Zone operations: CreateLandingZone, UpdateLandingZone and GetLandingZone APIs"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Key Management Service",
20+
"contributor": "",
21+
"description": "Added support for new ECC_NIST_EDWARDS25519 AWS KMS key spec"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Elastic Compute Cloud",
26+
"contributor": "",
27+
"description": "Adds PrivateDnsPreference and PrivateDnsSpecifiedDomains to control private DNS resolution for resource and service network VPC endpoints and IpamScopeExternalAuthorityConfiguration to integrate Amazon VPC IPAM with a third-party IPAM service"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon OpenSearch Service",
32+
"contributor": "",
33+
"description": "This release introduces the Default Application feature, allowing users to set, change, or unset a preferred OpenSearch UI application on a per-region basis for a streamlined and consistent user experience."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon VPC Lattice",
38+
"contributor": "",
39+
"description": "Amazon VPC Lattice now supports custom domain name for resource configurations"
40+
}
41+
]
42+
}

.changes/2.38.x/2.38.3.json

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"version": "2.38.3",
3+
"date": "2025-11-10",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS STS",
8+
"contributor": "",
9+
"description": "Raise exceptions in resolveCredentials instead of creation for StsWebIdentityTokenFileCredentialsProvider"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Backup",
14+
"contributor": "",
15+
"description": "AWS Backup supports backups of Amazon EKS clusters, including Kubernetes cluster state and persistent storage attached to the EKS cluster via a persistent volume claim (EBS volumes, EFS file systems, and S3 buckets)."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Certificate Manager Private Certificate Authority",
20+
"contributor": "",
21+
"description": "Private Certificate Authority service now supports ML-DSA key algorithms."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Identity and Access Management",
26+
"contributor": "",
27+
"description": "Added CreateDelegationRequest API, which is not available for general use at this time."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Invoicing",
32+
"contributor": "",
33+
"description": "Added new invoicing get-invoice-pdf API Operation"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS Security Token Service",
38+
"contributor": "",
39+
"description": "Added GetDelegatedAccessToken API, which is not available for general use at this time."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS WAFV2",
44+
"contributor": "",
45+
"description": "AWS WAF now supports CLOUDWATCH_TELEMETRY_RULE_MANAGED as a LogScope option, enabling automated logging configuration through Amazon CloudWatch Logs for telemetry data collection and analysis."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon AppStream",
50+
"contributor": "",
51+
"description": "AWS Appstream support for IPv6"
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Aurora DSQL",
56+
"contributor": "",
57+
"description": "Cluster endpoint added to CreateCluster and GetCluster API responses"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon DataZone",
62+
"contributor": "",
63+
"description": "Remove trackingServerName from DataZone Connection MLflowProperties"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Elastic Compute Cloud",
68+
"contributor": "",
69+
"description": "Amazon EC2 Fleet customers can now filter instance types based on encryption-in-transit support using Attribute-Based Instance Type Selection (ABIS), eliminating the manual effort of identifying and selecting compatible instance types for security-sensitive workloads."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon GuardDuty",
74+
"contributor": "",
75+
"description": "Include tags filed in CreatePublishingDestinationRequest and DescribePublishingDestinationResponse."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon Verified Permissions",
80+
"contributor": "",
81+
"description": "Amazon Verified Permissions / Features : Adds support for entity Cedar tags."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Braket",
86+
"contributor": "",
87+
"description": "Adds ExperimentalCapabilities field to CreateQuantumTask request and GetQuantumTask response objects. Enables use of experimental software capabilities when creating quantum tasks."
88+
},
89+
{
90+
"type": "feature",
91+
"category": "Managed Streaming for Kafka",
92+
"contributor": "",
93+
"description": "Amazon MSK now supports intelligent rebalancing for MSK Express brokers."
94+
}
95+
]
96+
}

0 commit comments

Comments
 (0)