Skip to content

Commit c30f9c7

Browse files
Release 2.48.1. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 6841ea8 commit c30f9c7

529 files changed

Lines changed: 605 additions & 565 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.

.changes/2.48.1.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.48.1",
3+
"date": "2026-07-15",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Elastic Load Balancing",
8+
"contributor": "",
9+
"description": "This release adds support for the IpAddressType field on SourceIpConfig, enabling Network Load Balancer listener rules to match traffic based on whether the source IP is IPv4 or IPv6."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "S3 Event Notification",
14+
"contributor": "",
15+
"description": "Added `awsGeneratedTags` field to `S3Bucket` in the S3 Event Notifications module. Amazon S3 emits AWS-generated system tags on the `bucket` portion of event notifications when system tags are enabled on the source bucket. SDK consumers on the SNS/SQS/Lambda delivery paths can now access these tags via `S3Bucket#getAwsGeneratedTags()`."
16+
},
17+
{
18+
"type": "bugfix",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "jtuglu1",
21+
"description": "Fixed an issue where `ContainerCredentialsProvider` rejected the EKS Pod Identity IPv6 endpoint unless `AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE` was set to `IPv6`."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon HealthLake",
26+
"contributor": "",
27+
"description": "AWS HealthLake now offers data transformation in Preview to convert CSV and C-CDA data to FHIR R4. Customers can maintain reusable mapping profiles, run sync or async jobs with provenance tracking and drift detection, and use an AI agent to build and edit mapping logic from natural language."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Relational Database Service",
32+
"contributor": "",
33+
"description": "Adds support for modifying EngineLifecycleSupport on DB instances and DB clusters through ModifyDBInstance and ModifyDBCluster."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Bedrock AgentCore Control",
38+
"contributor": "",
39+
"description": "Fix HarnessEndpointArn pattern to match the actual service-emitted ARN format ('harness-endpoint' instead of 'endpoint'). Add additionalParams to Gemini model configuration for passing provider-specific parameters through to the model unchanged."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Payment Cryptography Data Plane",
44+
"contributor": "",
45+
"description": "Adds support for UnionPay session key derivation to the GenerateAuthRequestCryptogram, VerifyAuthRequestCryptogram, GenerateMac, and VerifyMac APIs."
46+
}
47+
]
48+
}

.changes/next-release/bugfix-AWSSDKforJavav2-94cb1c6.json

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

.changes/next-release/feature-AmazonBedrockAgentCoreControl-7f1cbde.json

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

.changes/next-release/feature-AmazonHealthLake-1324c15.json

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

.changes/next-release/feature-AmazonRelationalDatabaseService-1974240.json

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

.changes/next-release/feature-ElasticLoadBalancing-d086a4b.json

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

.changes/next-release/feature-PaymentCryptographyDataPlane-b7324da.json

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

.changes/next-release/feature-S3EventNotification-6d2df07.json

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

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,38 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.48.1__ __2026-07-15__
3+
## __AWS SDK for Java v2__
4+
- ### Bugfixes
5+
- Fixed an issue where `ContainerCredentialsProvider` rejected the EKS Pod Identity IPv6 endpoint unless `AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE` was set to `IPv6`.
6+
- Contributed by: [@jtuglu1](https://github.com/jtuglu1)
7+
8+
## __Amazon Bedrock AgentCore Control__
9+
- ### Features
10+
- Fix HarnessEndpointArn pattern to match the actual service-emitted ARN format ('harness-endpoint' instead of 'endpoint'). Add additionalParams to Gemini model configuration for passing provider-specific parameters through to the model unchanged.
11+
12+
## __Amazon HealthLake__
13+
- ### Features
14+
- AWS HealthLake now offers data transformation in Preview to convert CSV and C-CDA data to FHIR R4. Customers can maintain reusable mapping profiles, run sync or async jobs with provenance tracking and drift detection, and use an AI agent to build and edit mapping logic from natural language.
15+
16+
## __Amazon Relational Database Service__
17+
- ### Features
18+
- Adds support for modifying EngineLifecycleSupport on DB instances and DB clusters through ModifyDBInstance and ModifyDBCluster.
19+
20+
## __Elastic Load Balancing__
21+
- ### Features
22+
- This release adds support for the IpAddressType field on SourceIpConfig, enabling Network Load Balancer listener rules to match traffic based on whether the source IP is IPv4 or IPv6.
23+
24+
## __Payment Cryptography Data Plane__
25+
- ### Features
26+
- Adds support for UnionPay session key derivation to the GenerateAuthRequestCryptogram, VerifyAuthRequestCryptogram, GenerateMac, and VerifyMac APIs.
27+
28+
## __S3 Event Notification__
29+
- ### Features
30+
- Added `awsGeneratedTags` field to `S3Bucket` in the S3 Event Notifications module. Amazon S3 emits AWS-generated system tags on the `bucket` portion of event notifications when system tags are enabled on the source bucket. SDK consumers on the SNS/SQS/Lambda delivery paths can now access these tags via `S3Bucket#getAwsGeneratedTags()`.
31+
32+
## __Contributors__
33+
Special thanks to the following contributors to this release:
34+
35+
[@jtuglu1](https://github.com/jtuglu1)
236
# __2.48.0__ __2026-07-14__
337
## __AWS Cloud Map__
438
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To automatically manage module versions (currently all modules have the same ver
5151
<dependency>
5252
<groupId>software.amazon.awssdk</groupId>
5353
<artifactId>bom</artifactId>
54-
<version>2.48.0</version>
54+
<version>2.48.1</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</dependency>
@@ -85,12 +85,12 @@ Alternatively you can add dependencies for the specific services you use only:
8585
<dependency>
8686
<groupId>software.amazon.awssdk</groupId>
8787
<artifactId>ec2</artifactId>
88-
<version>2.48.0</version>
88+
<version>2.48.1</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.48.0</version>
93+
<version>2.48.1</version>
9494
</dependency>
9595
```
9696

@@ -102,7 +102,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
102102
<dependency>
103103
<groupId>software.amazon.awssdk</groupId>
104104
<artifactId>aws-sdk-java</artifactId>
105-
<version>2.48.0</version>
105+
<version>2.48.1</version>
106106
</dependency>
107107
```
108108

0 commit comments

Comments
 (0)