Skip to content

Commit b949120

Browse files
committed
Merge branch 'master' into alexwoo/fix-profilefilesupplier-warning
2 parents e3130b5 + f272552 commit b949120

File tree

616 files changed

+10477
-2416
lines changed

Some content is hidden

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

616 files changed

+10477
-2416
lines changed

.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,6 +1057,24 @@
10571057
"contributions": [
10581058
"code"
10591059
]
1060+
},
1061+
{
1062+
"login": "jencymaryjoseph",
1063+
"name": "Jency Joseph",
1064+
"avatar_url": "https://avatars.githubusercontent.com/u/35571282?v=4",
1065+
"profile": "https://github.com/jencymaryjoseph",
1066+
"contributions": [
1067+
"code"
1068+
]
1069+
},
1070+
{
1071+
"login": "reifiedbeans",
1072+
"name": "Drew Davis",
1073+
"avatar_url": "https://avatars.githubusercontent.com/u/9686215?v=4",
1074+
"profile": "https://github.com/reifiedbeans",
1075+
"contributions": [
1076+
"code"
1077+
]
10601078
}
10611079
],
10621080
"contributorsPerLine": 7,

.attach_pid885

Whitespace-only changes.

.changes/2.31.50.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.31.50",
3+
"date": "2025-05-23",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Fix CompletableFuture hanging when RetryStrategy/MetricsCollector raise errors"
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "Netty NIO HTTP Client",
14+
"contributor": "",
15+
"description": "Enable Netty HTTP header validation when connecting with proxy"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Elastic Compute Cloud",
20+
"contributor": "",
21+
"description": "This release adds support for the C7i-flex, M7i-flex, I7i, I7ie, I8g, P6-b200, Trn2, C8gd, M8gd and R8gd instances"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Security Incident Response",
26+
"contributor": "",
27+
"description": "Update PrincipalId pattern documentation to reflect what user should receive back from the API call"
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.31.51.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "2.31.51",
3+
"date": "2025-05-27",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Cost Explorer Service",
8+
"contributor": "",
9+
"description": "This release introduces Cost Comparison feature (GetCostAndUsageComparisons, GetCostComparisonDrivers) allowing you find cost variations across multiple dimensions and identify key drivers of spending changes."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWSDeadlineCloud",
14+
"contributor": "",
15+
"description": "AWS Deadline Cloud service-managed fleets now support storage profiles. With storage profiles, you can map file paths between a workstation and the worker hosts running the job."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Elastic Compute Cloud",
20+
"contributor": "",
21+
"description": "This release adds three features - option to store AWS Site-to-Site VPN pre-shared keys in AWS Secrets Manager, GetActiveVpnTunnelStatus API to check the in-use VPN algorithms, and SampleType option in GetVpnConnectionDeviceSampleConfiguration API to get recommended sample configs for VPN devices."
22+
}
23+
]
24+
}

.changes/2.31.52.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.31.52",
3+
"date": "2025-05-28",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Network Firewall",
8+
"contributor": "",
9+
"description": "You can now use VPC endpoint associations to create multiple firewall endpoints for a single firewall."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Elastic Compute Cloud",
14+
"contributor": "",
15+
"description": "Enable the option to automatically delete underlying Amazon EBS snapshots when deregistering Amazon Machine Images (AMIs)"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon EventBridge",
20+
"contributor": "",
21+
"description": "Allow for more than 2 characters for location codes in EventBridge ARNs"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Cost Optimization Hub",
26+
"contributor": "",
27+
"description": "This release allows customers to modify their preferred commitment term and payment options."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Synthetics",
32+
"contributor": "",
33+
"description": "Add support to change ephemeral storage. Add a new field \"TestResult\" under CanaryRunStatus."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS SDK for Java v2",
38+
"contributor": "",
39+
"description": "Updated endpoint and partition metadata."
40+
}
41+
]
42+
}

