Skip to content

Commit 1a2529a

Browse files
Merge pull request #3189 from aws/staging/572d51bc-2184-4b09-b010-1cffc37bd9d9
Pull request: release <- staging/572d51bc-2184-4b09-b010-1cffc37bd9d9
2 parents a840bd8 + de1c864 commit 1a2529a

File tree

495 files changed

+751
-2906
lines changed

Some content is hidden

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

495 files changed

+751
-2906
lines changed

.changes/2.27.10.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.27.10",
3+
"date": "2024-08-21",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS EntityResolution",
8+
"contributor": "",
9+
"description": "Increase the mapping attributes in Schema to 35."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Glue",
14+
"contributor": "",
15+
"description": "Add optional field JobRunQueuingEnabled to CreateJob and UpdateJob APIs."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Lambda",
20+
"contributor": "",
21+
"description": "Release FilterCriteria encryption for Lambda EventSourceMapping, enabling customers to encrypt their filter criteria using a customer-owned KMS key."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SecurityHub",
26+
"contributor": "",
27+
"description": "Security Hub documentation and definition updates"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Elastic Compute Cloud",
32+
"contributor": "",
33+
"description": "DescribeInstanceStatus now returns health information on EBS volumes attached to Nitro instances"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Simple Email Service",
38+
"contributor": "",
39+
"description": "Enable email receiving customers to provide SES with access to their S3 buckets via an IAM role for \"Deliver to S3 Action\""
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Updated endpoint and partition metadata."
46+
}
47+
]
48+
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.27.10__ __2024-08-21__
3+
## __AWS EntityResolution__
4+
- ### Features
5+
- Increase the mapping attributes in Schema to 35.
6+
7+
## __AWS Glue__
8+
- ### Features
9+
- Add optional field JobRunQueuingEnabled to CreateJob and UpdateJob APIs.
10+
11+
## __AWS Lambda__
12+
- ### Features
13+
- Release FilterCriteria encryption for Lambda EventSourceMapping, enabling customers to encrypt their filter criteria using a customer-owned KMS key.
14+
15+
## __AWS SDK for Java v2__
16+
- ### Features
17+
- Updated endpoint and partition metadata.
18+
19+
## __AWS SecurityHub__
20+
- ### Features
21+
- Security Hub documentation and definition updates
22+
23+
## __Amazon Elastic Compute Cloud__
24+
- ### Features
25+
- DescribeInstanceStatus now returns health information on EBS volumes attached to Nitro instances
26+
27+
## __Amazon Simple Email Service__
28+
- ### Features
29+
- Enable email receiving customers to provide SES with access to their S3 buckets via an IAM role for "Deliver to S3 Action"
30+
231
# __2.27.9__ __2024-08-20__
332
## __Amazon EC2 Container Service__
433
- ### 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.27.9</version>
55+
<version>2.27.10</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.27.9</version>
89+
<version>2.27.10</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.27.9</version>
94+
<version>2.27.10</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.27.9</version>
106+
<version>2.27.10</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.27.9</version>
23+
<version>2.27.10</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.27.9</version>
23+
<version>2.27.10</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.27.9</version>
23+
<version>2.27.10</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.27.9</version>
23+
<version>2.27.10</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 1 addition & 6 deletions
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.27.9</version>
20+
<version>2.27.10</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -198,11 +198,6 @@ Amazon AutoScaling, etc).</description>
198198
<artifactId>codepipeline</artifactId>
199199
<version>${awsjavasdk.version}</version>
200200
</dependency>
201-
<dependency>
202-
<groupId>software.amazon.awssdk</groupId>
203-
<artifactId>codestar</artifactId>
204-
<version>${awsjavasdk.version}</version>
205-
</dependency>
206201
<dependency>
207202
<groupId>software.amazon.awssdk</groupId>
208203
<artifactId>cognitoidentity</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.27.9</version>
23+
<version>2.27.10</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 1 addition & 6 deletions
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.27.9</version>
20+
<version>2.27.10</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -408,11 +408,6 @@
408408
<artifactId>codepipeline</artifactId>
409409
<version>${awsjavasdk.version}</version>
410410
</dependency>
411-
<dependency>
412-
<groupId>software.amazon.awssdk</groupId>
413-
<artifactId>codestar</artifactId>
414-
<version>${awsjavasdk.version}</version>
415-
</dependency>
416411
<dependency>
417412
<groupId>software.amazon.awssdk</groupId>
418413
<artifactId>cognitoidentity</artifactId>

0 commit comments

Comments
 (0)