Skip to content

Commit 220d741

Browse files
Merge pull request #3397 from aws/staging/f3e14298-3588-4802-be6b-def20d71654d
Pull request: release <- staging/f3e14298-3588-4802-be6b-def20d71654d
2 parents f8c2644 + 2fb6de5 commit 220d741

File tree

542 files changed

+18961
-1202
lines changed

Some content is hidden

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

542 files changed

+18961
-1202
lines changed

.changes/2.29.4.json

+120
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
{
2+
"version": "2.29.4",
3+
"date": "2024-10-30",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS AppSync",
8+
"contributor": "",
9+
"description": "This release adds support for AppSync Event APIs."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS DataSync",
14+
"contributor": "",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Network Firewall",
20+
"contributor": "",
21+
"description": "AWS Network Firewall now supports configuring TCP idle timeout"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "",
27+
"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/'."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Connect Service",
32+
"contributor": "",
33+
"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."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon EC2 Container Service",
38+
"contributor": "",
39+
"description": "This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Elastic Compute Cloud",
44+
"contributor": "",
45+
"description": "This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Keyspaces",
50+
"contributor": "",
51+
"description": "Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Location Service Maps V2",
56+
"contributor": "",
57+
"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"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Location Service Places V2",
62+
"contributor": "",
63+
"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"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Location Service Routes V2",
68+
"contributor": "",
69+
"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."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon OpenSearch Service",
74+
"contributor": "",
75+
"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."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon Redshift",
80+
"contributor": "",
81+
"description": "This release launches S3 event integrations to create and manage integrations from an Amazon S3 source into an Amazon Redshift database."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Amazon Route 53",
86+
"contributor": "",
87+
"description": "This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types."
88+
},
89+
{
90+
"type": "feature",
91+
"category": "Amazon SageMaker Service",
92+
"contributor": "",
93+
"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."
94+
},
95+
{
96+
"type": "feature",
97+
"category": "Amazon WorkMail",
98+
"contributor": "",
99+
"description": "This release adds support for Multi-Factor Authentication (MFA) and Personal Access Tokens through integration with AWS IAM Identity Center."
100+
},
101+
{
102+
"type": "feature",
103+
"category": "OpenSearch Service Serverless",
104+
"contributor": "",
105+
"description": "Neo Integration via IAM Identity Center (IdC)"
106+
},
107+
{
108+
"type": "feature",
109+
"category": "Redshift Serverless",
110+
"contributor": "",
111+
"description": "Adds and updates API members for the Redshift Serverless AI-driven scaling and optimization feature using the price-performance target setting."
112+
},
113+
{
114+
"type": "feature",
115+
"category": "AWS SDK for Java v2",
116+
"contributor": "",
117+
"description": "Updated endpoint and partition metadata."
118+
}
119+
]
120+
}

CHANGELOG.md

+74
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,78 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.29.4__ __2024-10-30__
3+
## __AWS AppSync__
4+
- ### Features
5+
- This release adds support for AppSync Event APIs.
6+
7+
## __AWS DataSync__
8+
- ### Features
9+
- 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.
10+
11+
## __AWS Network Firewall__
12+
- ### Features
13+
- AWS Network Firewall now supports configuring TCP idle timeout
14+
15+
## __AWS SDK for Java v2__
16+
- ### Features
17+
- 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/'.
18+
- Updated endpoint and partition metadata.
19+
20+
## __Amazon Connect Service__
21+
- ### Features
22+
- 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.
23+
24+
## __Amazon EC2 Container Service__
25+
- ### Features
26+
- This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history.
27+
28+
## __Amazon Elastic Compute Cloud__
29+
- ### Features
30+
- This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups.
31+
32+
## __Amazon Keyspaces__
33+
- ### Features
34+
- Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type.
35+
36+
## __Amazon Location Service Maps V2__
37+
- ### Features
38+
- 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
39+
40+
## __Amazon Location Service Places V2__
41+
- ### Features
42+
- 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
43+
44+
## __Amazon Location Service Routes V2__
45+
- ### Features
46+
- 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.
47+
48+
## __Amazon OpenSearch Service__
49+
- ### Features
50+
- 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.
51+
52+
## __Amazon Redshift__
53+
- ### Features
54+
- This release launches S3 event integrations to create and manage integrations from an Amazon S3 source into an Amazon Redshift database.
55+
56+
## __Amazon Route 53__
57+
- ### Features
58+
- This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types.
59+
60+
## __Amazon SageMaker Service__
61+
- ### Features
62+
- 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.
63+
64+
## __Amazon WorkMail__
65+
- ### Features
66+
- This release adds support for Multi-Factor Authentication (MFA) and Personal Access Tokens through integration with AWS IAM Identity Center.
67+
68+
## __OpenSearch Service Serverless__
69+
- ### Features
70+
- Neo Integration via IAM Identity Center (IdC)
71+
72+
## __Redshift Serverless__
73+
- ### Features
74+
- Adds and updates API members for the Redshift Serverless AI-driven scaling and optimization feature using the price-performance target setting.
75+
276
# __2.29.3__ __2024-10-29__
377
## __AWS Clean Rooms Service__
478
- ### Features

