Skip to content

Commit 775a4ea

Browse files
author
AWS
committed
Release 2.42.12. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 826183d commit 775a4ea

File tree

519 files changed

+603
-560
lines changed

Some content is hidden

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

519 files changed

+603
-560
lines changed

.changes/2.42.12.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.42.12",
3+
"date": "2026-03-12",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "akhilyendluri",
9+
"description": "Updating Lakefromation Access Grants Plugin version to 1.4.1"
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "S3 Transfer Manager",
14+
"contributor": "",
15+
"description": "Fix inaccurate progress tracking for in-memory uploads in the Java-based S3TransferManager."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS DataSync",
20+
"contributor": "",
21+
"description": "DataSync's 3 location types, Hadoop Distributed File System (HDFS), FSx for Windows File Server (FSx Windows), and FSx for NetApp ONTAP (FSx ONTAP) now have credentials managed via Secrets Manager, which may be encrypted with service keys or be configured to use customer-managed keys or secret."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Cloudfront",
26+
"contributor": "",
27+
"description": "Add support for resourceUrlPattern to `CloudFrontUtilities.getCookiesForCustomPolicy`."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon DynamoDB Enhanced Client",
32+
"contributor": "",
33+
"description": "Added dynamoDbClient() and dynamoDbAsyncClient() default methods to DynamoDbEnhancedClient and DynamoDbEnhancedAsyncClient interfaces to allow access to the underlying low-level client. Fixes [#6654](https://github.com/aws/aws-sdk-java-v2/issues/6654)"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Elastic Container Registry",
38+
"contributor": "",
39+
"description": "Add Chainguard to PTC upstreamRegistry enum"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Simple Storage Service",
44+
"contributor": "",
45+
"description": "Adds support for account regional namespaces for general purpose buckets. The account regional namespace is a reserved subdivision of the global bucket namespace where only your account can create general purpose buckets."
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-e729148.json

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

.changes/next-release/bugfix-S3TransferManager-60b3cdc.json

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

.changes/next-release/feature-AWSDataSync-fc02b7a.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-AmazonCloudfront-20342a6.json

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

.changes/next-release/feature-AmazonDynamoDBEnhancedClient-d608437.json

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

.changes/next-release/feature-AmazonElasticContainerRegistry-62ea22c.json

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

.changes/next-release/feature-AmazonSimpleStorageService-8c4cc1b.json

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

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,41 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.42.12__ __2026-03-12__
3+
## __AWS DataSync__
4+
- ### Features
5+
- DataSync's 3 location types, Hadoop Distributed File System (HDFS), FSx for Windows File Server (FSx Windows), and FSx for NetApp ONTAP (FSx ONTAP) now have credentials managed via Secrets Manager, which may be encrypted with service keys or be configured to use customer-managed keys or secret.
6+
7+
## __AWS SDK for Java v2__
8+
- ### Features
9+
- Updated endpoint and partition metadata.
10+
11+
- ### Bugfixes
12+
- Updating Lakefromation Access Grants Plugin version to 1.4.1
13+
- Contributed by: [@akhilyendluri](https://github.com/akhilyendluri)
14+
15+
## __Amazon Cloudfront__
16+
- ### Features
17+
- Add support for resourceUrlPattern to `CloudFrontUtilities.getCookiesForCustomPolicy`.
18+
19+
## __Amazon DynamoDB Enhanced Client__
20+
- ### Features
21+
- Added dynamoDbClient() and dynamoDbAsyncClient() default methods to DynamoDbEnhancedClient and DynamoDbEnhancedAsyncClient interfaces to allow access to the underlying low-level client. Fixes [#6654](https://github.com/aws/aws-sdk-java-v2/issues/6654)
22+
23+
## __Amazon Elastic Container Registry__
24+
- ### Features
25+
- Add Chainguard to PTC upstreamRegistry enum
26+
27+
## __Amazon Simple Storage Service__
28+
- ### Features
29+
- Adds support for account regional namespaces for general purpose buckets. The account regional namespace is a reserved subdivision of the global bucket namespace where only your account can create general purpose buckets.
30+
31+
## __S3 Transfer Manager__
32+
- ### Bugfixes
33+
- Fix inaccurate progress tracking for in-memory uploads in the Java-based S3TransferManager.
34+
35+
## __Contributors__
36+
Special thanks to the following contributors to this release:
37+
38+
[@akhilyendluri](https://github.com/akhilyendluri)
239
# __2.42.11__ __2026-03-11__
340
## __AWS CRT-based S3 Client__
441
- ### Bugfixes

0 commit comments

Comments
 (0)