Skip to content

Commit 589405f

Browse files
Merge pull request #3335 from aws/staging/1785bbfa-a173-4e75-99be-0be90d6e7ad0
Pull request: release <- staging/1785bbfa-a173-4e75-99be-0be90d6e7ad0
2 parents b65666b + 8a515cd commit 589405f

File tree

494 files changed

+3961
-979
lines changed

Some content is hidden

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

494 files changed

+3961
-979
lines changed

.changes/2.28.20.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"version": "2.28.20",
3+
"date": "2024-10-10",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Certificate Manager Private Certificate Authority",
8+
"contributor": "",
9+
"description": "Documentation updates for AWS Private CA."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Database Migration Service",
14+
"contributor": "",
15+
"description": "Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS End User Messaging Social",
20+
"contributor": "",
21+
"description": "This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS IoT FleetWise",
26+
"contributor": "",
27+
"description": "Refine campaign related API validations"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Outposts",
32+
"contributor": "",
33+
"description": "Adding new \"DELIVERED\" enum value for Outposts Order status"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon EC2 Container Service",
38+
"contributor": "",
39+
"description": "This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Elastic Compute Cloud",
44+
"contributor": "",
45+
"description": "This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Elastic Inference",
50+
"contributor": "",
51+
"description": "Elastic Inference - Documentation update to add service shutdown notice."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Neptune Graph",
56+
"contributor": "",
57+
"description": "Support for 16 m-NCU graphs available through account allowlisting"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Route 53 Resolver",
62+
"contributor": "",
63+
"description": "Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Timestream InfluxDB",
68+
"contributor": "",
69+
"description": "This release updates our regex based validation rules in regards to valid DbInstance and DbParameterGroup name."
70+
}
71+
]
72+
}

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,49 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.28.20__ __2024-10-10__
3+
## __AWS Certificate Manager Private Certificate Authority__
4+
- ### Features
5+
- Documentation updates for AWS Private CA.
6+
7+
## __AWS Database Migration Service__
8+
- ### Features
9+
- Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message.
10+
11+
## __AWS End User Messaging Social__
12+
- ### Features
13+
- This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users.
14+
15+
## __AWS IoT FleetWise__
16+
- ### Features
17+
- Refine campaign related API validations
18+
19+
## __AWS Outposts__
20+
- ### Features
21+
- Adding new "DELIVERED" enum value for Outposts Order status
22+
23+
## __Amazon EC2 Container Service__
24+
- ### Features
25+
- This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available.
26+
27+
## __Amazon Elastic Compute Cloud__
28+
- ### Features
29+
- This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations.
30+
31+
## __Amazon Elastic Inference__
32+
- ### Features
33+
- Elastic Inference - Documentation update to add service shutdown notice.
34+
35+
## __Amazon Neptune Graph__
36+
- ### Features
37+
- Support for 16 m-NCU graphs available through account allowlisting
38+
39+
## __Amazon Route 53 Resolver__
40+
- ### Features
41+
- Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake.
42+
43+
## __Timestream InfluxDB__
44+
- ### Features
45+
- This release updates our regex based validation rules in regards to valid DbInstance and DbParameterGroup name.
46+
247
# __2.28.19__ __2024-10-09__
348
## __AWS CodePipeline__
449
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To automatically manage module versions (currently all modules have the same ver
5151
<dependency>
5252
<groupId>software.amazon.awssdk</groupId>
5353
<artifactId>bom</artifactId>
54-
<version>2.28.19</version>
54+
<version>2.28.20</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</dependency>
@@ -85,12 +85,12 @@ Alternatively you can add dependencies for the specific services you use only:
8585
<dependency>
8686
<groupId>software.amazon.awssdk</groupId>
8787
<artifactId>ec2</artifactId>
88-
<version>2.28.19</version>
88+
<version>2.28.20</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.28.19</version>
93+
<version>2.28.20</version>
9494
</dependency>
9595
```
9696

@@ -102,7 +102,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
102102
<dependency>
103103
<groupId>software.amazon.awssdk</groupId>
104104
<artifactId>aws-sdk-java</artifactId>
105-
<version>2.28.19</version>
105+
<version>2.28.20</version>
106106
</dependency>
107107
```
108108

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.28.19</version>
23+
<version>2.28.20</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.28.19</version>
23+
<version>2.28.20</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.28.19</version>
23+
<version>2.28.20</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.28.19</version>
23+
<version>2.28.20</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.28.19</version>
20+
<version>2.28.20</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -1978,6 +1978,11 @@ Amazon AutoScaling, etc).</description>
19781978
<artifactId>marketplacereporting</artifactId>
19791979
<version>${awsjavasdk.version}</version>
19801980
</dependency>
1981+
<dependency>
1982+
<groupId>software.amazon.awssdk</groupId>
1983+
<artifactId>socialmessaging</artifactId>
1984+
<version>${awsjavasdk.version}</version>
1985+
</dependency>
19811986
</dependencies>
19821987
<build>
19831988
<finalName>${project.artifactId}-${project.version}</finalName>

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.28.19</version>
23+
<version>2.28.20</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/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.28.19</version>
20+
<version>2.28.20</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -2178,6 +2178,11 @@
21782178
<artifactId>marketplacereporting</artifactId>
21792179
<version>${awsjavasdk.version}</version>
21802180
</dependency>
2181+
<dependency>
2182+
<groupId>software.amazon.awssdk</groupId>
2183+
<artifactId>socialmessaging</artifactId>
2184+
<version>${awsjavasdk.version}</version>
2185+
</dependency>
21812186
</dependencies>
21822187
</dependencyManagement>
21832188
</project>

0 commit comments

Comments
 (0)