Skip to content

Commit b19b9d3

Browse files
authored
Merge pull request #3500 from aws/staging/3923c51c-9fc3-4400-ba08-673ce564e15d
Pull request: release <- staging/3923c51c-9fc3-4400-ba08-673ce564e15d
2 parents 0f752fb + d5c9f4c commit b19b9d3

File tree

523 files changed

+15917
-1305
lines changed

Some content is hidden

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

523 files changed

+15917
-1305
lines changed

.changes/2.29.26.json

+114
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
{
2+
"version": "2.29.26",
3+
"date": "2024-12-03",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Glue",
8+
"contributor": "",
9+
"description": "This release includes(1)Zero-ETL integration to ingest data from 3P SaaS and DynamoDB to Redshift/Redlake (2)new properties on Connections to enable reuse; new connection APIs for retrieve/preview metadata (3)support of CRUD operations for Multi-catalog (4)support of automatic statistics collections"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Lake Formation",
14+
"contributor": "",
15+
"description": "This release added two new LakeFormation Permissions (CREATE_CATALOG, SUPER_USER) and added Id field for CatalogResource. It also added new conditon and expression field."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Agents for Amazon Bedrock",
20+
"contributor": "",
21+
"description": "Releasing SDK for Multi-Agent Collaboration."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Agents for Amazon Bedrock Runtime",
26+
"contributor": "",
27+
"description": "Releasing SDK for multi agent collaboration"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Athena",
32+
"contributor": "",
33+
"description": "Add FEDERATED type to CreateDataCatalog. This creates Athena Data Catalog, AWS Lambda connector, and AWS Glue connection. Create/DeleteDataCatalog returns DataCatalog. Add Status, ConnectionType, and Error to DataCatalog and DataCatalogSummary. Add DeleteCatalogOnly to delete Athena Catalog only."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Aurora DSQL",
38+
"contributor": "",
39+
"description": "Add new API operations for Amazon Aurora DSQL. Amazon Aurora DSQL is a serverless, distributed SQL database with virtually unlimited scale, highest availability, and zero infrastructure management."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Bedrock",
44+
"contributor": "",
45+
"description": "Tagging support for Async Invoke resources. Added support for Distillation in CreateModelCustomizationJob API. Support for videoDataDeliveryEnabled flag in invocation logging."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Bedrock Runtime",
50+
"contributor": "",
51+
"description": "Added support for Async Invoke Operations Start, List and Get. Support for invocation logs with `requestMetadata` field in Converse, ConverseStream, Invoke and InvokeStream. Video content blocks in Converse/ConverseStream accept raw bytes or S3 URI."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon CloudWatch",
56+
"contributor": "",
57+
"description": "Support for configuring AiOps investigation as alarm action"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon DataZone",
62+
"contributor": "",
63+
"description": "Adds support for Connections, ProjectProfiles, and JobRuns APIs. Supports the new Lineage feature at GA. Adjusts optionality of a parameter for DataSource and SubscriptionTarget APIs which may adjust types in some clients."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon DynamoDB",
68+
"contributor": "",
69+
"description": "This change adds support for global tables with multi-Region strong consistency (in preview). The UpdateTable API now supports a new attribute MultiRegionConsistency to set consistency when creating global tables. The DescribeTable output now optionally includes the MultiRegionConsistency attribute."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon QuickSight",
74+
"contributor": "",
75+
"description": "This release includes API needed to support for Unstructured Data in Q in QuickSight Q&A (IDC)."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon Redshift",
80+
"contributor": "",
81+
"description": "Adds support for Amazon Redshift RegisterNamespace and DeregisterNamespace APIs to share data to AWS Glue Data Catalog."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Amazon S3 Tables",
86+
"contributor": "",
87+
"description": "Amazon S3 Tables deliver the first cloud object store with built-in open table format support, and the easiest way to store tabular data at scale."
88+
},
89+
{
90+
"type": "feature",
91+
"category": "Amazon Simple Storage Service",
92+
"contributor": "",
93+
"description": "Amazon S3 Metadata stores object metadata in read-only, fully managed Apache Iceberg metadata tables that you can query. You can create metadata table configurations for S3 general purpose buckets."
94+
},
95+
{
96+
"type": "feature",
97+
"category": "QApps",
98+
"contributor": "",
99+
"description": "Add support for 11 new plugins as action cards to help automate repetitive tasks and improve productivity."
100+
},
101+
{
102+
"type": "feature",
103+
"category": "QBusiness",
104+
"contributor": "",
105+
"description": "Amazon Q Business now supports customization options for your web experience, 11 new Plugins, and QuickSight support. Amazon Q index allows software providers to enrich their native generative AI experiences with their customer's enterprise knowledge and user context spanning multiple applications."
106+
},
107+
{
108+
"type": "feature",
109+
"category": "Redshift Serverless",
110+
"contributor": "",
111+
"description": "Adds support for the ListManagedWorkgroups API to get an overview of existing managed workgroups."
112+
}
113+
]
114+
}

