Skip to content

Commit 6b064c9

Browse files
Merge pull request #3115 from aws/staging/8f4b3de7-8d35-4b0f-91f0-2fd393db7844
Pull request: release <- staging/8f4b3de7-8d35-4b0f-91f0-2fd393db7844
2 parents 06695ec + a72b669 commit 6b064c9

File tree

895 files changed

+3870
-1569
lines changed

Some content is hidden

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

895 files changed

+3870
-1569
lines changed

.changes/2.26.21.json

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
{
2+
"version": "2.26.21",
3+
"date": "2024-07-18",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Apache HTTP Client",
8+
"contributor": "",
9+
"description": "Added fix to handle TLS half-close scenarios by throwing an exception. In TLS 1.3, the inbound and outbound close_notify alerts are independent. When the client receives a close_notify alert, it only closes the inbound stream but continues to send data to the server. Previously, the SDK could not detect that the connection was closed on the server side, causing it to get stuck while writing to the socket and eventually timing out. With this bug fix, the SDK will now detect the closed connection and throw an appropriate exception, preventing client hangs and improving overall reliability."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Certificate Manager Private Certificate Authority",
14+
"contributor": "",
15+
"description": "Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Elemental MediaLive",
20+
"contributor": "",
21+
"description": "AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "",
27+
"description": "The partitions.json that ships with the SDK can now be overridden using one of the following means (in priority order):\n1. Specify a file path using the system property `aws.partitionsFile`\n2. Specify a file path using the environment variable `AWS_PARTITIONS_FILE`\n3. Add a resource to the classpath under the name `software/amazon/awssdk/global/partitions.json`"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS SDK for Java v2",
32+
"contributor": "",
33+
"description": "Make Waiters use the new Backoff Strategy"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS Secrets Manager",
38+
"contributor": "",
39+
"description": "Doc only update for Secrets Manager"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Connect Service",
44+
"contributor": "",
45+
"description": "Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint)"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Elastic Compute Cloud",
50+
"contributor": "",
51+
"description": "Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Interactive Video Service Chat",
56+
"contributor": "",
57+
"description": "Documentation update for IVS Chat API Reference."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Kinesis Firehose",
62+
"contributor": "",
63+
"description": "This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Relational Database Service",
68+
"contributor": "",
69+
"description": "Updates Amazon RDS documentation to specify an eventual consistency model for DescribePendingMaintenanceActions."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon SageMaker Service",
74+
"contributor": "",
75+
"description": "SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon Timestream Query",
80+
"contributor": "",
81+
"description": "Doc-only update for TimestreamQuery. Added guidance about the accepted valid value for the QueryPricingModel parameter."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Amazon WorkSpaces Thin Client",
86+
"contributor": "",
87+
"description": "Documentation update for WorkSpaces Thin Client."
88+
},
89+
{
90+
"type": "feature",
91+
"category": "Tax Settings",
92+
"contributor": "",
93+
"description": "Set default endpoint for aws partition. Requests from all regions in aws partition will be forward to us-east-1 endpoint."
94+
},
95+
{
96+
"type": "feature",
97+
"category": "AWS SDK for Java v2",
98+
"contributor": "",
99+
"description": "Updated endpoint and partition metadata."
100+
}
101+
]
102+
}

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,66 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.26.21__ __2024-07-18__
3+
## __AWS Certificate Manager Private Certificate Authority__
4+
- ### Features
5+
- Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK.
6+
7+
## __AWS Elemental MediaLive__
8+
- ### Features
9+
- AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type.
10+
11+
## __AWS SDK for Java v2__
12+
- ### Features
13+
- Make Waiters use the new Backoff Strategy
14+
- The partitions.json that ships with the SDK can now be overridden using one of the following means (in priority order):
15+
1. Specify a file path using the system property `aws.partitionsFile`
16+
2. Specify a file path using the environment variable `AWS_PARTITIONS_FILE`
17+
3. Add a resource to the classpath under the name `software/amazon/awssdk/global/partitions.json`
18+
- Updated endpoint and partition metadata.
19+
20+
## __AWS Secrets Manager__
21+
- ### Features
22+
- Doc only update for Secrets Manager
23+
24+
## __Amazon Connect Service__
25+
- ### Features
26+
- Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint)
27+
28+
## __Amazon Elastic Compute Cloud__
29+
- ### Features
30+
- Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range.
31+
32+
## __Amazon Interactive Video Service Chat__
33+
- ### Features
34+
- Documentation update for IVS Chat API Reference.
35+
36+
## __Amazon Kinesis Firehose__
37+
- ### Features
38+
- This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination.
39+
40+
## __Amazon Relational Database Service__
41+
- ### Features
42+
- Updates Amazon RDS documentation to specify an eventual consistency model for DescribePendingMaintenanceActions.
43+
44+
## __Amazon SageMaker Service__
45+
- ### Features
46+
- SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family.
47+
48+
## __Amazon Timestream Query__
49+
- ### Features
50+
- Doc-only update for TimestreamQuery. Added guidance about the accepted valid value for the QueryPricingModel parameter.
51+
52+
## __Amazon WorkSpaces Thin Client__
53+
- ### Features
54+
- Documentation update for WorkSpaces Thin Client.
55+
56+
## __Apache HTTP Client__
57+
- ### Bugfixes
58+
- Added fix to handle TLS half-close scenarios by throwing an exception. In TLS 1.3, the inbound and outbound close_notify alerts are independent. When the client receives a close_notify alert, it only closes the inbound stream but continues to send data to the server. Previously, the SDK could not detect that the connection was closed on the server side, causing it to get stuck while writing to the socket and eventually timing out. With this bug fix, the SDK will now detect the closed connection and throw an appropriate exception, preventing client hangs and improving overall reliability.
59+
60+
## __Tax Settings__
61+
- ### Features
62+
- Set default endpoint for aws partition. Requests from all regions in aws partition will be forward to us-east-1 endpoint.
63+
264
# __2.26.20__ __2024-07-12__
365
## __AWS ARC - Zonal Shift__
466
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver
5252
<dependency>
5353
<groupId>software.amazon.awssdk</groupId>
5454
<artifactId>bom</artifactId>
55-
<version>2.26.20</version>
55+
<version>2.26.21</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>
@@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
8686
<dependency>
8787
<groupId>software.amazon.awssdk</groupId>
8888
<artifactId>ec2</artifactId>
89-
<version>2.26.20</version>
89+
<version>2.26.21</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.26.20</version>
94+
<version>2.26.21</version>
9595
</dependency>
9696
```
9797

@@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
103103
<dependency>
104104
<groupId>software.amazon.awssdk</groupId>
105105
<artifactId>aws-sdk-java</artifactId>
106-
<version>2.26.20</version>
106+
<version>2.26.21</version>
107107
</dependency>
108108
```
109109

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.26.20</version>
23+
<version>2.26.21</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.26.20</version>
23+
<version>2.26.21</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.26.20</version>
23+
<version>2.26.21</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.26.20</version>
23+
<version>2.26.21</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.26.20</version>
20+
<version>2.26.21</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.26.20</version>
23+
<version>2.26.21</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/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.26.20</version>
20+
<version>2.26.21</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

bundle-logging-bridge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.26.20</version>
24+
<version>2.26.21</version>
2525
</parent>
2626
<artifactId>bundle-logging-bridge</artifactId>
2727
<packaging>jar</packaging>

bundle-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.26.20</version>
24+
<version>2.26.21</version>
2525
</parent>
2626
<artifactId>bundle-sdk</artifactId>
2727
<packaging>jar</packaging>

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.26.20</version>
24+
<version>2.26.21</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

codegen-lite-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.26.20</version>
25+
<version>2.26.21</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

codegen-lite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.26.20</version>
24+
<version>2.26.21</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.26.20</version>
25+
<version>2.26.21</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.26.20</version>
24+
<version>2.26.21</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

codegen/src/main/java/software/amazon/awssdk/codegen/model/config/customization/CustomizationConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ public class CustomizationConfig {
279279
/**
280280
* Whether SRA based auth logic should be used.
281281
*/
282-
private boolean useSraAuth = false;
282+
private boolean useSraAuth = true;
283283

284284
/**
285285
* Whether to generate auth scheme params based on endpoint params.

0 commit comments

Comments
 (0)