.changes/2.31.53.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"version": "2.31.53",
3+
"date": "2025-05-29",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Amplify",
8+
"contributor": "",
9+
"description": "Add support for customizable build instance sizes. CreateApp and UpdateApp operations now accept a new JobConfig parameter composed of BuildComputeType."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Billing and Cost Management Pricing Calculator",
14+
"contributor": "",
15+
"description": "Add AFTER_DISCOUNTS_AND_COMMITMENTS to Workload Estimate Rate Type. Set ListWorkLoadEstimateUsage maxResults range to minimum of 0 and maximum of 300."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS CloudTrail",
20+
"contributor": "",
21+
"description": "CloudTrail Feature Release: Support for Enriched Events with Configurable Context for Event Data Store"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Data Exchange",
26+
"contributor": "",
27+
"description": "This release adds Tag support for Event Action resource, through which customers can create event actions with Tags and retrieve event actions with Tags."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS DataSync",
32+
"contributor": "",
33+
"description": "AgentArns field is made optional for Object Storage and Azure Blob location create requests. Location credentials are now managed via Secrets Manager, and may be encrypted with service managed or customer managed keys. Authentication is now optional for Azure Blob locations."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Connect Service",
38+
"contributor": "",
39+
"description": "Amazon Connect Service Feature: Email Recipient Limit Increase"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon FSx",
44+
"contributor": "",
45+
"description": "FSx API changes to support the public launch of new Intelligent Tiering storage class on Amazon FSx for Lustre"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Interactive Video Service RealTime",
50+
"contributor": "",
51+
"description": "IVS Real-Time now offers customers the participant replication that allow customers to copy a participant from one stage to another."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AmazonMWAA",
56+
"contributor": "",
57+
"description": "Amazon MWAA now lets you choose a worker replacement strategy when updating an environment. This release adds two worker replacement strategies: FORCED (default), which stops workers immediately, and GRACEFUL, which allows workers to finish current tasks before shutting down."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon SageMaker Service",
62+
"contributor": "",
63+
"description": "Add maintenance status field to DescribeMlflowTrackingServer API response"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Simple Storage Service",
68+
"contributor": "",
69+
"description": "Adding checksum support for S3 PutBucketOwnershipControls API."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Auto Scaling",
74+
"contributor": "",
75+
"description": "Add support for \"apple\" CpuManufacturer in ABIS"
76+
}
77+
]
78+
}

.changes/2.31.54.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "2.31.54",
3+
"date": "2025-05-30",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon SageMaker Service",
8+
"contributor": "",
9+
"description": "Release new parameter CapacityReservationConfig in ProductionVariant"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "EMR Serverless",
14+
"contributor": "",
15+
"description": "This release adds the capability for users to specify an optional Execution IAM policy in the StartJobRun action. The resulting permissions assumed by the job run is the intersection of the permissions in the Execution Role and the specified Execution IAM Policy."
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.31.55.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"version": "2.31.55",
3+
"date": "2025-06-02",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Backup",
8+
"contributor": "",
9+
"description": "You can now subscribe to Amazon SNS notifications and Amazon EventBridge events for backup indexing. You can now receive notifications when a backup index is created, deleted, or fails to create, enhancing your ability to monitor and track your backup operations."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Compute Optimizer",
14+
"contributor": "",
15+
"description": "This release enables AWS Compute Optimizer to analyze Amazon Aurora database clusters and generate Aurora I/O-Optimized recommendations."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS EntityResolution",
20+
"contributor": "",
21+
"description": "Add support for generating match IDs in near real-time."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Parallel Computing Service",
26+
"contributor": "",
27+
"description": "Introduces SUSPENDING and SUSPENDED states for clusters, compute node groups, and queues."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS SDK for Java v2",
32+
"contributor": "",
33+
"description": "Improve the endpoint rules performance by directly passing the needed params instead of using a POJO to keep track of them."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Agents for Amazon Bedrock",
38+
"contributor": "",
39+
"description": "This release adds the Agent Lifecycle Paused State feature to Amazon Bedrock agents. By using an agent's alias, you can temporarily suspend agent operations during maintenance, updates, or other situations."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Athena",
44+
"contributor": "",
45+
"description": "Add support for the managed query result in the workgroup APIs. The managed query result configuration enables users to store query results to Athena owned storage."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon EC2 Container Service",
50+
"contributor": "",
51+
"description": "Updates Amazon ECS documentation to include note for upcoming default log driver mode change."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Elastic Kubernetes Service",
56+
"contributor": "",
57+
"description": "Add support for filtering ListInsights API calls on MISCONFIGURATION insight category"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Cost Optimization Hub",
62+
"contributor": "",
63+
"description": "Support recommendations for Aurora instance and Aurora cluster storage."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Synthetics",
68+
"contributor": "",
69+
"description": "Support for Java runtime handler pattern."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "AWS SDK for Java v2",
74+
"contributor": "",
75+
"description": "Updated endpoint and partition metadata."
76+
}
77+
]
78+
}

.changes/2.31.56.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.31.56",
3+
"date": "2025-06-03",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS S3 Event Notifications",
8+
"contributor": "reifiedbeans",
9+
"description": "Fixed parsing of S3 event notifications to allow eventTime to be null when eventName is not"
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "Fix NPE in `ProfileFileSupplier.defaultSupplier` when both credentials and config files do not exist."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon API Gateway",
20+
"contributor": "",
21+
"description": "Adds support to set the routing mode for a custom domain name."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AmazonApiGatewayV2",
26+
"contributor": "",
27+
"description": "Adds support to create routing rules and set the routing mode for a custom domain name."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "EMR Serverless",
32+
"contributor": "",
33+
"description": "AWS EMR Serverless: Adds a new option in the CancelJobRun API in EMR 7.9.0+, to cancel a job with grace period. This feature is enabled by default with a 120-second grace period for streaming jobs and is not enabled by default for batch jobs."
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)