Skip to content

Commit

Permalink
Merge pull request #3397 from aws/staging/f3e14298-3588-4802-be6b-def…
Browse files Browse the repository at this point in the history
…20d71654d

Pull request: release <- staging/f3e14298-3588-4802-be6b-def20d71654d
  • Loading branch information
aws-sdk-java-automation authored Oct 30, 2024
2 parents f8c2644 + 2fb6de5 commit 220d741
Show file tree
Hide file tree
Showing 542 changed files with 18,961 additions and 1,202 deletions.
120 changes: 120 additions & 0 deletions .changes/2.29.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
{
"version": "2.29.4",
"date": "2024-10-30",
"entries": [
{
"type": "feature",
"category": "AWS AppSync",
"contributor": "",
"description": "This release adds support for AppSync Event APIs."
},
{
"type": "feature",
"category": "AWS DataSync",
"contributor": "",
"description": "AWS DataSync now supports Enhanced mode tasks. This task mode supports transfer of virtually unlimited numbers of objects with enhanced metrics, more detailed logs, and higher performance than Basic mode. This mode currently supports transfers between Amazon S3 locations."
},
{
"type": "feature",
"category": "AWS Network Firewall",
"contributor": "",
"description": "AWS Network Firewall now supports configuring TCP idle timeout"
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Adds support for tracking feature usage in a new user agent metadata section and adds a base set of features. Where features were already a part of the user agent string, they are now converted to the new format where a feature is represented as a Base64 encoded string. For example, using DynamoDb Enhanced Client was previously recorded as 'hll/ddb-enh' in the user agent, but is now a 'd' in the business metrics metadata section 'm/'."
},
{
"type": "feature",
"category": "Amazon Connect Service",
"contributor": "",
"description": "Updated the public documentation for the UserIdentityInfo object to accurately reflect the character limits for the FirstName and LastName fields, which were previously listed as 1-100 characters."
},
{
"type": "feature",
"category": "Amazon EC2 Container Service",
"contributor": "",
"description": "This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history."
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups."
},
{
"type": "feature",
"category": "Amazon Keyspaces",
"contributor": "",
"description": "Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type."
},
{
"type": "feature",
"category": "Amazon Location Service Maps V2",
"contributor": "",
"description": "Release of Amazon Location Maps API. Maps enables you to build digital maps that showcase your locations, visualize your data, and unlock insights to drive your business"
},
{
"type": "feature",
"category": "Amazon Location Service Places V2",
"contributor": "",
"description": "Release of Amazon Location Places API. Places enables you to quickly search, display, and filter places, businesses, and locations based on proximity, category, and name"
},
{
"type": "feature",
"category": "Amazon Location Service Routes V2",
"contributor": "",
"description": "Release of Amazon Location Routes API. Routes enables you to plan efficient routes and streamline deliveries by leveraging real-time traffic, vehicle restrictions, and turn-by-turn directions."
},
{
"type": "feature",
"category": "Amazon OpenSearch Service",
"contributor": "",
"description": "This release introduces the new OpenSearch user interface (Dashboards), a new web-based application that can be associated with multiple data sources across OpenSearch managed clusters, serverless collections, and Amazon S3, so that users can gain a comprehensive insights in an unified interface."
},
{
"type": "feature",
"category": "Amazon Redshift",
"contributor": "",
"description": "This release launches S3 event integrations to create and manage integrations from an Amazon S3 source into an Amazon Redshift database."
},
{
"type": "feature",
"category": "Amazon Route 53",
"contributor": "",
"description": "This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types."
},
{
"type": "feature",
"category": "Amazon SageMaker Service",
"contributor": "",
"description": "Added support for Model Registry Staging construct. Users can define series of stages that models can progress through for model workflows and lifecycle. This simplifies tracking and managing models as they transition through development, testing, and production stages."
},
{
"type": "feature",
"category": "Amazon WorkMail",
"contributor": "",
"description": "This release adds support for Multi-Factor Authentication (MFA) and Personal Access Tokens through integration with AWS IAM Identity Center."
},
{
"type": "feature",
"category": "OpenSearch Service Serverless",
"contributor": "",
"description": "Neo Integration via IAM Identity Center (IdC)"
},
{
"type": "feature",
"category": "Redshift Serverless",
"contributor": "",
"description": "Adds and updates API members for the Redshift Serverless AI-driven scaling and optimization feature using the price-performance target setting."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
74 changes: 74 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,78 @@
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
# __2.29.4__ __2024-10-30__
## __AWS AppSync__
- ### Features
- This release adds support for AppSync Event APIs.

## __AWS DataSync__
- ### Features
- AWS DataSync now supports Enhanced mode tasks. This task mode supports transfer of virtually unlimited numbers of objects with enhanced metrics, more detailed logs, and higher performance than Basic mode. This mode currently supports transfers between Amazon S3 locations.

## __AWS Network Firewall__
- ### Features
- AWS Network Firewall now supports configuring TCP idle timeout

## __AWS SDK for Java v2__
- ### Features
- Adds support for tracking feature usage in a new user agent metadata section and adds a base set of features. Where features were already a part of the user agent string, they are now converted to the new format where a feature is represented as a Base64 encoded string. For example, using DynamoDb Enhanced Client was previously recorded as 'hll/ddb-enh' in the user agent, but is now a 'd' in the business metrics metadata section 'm/'.
- Updated endpoint and partition metadata.

## __Amazon Connect Service__
- ### Features
- Updated the public documentation for the UserIdentityInfo object to accurately reflect the character limits for the FirstName and LastName fields, which were previously listed as 1-100 characters.

## __Amazon EC2 Container Service__
- ### Features
- This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history.

## __Amazon Elastic Compute Cloud__
- ### Features
- This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups.

## __Amazon Keyspaces__
- ### Features
- Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type.

## __Amazon Location Service Maps V2__
- ### Features
- Release of Amazon Location Maps API. Maps enables you to build digital maps that showcase your locations, visualize your data, and unlock insights to drive your business

## __Amazon Location Service Places V2__
- ### Features
- Release of Amazon Location Places API. Places enables you to quickly search, display, and filter places, businesses, and locations based on proximity, category, and name

## __Amazon Location Service Routes V2__
- ### Features
- Release of Amazon Location Routes API. Routes enables you to plan efficient routes and streamline deliveries by leveraging real-time traffic, vehicle restrictions, and turn-by-turn directions.

## __Amazon OpenSearch Service__
- ### Features
- This release introduces the new OpenSearch user interface (Dashboards), a new web-based application that can be associated with multiple data sources across OpenSearch managed clusters, serverless collections, and Amazon S3, so that users can gain a comprehensive insights in an unified interface.

## __Amazon Redshift__
- ### Features
- This release launches S3 event integrations to create and manage integrations from an Amazon S3 source into an Amazon Redshift database.

## __Amazon Route 53__
- ### Features
- This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types.

## __Amazon SageMaker Service__
- ### Features
- Added support for Model Registry Staging construct. Users can define series of stages that models can progress through for model workflows and lifecycle. This simplifies tracking and managing models as they transition through development, testing, and production stages.

## __Amazon WorkMail__
- ### Features
- This release adds support for Multi-Factor Authentication (MFA) and Personal Access Tokens through integration with AWS IAM Identity Center.

## __OpenSearch Service Serverless__
- ### Features
- Neo Integration via IAM Identity Center (IdC)

## __Redshift Serverless__
- ### Features
- Adds and updates API members for the Redshift Serverless AI-driven scaling and optimization feature using the price-performance target setting.

# __2.29.3__ __2024-10-29__
## __AWS Clean Rooms Service__
- ### 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.3</version>
<version>2.29.4</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.3</version>
<version>2.29.4</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.29.3</version>
<version>2.29.4</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.3</version>
<version>2.29.4</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.3</version>
<version>2.29.4</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.3</version>
<version>2.29.4</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.3</version>
<version>2.29.4</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.3</version>
<version>2.29.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetypes</artifactId>
Expand Down
17 changes: 16 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.29.3</version>
<version>2.29.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aws-sdk-java</artifactId>
Expand Down Expand Up @@ -1978,6 +1978,21 @@ Amazon AutoScaling, etc).</description>
<artifactId>socialmessaging</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>geoplaces</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>geomaps</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>georoutes</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.29.3</version>
<version>2.29.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
17 changes: 16 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.29.3</version>
<version>2.29.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down Expand Up @@ -2178,6 +2178,21 @@
<artifactId>socialmessaging</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>geoplaces</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>geomaps</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>georoutes</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.29.3</version>
<version>2.29.4</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.3</version>
<version>2.29.4</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.3</version>
<version>2.29.4</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.3</version>
<version>2.29.4</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.3</version>
<version>2.29.4</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.3</version>
<version>2.29.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-maven-plugin</artifactId>
Expand Down
Loading

0 comments on commit 220d741

Please sign in to comment.