Skip to content

Commit 4db1766

Browse files
Merge pull request #4799 from aws/staging/67933042-28d4-414a-88c3-cfa8c342d4a8
Pull request: release <- staging/67933042-28d4-414a-88c3-cfa8c342d4a8
2 parents acaf887 + 11f85d2 commit 4db1766

File tree

530 files changed

+4521
-853
lines changed

Some content is hidden

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

530 files changed

+4521
-853
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,15 @@
11111111
"contributions": [
11121112
"code"
11131113
]
1114+
},
1115+
{
1116+
"login": "ryanyuan",
1117+
"name": "Ryan Yuan",
1118+
"avatar_url": "https://avatars.githubusercontent.com/u/7124535?v=4",
1119+
"profile": "https://github.com/ryanyuan",
1120+
"contributions": [
1121+
"doc"
1122+
]
11141123
}
11151124
],
11161125
"contributorsPerLine": 7,

.changes/2.42.13.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"version": "2.42.13",
3+
"date": "2026-03-13",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "sullis",
9+
"description": "upgrade maven-compiler-plugin to 3.14.1"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Config",
14+
"contributor": "",
15+
"description": "Fix pagination support for DescribeConformancePackCompliance, and update OrganizationConfigRule InputParameters max length to match ConfigRule."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Elemental MediaConvert",
20+
"contributor": "",
21+
"description": "This update adds support for Dolby AC-4 audio output, frame rate conversion between non-Dolby Vision inputs to Dolby Vision outputs, and clear lead CMAF HLS output."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Elemental MediaLive",
26+
"contributor": "",
27+
"description": "Documents the VideoDescription.ScalingBehavior.SMART(underscore)CROP enum value."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Glue",
32+
"contributor": "",
33+
"description": "Add QuerySessionContext to BatchGetPartitionRequest"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon API Gateway",
38+
"contributor": "",
39+
"description": "API Gateway now supports an additional security policy \"SecurityPolicy-TLS13-1-2-FIPS-PFS-PQ-2025-09\" for REST APIs and custom domain names. The new policy is compliant with TLS 1.3, Federal Information Processing Standards (FIPS), Perfect Forward Secrecy (PFS), and post-quantum (PQ) cryptography"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Connect Service",
44+
"contributor": "",
45+
"description": "Deprecating PredefinedNotificationID field"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon GameLift Streams",
50+
"contributor": "",
51+
"description": "Feature launch that enables customers to connect streaming sessions to their own VPCs running in AWS."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Interactive Video Service RealTime",
56+
"contributor": "",
57+
"description": "Updates maximum reconnect window seconds from 60 to 300 for participant replication"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon QuickSight",
62+
"contributor": "",
63+
"description": "The change adds a new capability named ManageSharedFolders in Custom Permissions"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon S3",
68+
"contributor": "",
69+
"description": "Added `expectContinueEnabled` to `S3Configuration` to control the `Expect: 100-continue` header on PutObject and UploadPart requests. When set to `false`, the SDK stops adding the header. For Apache HTTP client users, to have `ApacheHttpClient.builder().expectContinueEnabled()` fully control the header, set `expectContinueEnabled(false)` on `S3Configuration`."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Application Migration Service",
74+
"contributor": "",
75+
"description": "Network Migration APIs are now publicly available for direct programmatic access. Customers can now call Network Migration APIs directly without going through AWS Transform (ATX), enabling automation, integration with existing tools, and self-service migration workflows."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "AWS SDK for Java v2",
80+
"contributor": "",
81+
"description": "Updated endpoint and partition metadata."
82+
}
83+
]
84+
}

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,61 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.42.13__ __2026-03-13__
3+
## __AWS Config__
4+
- ### Features
5+
- Fix pagination support for DescribeConformancePackCompliance, and update OrganizationConfigRule InputParameters max length to match ConfigRule.
6+
7+
## __AWS Elemental MediaConvert__
8+
- ### Features
9+
- This update adds support for Dolby AC-4 audio output, frame rate conversion between non-Dolby Vision inputs to Dolby Vision outputs, and clear lead CMAF HLS output.
10+
11+
## __AWS Elemental MediaLive__
12+
- ### Features
13+
- Documents the VideoDescription.ScalingBehavior.SMART(underscore)CROP enum value.
14+
15+
## __AWS Glue__
16+
- ### Features
17+
- Add QuerySessionContext to BatchGetPartitionRequest
18+
19+
## __AWS SDK for Java v2__
20+
- ### Features
21+
- Updated endpoint and partition metadata.
22+
23+
- ### Bugfixes
24+
- upgrade maven-compiler-plugin to 3.14.1
25+
- Contributed by: [@sullis](https://github.com/sullis)
26+
27+
## __Amazon API Gateway__
28+
- ### Features
29+
- API Gateway now supports an additional security policy "SecurityPolicy-TLS13-1-2-FIPS-PFS-PQ-2025-09" for REST APIs and custom domain names. The new policy is compliant with TLS 1.3, Federal Information Processing Standards (FIPS), Perfect Forward Secrecy (PFS), and post-quantum (PQ) cryptography
30+
31+
## __Amazon Connect Service__
32+
- ### Features
33+
- Deprecating PredefinedNotificationID field
34+
35+
## __Amazon GameLift Streams__
36+
- ### Features
37+
- Feature launch that enables customers to connect streaming sessions to their own VPCs running in AWS.
38+
39+
## __Amazon Interactive Video Service RealTime__
40+
- ### Features
41+
- Updates maximum reconnect window seconds from 60 to 300 for participant replication
42+
43+
## __Amazon QuickSight__
44+
- ### Features
45+
- The change adds a new capability named ManageSharedFolders in Custom Permissions
46+
47+
## __Amazon S3__
48+
- ### Features
49+
- Added `expectContinueEnabled` to `S3Configuration` to control the `Expect: 100-continue` header on PutObject and UploadPart requests. When set to `false`, the SDK stops adding the header. For Apache HTTP client users, to have `ApacheHttpClient.builder().expectContinueEnabled()` fully control the header, set `expectContinueEnabled(false)` on `S3Configuration`.
50+
51+
## __Application Migration Service__
52+
- ### Features
53+
- Network Migration APIs are now publicly available for direct programmatic access. Customers can now call Network Migration APIs directly without going through AWS Transform (ATX), enabling automation, integration with existing tools, and self-service migration workflows.
54+
55+
## __Contributors__
56+
Special thanks to the following contributors to this release:
57+
58+
[@sullis](https://github.com/sullis)
259
# __2.42.12__ __2026-03-12__
360
## __AWS DataSync__
461
- ### Features

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Maven](https://img.shields.io/maven-central/v/software.amazon.awssdk/s3.svg?label=Maven)](https://search.maven.org/search?q=g:%22software.amazon.awssdk%22%20AND%20a:%22s3%22)
44
[![codecov](https://codecov.io/gh/aws/aws-sdk-java-v2/branch/master/graph/badge.svg)](https://codecov.io/gh/aws/aws-sdk-java-v2)
55
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
6-
[![All Contributors](https://img.shields.io/badge/all_contributors-123-orange.svg?style=flat-square)](#contributors-)
6+
[![All Contributors](https://img.shields.io/badge/all_contributors-124-orange.svg?style=flat-square)](#contributors-)
77
<!-- ALL-CONTRIBUTORS-BADGE:END -->
88

99
The **AWS SDK for Java 2.0** is a rewrite of 1.0 with some great new features. As with version 1.0,
@@ -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.42.12</version>
54+
<version>2.42.13</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.42.12</version>
88+
<version>2.42.13</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.42.12</version>
93+
<version>2.42.13</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.42.12</version>
105+
<version>2.42.13</version>
106106
</dependency>
107107
```
108108

@@ -348,6 +348,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
348348
<td align="center" valign="top" width="14.28%"><a href="https://mboegie.dev"><img src="https://avatars.githubusercontent.com/u/7557397?v=4?s=100" width="100px;" alt="Merlin Bögershausen"/><br /><sub><b>Merlin Bögershausen</b></sub></a><br /><a href="https://github.com/aws/aws-sdk-java-v2/commits?author=MBoegers" title="Code">💻</a></td>
349349
<td align="center" valign="top" width="14.28%"><a href="http://kennysoft.kr"><img src="https://avatars.githubusercontent.com/u/6624567?v=4?s=100" width="100px;" alt="Hyeonmin Park"/><br /><sub><b>Hyeonmin Park</b></sub></a><br /><a href="https://github.com/aws/aws-sdk-java-v2/commits?author=KENNYSOFT" title="Documentation">📖</a></td>
350350
<td align="center" valign="top" width="14.28%"><a href="https://github.com/carhaz"><img src="https://avatars.githubusercontent.com/u/236483641?v=4?s=100" width="100px;" alt="carhaz"/><br /><sub><b>carhaz</b></sub></a><br /><a href="https://github.com/aws/aws-sdk-java-v2/commits?author=carhaz" title="Code">💻</a></td>
351+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ryanyuan"><img src="https://avatars.githubusercontent.com/u/7124535?v=4?s=100" width="100px;" alt="Ryan Yuan"/><br /><sub><b>Ryan Yuan</b></sub></a><br /><a href="https://github.com/aws/aws-sdk-java-v2/commits?author=ryanyuan" title="Documentation">📖</a></td>
351352
</tr>
352353
</tbody>
353354
</table>

archetypes/archetype-app-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.42.12</version>
23+
<version>2.42.13</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/archetype-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.42.12</version>
23+
<version>2.42.13</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

archetypes/archetype-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.42.12</version>
23+
<version>2.42.13</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.42.12</version>
23+
<version>2.42.13</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.42.12</version>
20+
<version>2.42.13</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

bom-internal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.42.12</version>
23+
<version>2.42.13</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)