Skip to content

Commit aa091a1

Browse files
authored
Merge branch 'master' into feature/imds-fallback
2 parents d65352d + f697b8c commit aa091a1

File tree

536 files changed

+1370
-970
lines changed

Some content is hidden

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

536 files changed

+1370
-970
lines changed

.changes/2.23.12.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.23.12",
3+
"date": "2024-01-26",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Fixed bug where the ProfileCredentialsProvider would re-read the credentials file with each request by default."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "Improved performance of chunk-encoded streaming uploads, like S3's PutObject."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Connect Service",
20+
"contributor": "",
21+
"description": "Update list and string length limits for predefined attributes."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon SageMaker Service",
26+
"contributor": "",
27+
"description": "Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Inspector2",
32+
"contributor": "",
33+
"description": "This release adds ECR container image scanning based on their lastRecordedPullTime."
34+
}
35+
]
36+
}

.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/2.23.14.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "2.23.14",
3+
"date": "2024-01-30",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon DataZone",
8+
"contributor": "",
9+
"description": "Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Route 53",
14+
"contributor": "",
15+
"description": "Update the SDKs for text changes in the APIs."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon S3",
20+
"contributor": "",
21+
"description": "Reduce memory usage when request-level plugins aren't used."
22+
}
23+
]
24+
}

.changes/next-release/bugfix-AWSSDKforJavav2-8b416ff.json

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

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

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Reduce how many times input data is copied when writing to chunked encoded operations, like S3's PutObject."
6+
}

.github/workflows/closed-issue-message.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@ jobs:
1313
# These inputs are both required
1414
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1515
message: |
16-
### ⚠️COMMENT VISIBILITY WARNING⚠️
17-
Comments on closed issues are hard for our team to see.
18-
If you need more assistance, please open a new issue that references this one.
19-
If you wish to keep having a conversation with other community members under this issue feel free to do so.
16+
This issue is now closed. Comments on closed issues are hard for our team to see.
17+
If you need more assistance, please open a new issue that references this one.

.github/workflows/stale-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
closed-for-staleness-label: closed-for-staleness
4343

4444
# Issue timing
45-
days-before-stale: 5
46-
days-before-close: 2
45+
days-before-stale: 10
46+
days-before-close: 4
4747
days-before-ancient: 36500
4848

4949
# If you don't want to mark a issue as being ancient based on a

CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,69 @@
1+
# __2.23.14__ __2024-01-30__
2+
## __Amazon DataZone__
3+
- ### Features
4+
- Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects
5+
6+
## __Amazon Route 53__
7+
- ### Features
8+
- Update the SDKs for text changes in the APIs.
9+
10+
## __Amazon S3__
11+
- ### Features
12+
- Reduce memory usage when request-level plugins aren't used.
13+
14+
# __2.23.13__ __2024-01-29__
15+
## __AWS SDK for Java v2__
16+
- ### Features
17+
- Updated endpoint and partition metadata.
18+
19+
## __Amazon Comprehend__
20+
- ### Features
21+
- Comprehend PII analysis now supports Spanish input documents.
22+
23+
## __Amazon Elastic Compute Cloud__
24+
- ### Features
25+
- 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.
26+
27+
## __Amazon Import/Export Snowball__
28+
- ### Features
29+
- Modified description of createaddress to include direction to add path when providing a JSON file.
30+
31+
## __Amazon Relational Database Service__
32+
- ### Features
33+
- Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience.
34+
35+
## __Amazon Simple Storage Service__
36+
- ### Bugfixes
37+
- 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).
38+
39+
## __AmazonMWAA__
40+
- ### Features
41+
- This release adds MAINTENANCE environment status for Amazon MWAA environments.
42+
43+
## __Auto Scaling__
44+
- ### Features
45+
- 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+
# __2.23.12__ __2024-01-26__
48+
## __AWS SDK for Java v2__
49+
- ### Features
50+
- Improved performance of chunk-encoded streaming uploads, like S3's PutObject.
51+
52+
- ### Bugfixes
53+
- Fixed bug where the ProfileCredentialsProvider would re-read the credentials file with each request by default.
54+
55+
## __Amazon Connect Service__
56+
- ### Features
57+
- Update list and string length limits for predefined attributes.
58+
59+
## __Amazon SageMaker Service__
60+
- ### Features
61+
- Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs.
62+
63+
## __Inspector2__
64+
- ### Features
65+
- This release adds ECR container image scanning based on their lastRecordedPullTime.
66+
167
# __2.23.11__ __2024-01-25__
268
## __AWS Certificate Manager Private Certificate Authority__
369
- ### 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.23.11</version>
55+
<version>2.23.14</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.23.11</version>
89+
<version>2.23.14</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.23.11</version>
94+
<version>2.23.14</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.23.11</version>
106+
<version>2.23.14</version>
107107
</dependency>
108108
```
109109

0 commit comments

Comments
 (0)