Skip to content

Commit ac2d2c5

Browse files
authored
Merge pull request #2927 from aws/staging/abd6566a-ade1-4e63-ba38-9581f933b7d3
Pull request: release <- staging/abd6566a-ade1-4e63-ba38-9581f933b7d3
2 parents f2b3e85 + 470fc89 commit ac2d2c5

File tree

504 files changed

+4232
-544
lines changed

Some content is hidden

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

504 files changed

+4232
-544
lines changed

.brazil.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"protocol-core": { "packageName": "AwsJavaSdk-Core-ProtocolCore" },
2828
"regions": { "packageName": "AwsJavaSdk-Core-Regions" },
2929
"s3-transfer-manager": { "packageName": "AwsJavaSdk-S3-TransferManager" },
30+
"s3-event-notifications": { "packageName": "AwsJavaSdk-S3-EventNotifications" },
3031
"sdk-core": { "packageName": "AwsJavaSdk-Core" },
3132
"url-connection-client": { "packageName": "AwsJavaSdk-HttpClient-UrlConnectionClient" },
3233
"utils": { "packageName": "AwsJavaSdk-Core-Utils" },

.changes/2.25.11.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"version": "2.25.11",
3+
"date": "2024-03-15",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Backup",
8+
"contributor": "",
9+
"description": "This release introduces a boolean attribute ManagedByAWSBackupOnly as part of ListRecoveryPointsByResource api to filter the recovery points based on ownership. This attribute can be used to filter out the recovery points protected by AWSBackup."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS CodeBuild",
14+
"contributor": "",
15+
"description": "AWS CodeBuild now supports overflow behavior on Reserved Capacity."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "Add the model for S3 Event Notifications and json parsers for them"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Connect Service",
26+
"contributor": "",
27+
"description": "This release adds Hierarchy based Access Control fields to Security Profile public APIs and adds support for UserAttributeFilter to SearchUsers API."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Elastic Compute Cloud",
32+
"contributor": "",
33+
"description": "Add media accelerator and neuron device information on the describe instance types API."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Kinesis Analytics",
38+
"contributor": "",
39+
"description": "Support for Flink 1.18 in Managed Service for Apache Flink"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon SageMaker Service",
44+
"contributor": "",
45+
"description": "Adds m6i, m6id, m7i, c6i, c6id, c7i, r6i r6id, r7i, p5 instance type support to Sagemaker Notebook Instances and miscellaneous wording fixes for previous Sagemaker documentation."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Simple Storage Service",
50+
"contributor": "",
51+
"description": "Documentation updates for Amazon S3."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon WorkSpaces Thin Client",
56+
"contributor": "",
57+
"description": "Removed unused parameter kmsKeyArn from UpdateDeviceRequest"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "AWS SDK for Java v2",
62+
"contributor": "",
63+
"description": "Updated endpoint and partition metadata."
64+
}
65+
]
66+
}

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,42 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.25.11__ __2024-03-15__
3+
## __AWS Backup__
4+
- ### Features
5+
- This release introduces a boolean attribute ManagedByAWSBackupOnly as part of ListRecoveryPointsByResource api to filter the recovery points based on ownership. This attribute can be used to filter out the recovery points protected by AWSBackup.
6+
7+
## __AWS CodeBuild__
8+
- ### Features
9+
- AWS CodeBuild now supports overflow behavior on Reserved Capacity.
10+
11+
## __AWS SDK for Java v2__
12+
- ### Features
13+
- Add the model for S3 Event Notifications and json parsers for them
14+
- Updated endpoint and partition metadata.
15+
16+
## __Amazon Connect Service__
17+
- ### Features
18+
- This release adds Hierarchy based Access Control fields to Security Profile public APIs and adds support for UserAttributeFilter to SearchUsers API.
19+
20+
## __Amazon Elastic Compute Cloud__
21+
- ### Features
22+
- Add media accelerator and neuron device information on the describe instance types API.
23+
24+
## __Amazon Kinesis Analytics__
25+
- ### Features
26+
- Support for Flink 1.18 in Managed Service for Apache Flink
27+
28+
## __Amazon SageMaker Service__
29+
- ### Features
30+
- Adds m6i, m6id, m7i, c6i, c6id, c7i, r6i r6id, r7i, p5 instance type support to Sagemaker Notebook Instances and miscellaneous wording fixes for previous Sagemaker documentation.
31+
32+
## __Amazon Simple Storage Service__
33+
- ### Features
34+
- Documentation updates for Amazon S3.
35+
36+
## __Amazon WorkSpaces Thin Client__
37+
- ### Features
38+
- Removed unused parameter kmsKeyArn from UpdateDeviceRequest
39+
240
# __2.25.10__ __2024-03-14__
341
## __AWS Amplify__
442
- ### 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.25.10</version>
55+
<version>2.25.11</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.25.10</version>
89+
<version>2.25.11</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.25.10</version>
94+
<version>2.25.11</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.25.10</version>
106+
<version>2.25.11</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.25.10</version>
23+
<version>2.25.11</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.25.10</version>
23+
<version>2.25.11</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.25.10</version>
23+
<version>2.25.11</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.25.10</version>
23+
<version>2.25.11</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 6 additions & 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.25.10</version>
20+
<version>2.25.11</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -743,6 +743,11 @@ Amazon AutoScaling, etc).</description>
743743
<artifactId>s3-transfer-manager</artifactId>
744744
<version>${awsjavasdk.version}</version>
745745
</dependency>
746+
<dependency>
747+
<groupId>software.amazon.awssdk</groupId>
748+
<artifactId>s3-event-notifications</artifactId>
749+
<version>${awsjavasdk.version}</version>
750+
</dependency>
746751
<dependency>
747752
<groupId>software.amazon.awssdk</groupId>
748753
<artifactId>sagemaker</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.25.10</version>
23+
<version>2.25.11</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)