Skip to content

Commit

Permalink
Release 2.28.20. Updated CHANGELOG.md, README.md and all pom.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Oct 10, 2024
1 parent b77685d commit 8a515cd
Show file tree
Hide file tree
Showing 486 changed files with 604 additions and 542 deletions.
72 changes: 72 additions & 0 deletions .changes/2.28.20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"version": "2.28.20",
"date": "2024-10-10",
"entries": [
{
"type": "feature",
"category": "AWS Certificate Manager Private Certificate Authority",
"contributor": "",
"description": "Documentation updates for AWS Private CA."
},
{
"type": "feature",
"category": "AWS Database Migration Service",
"contributor": "",
"description": "Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message."
},
{
"type": "feature",
"category": "AWS End User Messaging Social",
"contributor": "",
"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."
},
{
"type": "feature",
"category": "AWS IoT FleetWise",
"contributor": "",
"description": "Refine campaign related API validations"
},
{
"type": "feature",
"category": "AWS Outposts",
"contributor": "",
"description": "Adding new \"DELIVERED\" enum value for Outposts Order status"
},
{
"type": "feature",
"category": "Amazon EC2 Container Service",
"contributor": "",
"description": "This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available."
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations."
},
{
"type": "feature",
"category": "Amazon Elastic Inference",
"contributor": "",
"description": "Elastic Inference - Documentation update to add service shutdown notice."
},
{
"type": "feature",
"category": "Amazon Neptune Graph",
"contributor": "",
"description": "Support for 16 m-NCU graphs available through account allowlisting"
},
{
"type": "feature",
"category": "Amazon Route 53 Resolver",
"contributor": "",
"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."
},
{
"type": "feature",
"category": "Timestream InfluxDB",
"contributor": "",
"description": "This release updates our regex based validation rules in regards to valid DbInstance and DbParameterGroup name."
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/next-release/feature-AWSIoTFleetWise-205ab32.json

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/next-release/feature-AWSOutposts-6f77f92.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/next-release/feature-AmazonNeptuneGraph-2243a35.json

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/next-release/feature-TimestreamInfluxDB-7ad12b1.json

This file was deleted.

45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,49 @@
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
# __2.28.20__ __2024-10-10__
## __AWS Certificate Manager Private Certificate Authority__
- ### Features
- Documentation updates for AWS Private CA.

## __AWS Database Migration Service__
- ### Features
- Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message.

## __AWS End User Messaging Social__
- ### Features
- This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users.

## __AWS IoT FleetWise__
- ### Features
- Refine campaign related API validations

## __AWS Outposts__
- ### Features
- Adding new "DELIVERED" enum value for Outposts Order status

## __Amazon EC2 Container Service__
- ### Features
- This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available.

## __Amazon Elastic Compute Cloud__
- ### Features
- This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations.

## __Amazon Elastic Inference__
- ### Features
- Elastic Inference - Documentation update to add service shutdown notice.

## __Amazon Neptune Graph__
- ### Features
- Support for 16 m-NCU graphs available through account allowlisting

## __Amazon Route 53 Resolver__
- ### Features
- 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.

## __Timestream InfluxDB__
- ### Features
- This release updates our regex based validation rules in regards to valid DbInstance and DbParameterGroup name.

# __2.28.19__ __2024-10-09__
## __AWS CodePipeline__
- ### Features
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To automatically manage module versions (currently all modules have the same ver
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.28.19</version>
<version>2.28.20</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -85,12 +85,12 @@ Alternatively you can add dependencies for the specific services you use only:
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ec2</artifactId>
<version>2.28.19</version>
<version>2.28.20</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.28.19</version>
<version>2.28.20</version>
</dependency>
```

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

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-app-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.28.20-SNAPSHOT</version>
<version>2.28.20</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.28.20-SNAPSHOT</version>
<version>2.28.20</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetype-lambda</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.28.20-SNAPSHOT</version>
<version>2.28.20</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.28.20-SNAPSHOT</version>
<version>2.28.20</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetypes</artifactId>
Expand Down
7 changes: 6 additions & 1 deletion aws-sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.28.20-SNAPSHOT</version>
<version>2.28.20</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aws-sdk-java</artifactId>
Expand Down Expand Up @@ -1978,6 +1978,11 @@ Amazon AutoScaling, etc).</description>
<artifactId>marketplacereporting</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>socialmessaging</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
Expand Down
2 changes: 1 addition & 1 deletion bom-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.28.20-SNAPSHOT</version>
<version>2.28.20</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
7 changes: 6 additions & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.28.20-SNAPSHOT</version>
<version>2.28.20</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down Expand Up @@ -2178,6 +2178,11 @@
<artifactId>marketplacereporting</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>socialmessaging</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
2 changes: 1 addition & 1 deletion bundle-logging-bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.28.20-SNAPSHOT</version>
<version>2.28.20</version>
</parent>
<artifactId>bundle-logging-bridge</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bundle-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.28.20-SNAPSHOT</version>
<version>2.28.20</version>
</parent>
<artifactId>bundle-sdk</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.28.20-SNAPSHOT</version>
<version>2.28.20</version>
</parent>
<artifactId>bundle</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.28.20-SNAPSHOT</version>
<version>2.28.20</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-lite-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.28.20-SNAPSHOT</version>
<version>2.28.20</version>
</parent>
<artifactId>codegen-lite</artifactId>
<name>AWS Java SDK :: Code Generator Lite</name>
Expand Down
2 changes: 1 addition & 1 deletion codegen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.28.20-SNAPSHOT</version>
<version>2.28.20</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.28.20-SNAPSHOT</version>
<version>2.28.20</version>
</parent>
<artifactId>codegen</artifactId>
<name>AWS Java SDK :: Code Generator</name>
Expand Down
2 changes: 1 addition & 1 deletion core/annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.28.20-SNAPSHOT</version>
<version>2.28.20</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit 8a515cd

Please sign in to comment.