Skip to content

Commit

Permalink
Merge pull request #3463 from aws/staging/f971e6f2-7b9f-4ccc-8998-8f9…
Browse files Browse the repository at this point in the history
…8445108a8

Pull request: release <- staging/f971e6f2-7b9f-4ccc-8998-8f98445108a8
  • Loading branch information
aws-sdk-java-automation authored Nov 20, 2024
2 parents 3a4cdc7 + ed411eb commit ce842a8
Show file tree
Hide file tree
Showing 505 changed files with 5,414 additions and 967 deletions.
132 changes: 132 additions & 0 deletions .changes/2.29.18.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
{
"version": "2.29.18",
"date": "2024-11-20",
"entries": [
{
"type": "feature",
"category": "AWS Application Discovery Service",
"contributor": "",
"description": "Add support to import data from commercially available discovery tools without file manipulation."
},
{
"type": "feature",
"category": "AWS Compute Optimizer",
"contributor": "",
"description": "This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for Amazon Aurora database instances. It also enables Compute Optimizer to identify idle Amazon EC2 instances, Amazon EBS volumes, Amazon ECS services running on Fargate, and Amazon RDS databases."
},
{
"type": "feature",
"category": "AWS Control Tower",
"contributor": "",
"description": "Adds support for child enabled baselines which allow you to see the enabled baseline status for individual accounts."
},
{
"type": "feature",
"category": "AWS Elemental MediaConvert",
"contributor": "",
"description": "This release adds the ability to reconfigure concurrent job settings for existing queues and create queues with custom concurrent job settings."
},
{
"type": "feature",
"category": "AWS Elemental MediaPackage v2",
"contributor": "",
"description": "MediaPackage v2 now supports the Media Quality Confidence Score (MQCS) published from MediaLive. Customers can control input switching based on the MQCS and publishing HTTP Headers for the MQCS via the API."
},
{
"type": "feature",
"category": "AWS Lambda",
"contributor": "",
"description": "Add Node 22.x (node22.x) support to AWS Lambda"
},
{
"type": "feature",
"category": "Agents for Amazon Bedrock Runtime",
"contributor": "",
"description": "Releasing new Prompt Optimization to enhance your prompts for improved performance"
},
{
"type": "feature",
"category": "Amazon CloudFront",
"contributor": "",
"description": "Add support for gRPC, VPC origins, and Anycast IP Lists. Allow LoggingConfig IncludeCookies to be set regardless of whether the LoggingConfig is enabled."
},
{
"type": "feature",
"category": "Amazon DataZone",
"contributor": "",
"description": "This release supports Metadata Enforcement Rule feature for Create Subscription Request action."
},
{
"type": "feature",
"category": "Amazon EC2 Container Service",
"contributor": "",
"description": "This release adds support for the Availability Zone rebalancing feature on Amazon ECS."
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "With this release, customers can express their desire to launch instances only in an ODCR or ODCR group rather than OnDemand capacity. Customers can express their baseline instances' CPU-performance in attribute-based Instance Requirements configuration by referencing an instance family."
},
{
"type": "feature",
"category": "Amazon Omics",
"contributor": "",
"description": "Enabling call caching feature that allows customers to reuse previously computed results from a set of completed tasks in a new workflow run."
},
{
"type": "feature",
"category": "Amazon Recycle Bin",
"contributor": "",
"description": "This release adds support for exclusion tags for Recycle Bin, which allows you to identify resources that are to be excluded, or ignored, by a Region-level retention rule."
},
{
"type": "feature",
"category": "Amazon Relational Database Service",
"contributor": "",
"description": "This release adds support for scale storage on the DB instance using a Blue/Green Deployment."
},
{
"type": "feature",
"category": "Amazon Timestream Query",
"contributor": "",
"description": "This release adds support for Provisioning Timestream Compute Units (TCUs), a new feature that allows provisioning dedicated compute resources for your queries, providing predictable and cost-effective query performance."
},
{
"type": "feature",
"category": "Amazon WorkSpaces",
"contributor": "",
"description": "Added support for Rocky Linux 8 on Amazon WorkSpaces Personal."
},
{
"type": "feature",
"category": "Amazon WorkSpaces Web",
"contributor": "",
"description": "Added data protection settings with support for inline data redaction."
},
{
"type": "feature",
"category": "Auto Scaling",
"contributor": "",
"description": "With this release, customers can prioritize launching instances into ODCRs using targets from ASGs or Launch Templates. Customers can express their baseline instances' CPU-performance in attribute-based Instance Requirements configuration by referencing an instance family that meets their needs."
},
{
"type": "feature",
"category": "Cost Optimization Hub",
"contributor": "",
"description": "This release adds action type \"Delete\" to the GetRecommendation, ListRecommendations and ListRecommendationSummaries APIs to support new EBS and ECS recommendations with action type \"Delete\"."
},
{
"type": "feature",
"category": "Elastic Load Balancing",
"contributor": "",
"description": "This release adds support for configuring Load balancer Capacity Unit reservations"
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
85 changes: 85 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,89 @@
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
# __2.29.18__ __2024-11-20__
## __AWS Application Discovery Service__
- ### Features
- Add support to import data from commercially available discovery tools without file manipulation.

## __AWS Compute Optimizer__
- ### Features
- This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for Amazon Aurora database instances. It also enables Compute Optimizer to identify idle Amazon EC2 instances, Amazon EBS volumes, Amazon ECS services running on Fargate, and Amazon RDS databases.

## __AWS Control Tower__
- ### Features
- Adds support for child enabled baselines which allow you to see the enabled baseline status for individual accounts.

## __AWS Elemental MediaConvert__
- ### Features
- This release adds the ability to reconfigure concurrent job settings for existing queues and create queues with custom concurrent job settings.

## __AWS Elemental MediaPackage v2__
- ### Features
- MediaPackage v2 now supports the Media Quality Confidence Score (MQCS) published from MediaLive. Customers can control input switching based on the MQCS and publishing HTTP Headers for the MQCS via the API.

## __AWS Lambda__
- ### Features
- Add Node 22.x (node22.x) support to AWS Lambda

## __AWS SDK for Java v2__
- ### Features
- Updated endpoint and partition metadata.

## __Agents for Amazon Bedrock Runtime__
- ### Features
- Releasing new Prompt Optimization to enhance your prompts for improved performance

## __Amazon CloudFront__
- ### Features
- Add support for gRPC, VPC origins, and Anycast IP Lists. Allow LoggingConfig IncludeCookies to be set regardless of whether the LoggingConfig is enabled.

## __Amazon DataZone__
- ### Features
- This release supports Metadata Enforcement Rule feature for Create Subscription Request action.

## __Amazon EC2 Container Service__
- ### Features
- This release adds support for the Availability Zone rebalancing feature on Amazon ECS.

## __Amazon Elastic Compute Cloud__
- ### Features
- With this release, customers can express their desire to launch instances only in an ODCR or ODCR group rather than OnDemand capacity. Customers can express their baseline instances' CPU-performance in attribute-based Instance Requirements configuration by referencing an instance family.

## __Amazon Omics__
- ### Features
- Enabling call caching feature that allows customers to reuse previously computed results from a set of completed tasks in a new workflow run.

## __Amazon Recycle Bin__
- ### Features
- This release adds support for exclusion tags for Recycle Bin, which allows you to identify resources that are to be excluded, or ignored, by a Region-level retention rule.

## __Amazon Relational Database Service__
- ### Features
- This release adds support for scale storage on the DB instance using a Blue/Green Deployment.

## __Amazon Timestream Query__
- ### Features
- This release adds support for Provisioning Timestream Compute Units (TCUs), a new feature that allows provisioning dedicated compute resources for your queries, providing predictable and cost-effective query performance.

## __Amazon WorkSpaces__
- ### Features
- Added support for Rocky Linux 8 on Amazon WorkSpaces Personal.

## __Amazon WorkSpaces Web__
- ### Features
- Added data protection settings with support for inline data redaction.

## __Auto Scaling__
- ### Features
- With this release, customers can prioritize launching instances into ODCRs using targets from ASGs or Launch Templates. Customers can express their baseline instances' CPU-performance in attribute-based Instance Requirements configuration by referencing an instance family that meets their needs.

## __Cost Optimization Hub__
- ### Features
- This release adds action type "Delete" to the GetRecommendation, ListRecommendations and ListRecommendationSummaries APIs to support new EBS and ECS recommendations with action type "Delete".

## __Elastic Load Balancing__
- ### Features
- This release adds support for configuring Load balancer Capacity Unit reservations

# __2.29.17__ __2024-11-19__
## __AWS B2B Data Interchange__
- ### 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.29.17</version>
<version>2.29.18</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.29.17</version>
<version>2.29.18</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.29.17</version>
<version>2.29.18</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.29.17</version>
<version>2.29.18</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.29.17</version>
<version>2.29.18</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.29.17</version>
<version>2.29.18</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.29.17</version>
<version>2.29.18</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.29.17</version>
<version>2.29.18</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetypes</artifactId>
Expand Down
2 changes: 1 addition & 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.29.17</version>
<version>2.29.18</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aws-sdk-java</artifactId>
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.29.17</version>
<version>2.29.18</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 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.29.17</version>
<version>2.29.18</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down
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.29.17</version>
<version>2.29.18</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.29.17</version>
<version>2.29.18</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.29.17</version>
<version>2.29.18</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.29.17</version>
<version>2.29.18</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.29.17</version>
<version>2.29.18</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.29.17</version>
<version>2.29.18</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.29.17</version>
<version>2.29.18</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.29.17</version>
<version>2.29.18</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit ce842a8

Please sign in to comment.