CHANGELOG.md

+73
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,77 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.29.26__ __2024-12-03__
3+
## __AWS Glue__
4+
- ### Features
5+
- This release includes(1)Zero-ETL integration to ingest data from 3P SaaS and DynamoDB to Redshift/Redlake (2)new properties on Connections to enable reuse; new connection APIs for retrieve/preview metadata (3)support of CRUD operations for Multi-catalog (4)support of automatic statistics collections
6+
7+
## __AWS Lake Formation__
8+
- ### Features
9+
- This release added two new LakeFormation Permissions (CREATE_CATALOG, SUPER_USER) and added Id field for CatalogResource. It also added new conditon and expression field.
10+
11+
## __Agents for Amazon Bedrock__
12+
- ### Features
13+
- Releasing SDK for Multi-Agent Collaboration.
14+
15+
## __Agents for Amazon Bedrock Runtime__
16+
- ### Features
17+
- Releasing SDK for multi agent collaboration
18+
19+
## __Amazon Athena__
20+
- ### Features
21+
- Add FEDERATED type to CreateDataCatalog. This creates Athena Data Catalog, AWS Lambda connector, and AWS Glue connection. Create/DeleteDataCatalog returns DataCatalog. Add Status, ConnectionType, and Error to DataCatalog and DataCatalogSummary. Add DeleteCatalogOnly to delete Athena Catalog only.
22+
23+
## __Amazon Aurora DSQL__
24+
- ### Features
25+
- Add new API operations for Amazon Aurora DSQL. Amazon Aurora DSQL is a serverless, distributed SQL database with virtually unlimited scale, highest availability, and zero infrastructure management.
26+
27+
## __Amazon Bedrock__
28+
- ### Features
29+
- Tagging support for Async Invoke resources. Added support for Distillation in CreateModelCustomizationJob API. Support for videoDataDeliveryEnabled flag in invocation logging.
30+
31+
## __Amazon Bedrock Runtime__
32+
- ### Features
33+
- Added support for Async Invoke Operations Start, List and Get. Support for invocation logs with `requestMetadata` field in Converse, ConverseStream, Invoke and InvokeStream. Video content blocks in Converse/ConverseStream accept raw bytes or S3 URI.
34+
35+
## __Amazon CloudWatch__
36+
- ### Features
37+
- Support for configuring AiOps investigation as alarm action
38+
39+
## __Amazon DataZone__
40+
- ### Features
41+
- Adds support for Connections, ProjectProfiles, and JobRuns APIs. Supports the new Lineage feature at GA. Adjusts optionality of a parameter for DataSource and SubscriptionTarget APIs which may adjust types in some clients.
42+
43+
## __Amazon DynamoDB__
44+
- ### Features
45+
- This change adds support for global tables with multi-Region strong consistency (in preview). The UpdateTable API now supports a new attribute MultiRegionConsistency to set consistency when creating global tables. The DescribeTable output now optionally includes the MultiRegionConsistency attribute.
46+
47+
## __Amazon QuickSight__
48+
- ### Features
49+
- This release includes API needed to support for Unstructured Data in Q in QuickSight Q&A (IDC).
50+
51+
## __Amazon Redshift__
52+
- ### Features
53+
- Adds support for Amazon Redshift RegisterNamespace and DeregisterNamespace APIs to share data to AWS Glue Data Catalog.
54+
55+
## __Amazon S3 Tables__
56+
- ### Features
57+
- Amazon S3 Tables deliver the first cloud object store with built-in open table format support, and the easiest way to store tabular data at scale.
58+
59+
## __Amazon Simple Storage Service__
60+
- ### Features
61+
- Amazon S3 Metadata stores object metadata in read-only, fully managed Apache Iceberg metadata tables that you can query. You can create metadata table configurations for S3 general purpose buckets.
62+
63+
## __QApps__
64+
- ### Features
65+
- Add support for 11 new plugins as action cards to help automate repetitive tasks and improve productivity.
66+
67+
## __QBusiness__
68+
- ### Features
69+
- Amazon Q Business now supports customization options for your web experience, 11 new Plugins, and QuickSight support. Amazon Q index allows software providers to enrich their native generative AI experiences with their customer's enterprise knowledge and user context spanning multiple applications.
70+
71+
## __Redshift Serverless__
72+
- ### Features
73+
- Adds support for the ListManagedWorkgroups API to get an overview of existing managed workgroups.
74+
275
# __2.29.25__ __2024-12-02__
376
## __AWS End User Messaging Social__
477
- ### 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.25</version>
54+
<version>2.29.26</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.25</version>
88+
<version>2.29.26</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.29.25</version>
93+
<version>2.29.26</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.25</version>
105+
<version>2.29.26</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.25</version>
23+
<version>2.29.26</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.25</version>
23+
<version>2.29.26</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.25</version>
23+
<version>2.29.26</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.25</version>
23+
<version>2.29.26</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

