You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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."
Copy file name to clipboardExpand all lines: CHANGELOG.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,41 @@
1
1
#### 👋 _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
- 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:
0 commit comments