README.md

+4-4
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.29.3</version>
54+
<version>2.29.4</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.29.3</version>
88+
<version>2.29.4</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.29.3</version>
93+
<version>2.29.4</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.29.3</version>
105+
<version>2.29.4</version>
106106
</dependency>
107107
```
108108

archetypes/archetype-app-quickstart/pom.xml

+1-1
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.29.3</version>
23+
<version>2.29.4</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/archetype-lambda/pom.xml

+1-1
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.29.3</version>
23+
<version>2.29.4</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

archetypes/archetype-tools/pom.xml

+1-1
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.29.3</version>
23+
<version>2.29.4</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/pom.xml

+1-1
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.29.3</version>
23+
<version>2.29.4</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

+16-1
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.29.3</version>
20+
<version>2.29.4</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -1978,6 +1978,21 @@ Amazon AutoScaling, etc).</description>
19781978
<artifactId>socialmessaging</artifactId>
19791979
<version>${awsjavasdk.version}</version>
19801980
</dependency>
1981+
<dependency>
1982+
<groupId>software.amazon.awssdk</groupId>
1983+
<artifactId>geoplaces</artifactId>
1984+
<version>${awsjavasdk.version}</version>
1985+
</dependency>
1986+
<dependency>
1987+
<groupId>software.amazon.awssdk</groupId>
1988+
<artifactId>geomaps</artifactId>
1989+
<version>${awsjavasdk.version}</version>
1990+
</dependency>
1991+
<dependency>
1992+
<groupId>software.amazon.awssdk</groupId>
1993+
<artifactId>georoutes</artifactId>
1994+
<version>${awsjavasdk.version}</version>
1995+
</dependency>
19811996
</dependencies>
19821997
<build>
19831998
<finalName>${project.artifactId}-${project.version}</finalName>

bom-internal/pom.xml

+1-1
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.29.3</version>
23+
<version>2.29.4</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

+16-1
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.29.3</version>
20+
<version>2.29.4</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -2178,6 +2178,21 @@
21782178
<artifactId>socialmessaging</artifactId>
21792179
<version>${awsjavasdk.version}</version>
21802180
</dependency>
2181+
<dependency>
2182+
<groupId>software.amazon.awssdk</groupId>
2183+
<artifactId>geoplaces</artifactId>
2184+
<version>${awsjavasdk.version}</version>
2185+
</dependency>
2186+
<dependency>
2187+
<groupId>software.amazon.awssdk</groupId>
2188+
<artifactId>geomaps</artifactId>
2189+
<version>${awsjavasdk.version}</version>
2190+
</dependency>
2191+
<dependency>
2192+
<groupId>software.amazon.awssdk</groupId>
2193+
<artifactId>georoutes</artifactId>
2194+
<version>${awsjavasdk.version}</version>
2195+
</dependency>
21812196
</dependencies>
21822197
</dependencyManagement>
21832198
</project>

bundle-logging-bridge/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.29.3</version>
24+
<version>2.29.4</version>
2525
</parent>
2626
<artifactId>bundle-logging-bridge</artifactId>
2727
<packaging>jar</packaging>

bundle-sdk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.29.3</version>
24+
<version>2.29.4</version>
2525
</parent>
2626
<artifactId>bundle-sdk</artifactId>
2727
<packaging>jar</packaging>

bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.29.3</version>
24+
<version>2.29.4</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

codegen-lite-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.29.3</version>
25+
<version>2.29.4</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

codegen-lite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.29.3</version>
24+
<version>2.29.4</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

codegen-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.29.3</version>
25+
<version>2.29.4</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

0 commit comments

Comments
 (0)