Skip to content

Commit a72b669

Browse files
author
AWS
committed
Release 2.26.21. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 731a2f6 commit a72b669

File tree

486 files changed

+635
-567
lines changed

Some content is hidden

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

486 files changed

+635
-567
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+
}

.changes/next-release/bugfix-ApacheHTTPClient-a5c4ad8.json

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

.changes/next-release/feature-AWSCertificateManagerPrivateCertificateAuthority-a55f378.json

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

.changes/next-release/feature-AWSElementalMediaLive-ee8dfa4.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-AWSSDKforJavav2-9bb4f2e.json

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

.changes/next-release/feature-AWSSDKforJavav2-be10b35.json

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

.changes/next-release/feature-AWSSecretsManager-545c9b3.json

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

.changes/next-release/feature-AmazonConnectService-22b634a.json

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

.changes/next-release/feature-AmazonElasticComputeCloud-ba4516a.json

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

0 commit comments

Comments
 (0)