Skip to content

Commit 89a4761

Browse files
author
AWS
committed
Release 2.42.7. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent d7325d3 commit 89a4761

File tree

518 files changed

+608
-559
lines changed

Some content is hidden

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

518 files changed

+608
-559
lines changed

.changes/2.42.7.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.42.7",
3+
"date": "2026-03-05",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Fixed a thread leak in ResponseInputStream and ResponsePublisher where the internal timeout scheduler thread persisted for the lifetime of the JVM, even when no streams were active. The thread now terminates after being idle for 60 seconds."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Multi-party Approval",
14+
"contributor": "",
15+
"description": "Updates to multi-party approval (MPA) service to add support for approval team baseline operations."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Savings Plans",
20+
"contributor": "",
21+
"description": "Added support for OpenSearch and Neptune Analytics to Database Savings Plans."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Elastic Compute Cloud",
26+
"contributor": "",
27+
"description": "Added metadata field to CapacityAllocation."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon GuardDuty",
32+
"contributor": "",
33+
"description": "Added MALICIOUS FILE to IndicatorType enum in MDC Sequence"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon SageMaker Service",
38+
"contributor": "",
39+
"description": "Adds support for S3 Bucket Ownership validation for SageMaker Managed MLflow."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Connect Health",
44+
"contributor": "",
45+
"description": "Connect-Health SDK is AWS's unified SDK for the Amazon Connect Health offering. It allows healthcare developers to integrate purpose-built agents - such as patient insights, ambient documentation, and medical coding - into their existing applications, including EHRs, telehealth, and revenue cycle."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SDK for Java v2",
50+
"contributor": "",
51+
"description": "Updated endpoint and partition metadata."
52+
}
53+
]
54+
}

.changes/next-release/bugfix-AWSSDKforJavav2-7d9ef28.json

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

.changes/next-release/feature-AWSMultipartyApproval-45ba0e1.json

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

.changes/next-release/feature-AWSSDKforJavav2-0443982.json

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

.changes/next-release/feature-AWSSavingsPlans-8e0e5ba.json

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

.changes/next-release/feature-AmazonElasticComputeCloud-6f23afb.json

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

.changes/next-release/feature-AmazonGuardDuty-6ada28b.json

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

.changes/next-release/feature-AmazonSageMakerService-a38ab2d.json

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

.changes/next-release/feature-ConnectHealth-b3655c8.json

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

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.42.7__ __2026-03-05__
3+
## __AWS Multi-party Approval__
4+
- ### Features
5+
- Updates to multi-party approval (MPA) service to add support for approval team baseline operations.
6+
7+
## __AWS SDK for Java v2__
8+
- ### Features
9+
- Updated endpoint and partition metadata.
10+
11+
- ### Bugfixes
12+
- Fixed a thread leak in ResponseInputStream and ResponsePublisher where the internal timeout scheduler thread persisted for the lifetime of the JVM, even when no streams were active. The thread now terminates after being idle for 60 seconds.
13+
14+
## __AWS Savings Plans__
15+
- ### Features
16+
- Added support for OpenSearch and Neptune Analytics to Database Savings Plans.
17+
18+
## __Amazon Elastic Compute Cloud__
19+
- ### Features
20+
- Added metadata field to CapacityAllocation.
21+
22+
## __Amazon GuardDuty__
23+
- ### Features
24+
- Added MALICIOUS FILE to IndicatorType enum in MDC Sequence
25+
26+
## __Amazon SageMaker Service__
27+
- ### Features
28+
- Adds support for S3 Bucket Ownership validation for SageMaker Managed MLflow.
29+
30+
## __Connect Health__
31+
- ### Features
32+
- Connect-Health SDK is AWS's unified SDK for the Amazon Connect Health offering. It allows healthcare developers to integrate purpose-built agents - such as patient insights, ambient documentation, and medical coding - into their existing applications, including EHRs, telehealth, and revenue cycle.
33+
234
# __2.42.6__ __2026-03-04__
335
## __AWS Elastic Beanstalk__
436
- ### Features

0 commit comments

Comments
 (0)