Skip to content

Commit 99b7096

Browse files
Merge pull request #3092 from aws/staging/1feffd30-29b6-4747-8fa4-4ef7830c6809
Pull request: release <- staging/1feffd30-29b6-4747-8fa4-4ef7830c6809
2 parents 2b85770 + 55c9ec8 commit 99b7096

File tree

483 files changed

+1130
-666
lines changed

Some content is hidden

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

483 files changed

+1130
-666
lines changed

.changes/2.26.12.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"version": "2.26.12",
3+
"date": "2024-06-28",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Fix a bug on the token bucket, after success we need to deposit back one token to allow it to slowly recover and allow more retries after seeing several successful responses."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Certificate Manager Private Certificate Authority",
14+
"contributor": "",
15+
"description": "Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS CloudHSM V2",
20+
"contributor": "",
21+
"description": "Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Glue",
26+
"contributor": "",
27+
"description": "Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Performance Insights",
32+
"contributor": "",
33+
"description": "Noting that the filter db.sql.db_id isn't available for RDS for SQL Server DB instances."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Connect Service",
38+
"contributor": "",
39+
"description": "This release supports showing PreferredAgentRouting step via DescribeContact API."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon EMR",
44+
"contributor": "",
45+
"description": "This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Kinesis Analytics",
50+
"contributor": "",
51+
"description": "Support for Flink 1.19 in Managed Service for Apache Flink"
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon OpenSearch Service",
56+
"contributor": "",
57+
"description": "This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon WorkSpaces",
62+
"contributor": "",
63+
"description": "Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "AWS SDK for Java v2",
68+
"contributor": "",
69+
"description": "Updated endpoint and partition metadata."
70+
}
71+
]
72+
}

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,48 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.26.12__ __2024-06-28__
3+
## __AWS Certificate Manager Private Certificate Authority__
4+
- ### Features
5+
- Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions.
6+
7+
## __AWS CloudHSM V2__
8+
- ### Features
9+
- Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API.
10+
11+
## __AWS Glue__
12+
- ### Features
13+
- Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name.
14+
15+
## __AWS Performance Insights__
16+
- ### Features
17+
- Noting that the filter db.sql.db_id isn't available for RDS for SQL Server DB instances.
18+
19+
## __AWS SDK for Java v2__
20+
- ### Features
21+
- Updated endpoint and partition metadata.
22+
23+
- ### Bugfixes
24+
- Fix a bug on the token bucket, after success we need to deposit back one token to allow it to slowly recover and allow more retries after seeing several successful responses.
25+
26+
## __Amazon Connect Service__
27+
- ### Features
28+
- This release supports showing PreferredAgentRouting step via DescribeContact API.
29+
30+
## __Amazon EMR__
31+
- ### Features
32+
- This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters.
33+
34+
## __Amazon Kinesis Analytics__
35+
- ### Features
36+
- Support for Flink 1.19 in Managed Service for Apache Flink
37+
38+
## __Amazon OpenSearch Service__
39+
- ### Features
40+
- This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains.
41+
42+
## __Amazon WorkSpaces__
43+
- ### Features
44+
- Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.
45+
246
# __2.26.11__ __2024-06-27__
347
## __AWS SDK for Java v2__
448
- ### 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.11</version>
55+
<version>2.26.12</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.11</version>
89+
<version>2.26.12</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.26.11</version>
94+
<version>2.26.12</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.11</version>
106+
<version>2.26.12</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.11</version>
23+
<version>2.26.12</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.11</version>
23+
<version>2.26.12</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.11</version>
23+
<version>2.26.12</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.11</version>
23+
<version>2.26.12</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.11</version>
20+
<version>2.26.12</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.11</version>
23+
<version>2.26.12</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.11</version>
20+
<version>2.26.12</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

0 commit comments

Comments
 (0)