Skip to content

Commit 24f89ef

Browse files
chore: release 1.3.87
1 parent 5832b02 commit 24f89ef

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [1.3.87] - 12/03/2024
4+
5+
### Features
6+
* (**athena**) 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.
7+
* (**bedrock**) Tagging support for Async Invoke resources. Added support for Distillation in CreateModelCustomizationJob API. Support for videoDataDeliveryEnabled flag in invocation logging.
8+
* (**bedrockagent**) Releasing SDK for Multi-Agent Collaboration.
9+
* (**bedrockagentruntime**) Releasing SDK for multi agent collaboration
10+
* (**bedrockruntime**) 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.
11+
* (**datazone**) 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.
12+
* (**dsql**) 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.
13+
* (**dynamodb**) 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.
14+
* (**glue**) 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
15+
* (**lakeformation**) 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+
* (**qapps**) Add support for 11 new plugins as action cards to help automate repetitive tasks and improve productivity.
17+
* (**qbusiness**) 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.
18+
* (**quicksight**) This release includes API needed to support for Unstructured Data in Q in QuickSight Q&A (IDC).
19+
* (**redshift**) Adds support for Amazon Redshift RegisterNamespace and DeregisterNamespace APIs to share data to AWS Glue Data Catalog.
20+
* (**redshiftserverless**) Adds support for the ListManagedWorkgroups API to get an overview of existing managed workgroups.
21+
* (**s3**) 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.
22+
* (**s3tables**) 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.
23+
24+
### Documentation
25+
* (**cloudwatch**) Support for configuring AiOps investigation as alarm action
26+
327
## [1.3.86] - 12/03/2024
428

529
### Features

codegen/sdk/packages.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,12 @@
582582
"artifactName": "dlm",
583583
"brazilName": "AwsSdkKotlinDlm"
584584
},
585+
{
586+
"sdkId": "DSQL",
587+
"namespace": "aws.sdk.kotlin.services.dsql",
588+
"artifactName": "dsql",
589+
"brazilName": "AwsSdkKotlinDsql"
590+
},
585591
{
586592
"sdkId": "Data Pipeline",
587593
"namespace": "aws.sdk.kotlin.services.datapipeline",
@@ -1806,6 +1812,12 @@
18061812
"artifactName": "s3outposts",
18071813
"brazilName": "AwsSdkKotlinS3outposts"
18081814
},
1815+
{
1816+
"sdkId": "S3Tables",
1817+
"namespace": "aws.sdk.kotlin.services.s3tables",
1818+
"artifactName": "s3tables",
1819+
"brazilName": "AwsSdkKotlinS3tables"
1820+
},
18091821
{
18101822
"sdkId": "SES",
18111823
"namespace": "aws.sdk.kotlin.services.ses",

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.3.87-SNAPSHOT
9+
sdkVersion=1.3.87
1010

1111
# dokka config (values specified at build-time as needed)
1212
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/

0 commit comments

Comments
 (0)