Skip to content

Commit d182576

Browse files
author
AWS
committed
Release 2.23.20. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 9d8d4cf commit d182576

File tree

464 files changed

+541
-505
lines changed

Some content is hidden

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

464 files changed

+541
-505
lines changed

.changes/2.23.20.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.23.20",
3+
"date": "2024-02-07",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS CRT Sync HTTP Client",
8+
"contributor": "",
9+
"description": "Fixed an issue where `CancellationException` was thrown incorrectly from AWS CRT Sync HTTP client when execution time exceeded the total configured API call attempt timeout or API call timeout. Now it throws `ApiCallAttemptTimeoutException`/`ApiCallTimeoutException` accordingly. See [#4820](https://github.com/aws/aws-sdk-java-v2/issues/4820)"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "Bump `aws-crt` version to `0.29.9`"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS DataSync",
20+
"contributor": "",
21+
"description": "AWS DataSync now supports manifests for specifying files or objects to transfer."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon CloudFront KeyValueStore",
26+
"contributor": "",
27+
"description": "Switching CloudFront KeyValueStore onto the new SRA (Smithy Reference Architecture) identity and auth logic that was released in v2.21.0."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Lex Model Building V2",
32+
"contributor": "",
33+
"description": "This release introduces a new bot replication feature as part of Lex Global Resiliency offering. This feature leverages a new set of APIs that allow customers to create bot replicas and replicate changes to bots across regions."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Redshift",
38+
"contributor": "",
39+
"description": "LisRecommendations API to fetch Amazon Redshift Advisor recommendations."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS CRT-based S3 Client",
44+
"contributor": "",
45+
"description": "Exposes a setting to set the memory limit when making asynchronous calls with the CRT-based S3 client"
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-AWSCRTSyncHTTPClient-660cc21.json

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

.changes/next-release/feature-AWSCRTbasedS3Client-353870f.json

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

.changes/next-release/feature-AWSDataSync-c30f976.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-AmazonCloudFrontKeyValueStore-3a3d55e.json

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

.changes/next-release/feature-AmazonLexModelBuildingV2-12fd516.json

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

.changes/next-release/feature-AmazonRedshift-bd5469f.json

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

.changes/next-release/feature-AmazonS3-c28f9de.json

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

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.23.20__ __2024-02-07__
3+
## __AWS CRT Sync HTTP Client__
4+
- ### Bugfixes
5+
- Fixed an issue where `CancellationException` was thrown incorrectly from AWS CRT Sync HTTP client when execution time exceeded the total configured API call attempt timeout or API call timeout. Now it throws `ApiCallAttemptTimeoutException`/`ApiCallTimeoutException` accordingly. See [#4820](https://github.com/aws/aws-sdk-java-v2/issues/4820)
6+
7+
## __AWS CRT-based S3 Client__
8+
- ### Features
9+
- Exposes a setting to set the memory limit when making asynchronous calls with the CRT-based S3 client
10+
11+
## __AWS DataSync__
12+
- ### Features
13+
- AWS DataSync now supports manifests for specifying files or objects to transfer.
14+
15+
## __AWS SDK for Java v2__
16+
- ### Features
17+
- Bump `aws-crt` version to `0.29.9`
18+
- Updated endpoint and partition metadata.
19+
20+
## __Amazon CloudFront KeyValueStore__
21+
- ### Features
22+
- Switching CloudFront KeyValueStore onto the new SRA (Smithy Reference Architecture) identity and auth logic that was released in v2.21.0.
23+
24+
## __Amazon Lex Model Building V2__
25+
- ### Features
26+
- This release introduces a new bot replication feature as part of Lex Global Resiliency offering. This feature leverages a new set of APIs that allow customers to create bot replicas and replicate changes to bots across regions.
27+
28+
## __Amazon Redshift__
29+
- ### Features
30+
- LisRecommendations API to fetch Amazon Redshift Advisor recommendations.
31+
232
# __2.23.19__ __2024-02-06__
333
## __AWS AppSync__
434
- ### Features

0 commit comments

Comments
 (0)