+11-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.25</version>
20+
<version>2.29.26</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -2043,6 +2043,16 @@ Amazon AutoScaling, etc).</description>
20432043
<artifactId>networkflowmonitor</artifactId>
20442044
<version>${awsjavasdk.version}</version>
20452045
</dependency>
2046+
<dependency>
2047+
<groupId>software.amazon.awssdk</groupId>
2048+
<artifactId>s3tables</artifactId>
2049+
<version>${awsjavasdk.version}</version>
2050+
</dependency>
2051+
<dependency>
2052+
<groupId>software.amazon.awssdk</groupId>
2053+
<artifactId>dsql</artifactId>
2054+
<version>${awsjavasdk.version}</version>
2055+
</dependency>
20462056
</dependencies>
20472057
<build>
20482058
<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.25</version>
23+
<version>2.29.26</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

+11-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.25</version>
20+
<version>2.29.26</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -2243,6 +2243,16 @@
22432243
<artifactId>networkflowmonitor</artifactId>
22442244
<version>${awsjavasdk.version}</version>
22452245
</dependency>
2246+
<dependency>
2247+
<groupId>software.amazon.awssdk</groupId>
2248+
<artifactId>s3tables</artifactId>
2249+
<version>${awsjavasdk.version}</version>
2250+
</dependency>
2251+
<dependency>
2252+
<groupId>software.amazon.awssdk</groupId>
2253+
<artifactId>dsql</artifactId>
2254+
<version>${awsjavasdk.version}</version>
2255+
</dependency>
22462256
</dependencies>
22472257
</dependencyManagement>
22482258
</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.25</version>
24+
<version>2.29.26</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.25</version>
24+
<version>2.29.26</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.25</version>
24+
<version>2.29.26</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.25</version>
25+
<version>2.29.26</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.25</version>
24+
<version>2.29.26</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.25</version>
25+
<version>2.29.26</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

codegen/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.25</version>
24+
<version>2.29.26</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

core/annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.29.25</version>
23+
<version>2.29.26</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)