Skip to content

Commit 0b590b1

Browse files
author
AWS
committed
Release 2.23.13. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 4ebb7ab commit 0b590b1

File tree

464 files changed

+545
-506
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

+545
-506
lines changed

.changes/2.23.13.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.23.13",
3+
"date": "2024-01-29",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Amazon Simple Storage Service",
8+
"contributor": "",
9+
"description": "S3 client configured with crossRegionEnabled(true) will now use us-east-1 regional endpoint instead of the global endpoint. See [#4720](https://github.com/aws/aws-sdk-java-v2/issues/4720)."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Comprehend",
14+
"contributor": "",
15+
"description": "Comprehend PII analysis now supports Spanish input documents."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Elastic Compute Cloud",
20+
"contributor": "",
21+
"description": "EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Import/Export Snowball",
26+
"contributor": "",
27+
"description": "Modified description of createaddress to include direction to add path when providing a JSON file."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AmazonMWAA",
32+
"contributor": "",
33+
"description": "This release adds MAINTENANCE environment status for Amazon MWAA environments."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Relational Database Service",
38+
"contributor": "",
39+
"description": "Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Auto Scaling",
44+
"contributor": "",
45+
"description": "EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type."
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-AmazonSimpleStorageService-4b6b8dd.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-AmazonComprehend-2b8bffd.json

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

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

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

.changes/next-release/feature-AmazonImportExportSnowball-7a6eb69.json

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

.changes/next-release/feature-AmazonMWAA-61421a7.json

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

.changes/next-release/feature-AmazonRelationalDatabaseService-0b6798c.json

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

.changes/next-release/feature-AutoScaling-8a6ff5e.json

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

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# __2.23.13__ __2024-01-29__
2+
## __AWS SDK for Java v2__
3+
- ### Features
4+
- Updated endpoint and partition metadata.
5+
6+
## __Amazon Comprehend__
7+
- ### Features
8+
- Comprehend PII analysis now supports Spanish input documents.
9+
10+
## __Amazon Elastic Compute Cloud__
11+
- ### Features
12+
- EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
13+
14+
## __Amazon Import/Export Snowball__
15+
- ### Features
16+
- Modified description of createaddress to include direction to add path when providing a JSON file.
17+
18+
## __Amazon Relational Database Service__
19+
- ### Features
20+
- Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience.
21+
22+
## __Amazon Simple Storage Service__
23+
- ### Bugfixes
24+
- S3 client configured with crossRegionEnabled(true) will now use us-east-1 regional endpoint instead of the global endpoint. See [#4720](https://github.com/aws/aws-sdk-java-v2/issues/4720).
25+
26+
## __AmazonMWAA__
27+
- ### Features
28+
- This release adds MAINTENANCE environment status for Amazon MWAA environments.
29+
30+
## __Auto Scaling__
31+
- ### Features
32+
- EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
33+
134
# __2.23.12__ __2024-01-26__
235
## __AWS SDK for Java v2__
336
- ### Features
@@ -2986,7 +3019,7 @@ Special thanks to the following contributors to this release:
29863019
## __Contributors__
29873020
Special thanks to the following contributors to this release:
29883021

2989-
[@faucct](https://github.com/faucct), [@psnilesh](https://github.com/psnilesh)
3022+
[@psnilesh](https://github.com/psnilesh), [@faucct](https://github.com/faucct)
29903023
# __2.20.146__ __2023-09-12__
29913024
## __AWS CRT-based S3 Client__
29923025
- ### Bugfixes

0 commit comments

Comments
 (0)