From 24f89efc7098bde424b9abdd3177b9aa43bc1cda Mon Sep 17 00:00:00 2001 From: aws-sdk-kotlin-ci Date: Tue, 3 Dec 2024 22:13:53 +0000 Subject: [PATCH] chore: release 1.3.87 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ codegen/sdk/packages.json | 12 ++++++++++++ gradle.properties | 2 +- 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4956aeba8b8..3ee5a1dbb39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [1.3.87] - 12/03/2024 + +### Features +* (**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. +* (**bedrock**) Tagging support for Async Invoke resources. Added support for Distillation in CreateModelCustomizationJob API. Support for videoDataDeliveryEnabled flag in invocation logging. +* (**bedrockagent**) Releasing SDK for Multi-Agent Collaboration. +* (**bedrockagentruntime**) Releasing SDK for multi agent collaboration +* (**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. +* (**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. +* (**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. +* (**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. +* (**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 +* (**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. +* (**qapps**) Add support for 11 new plugins as action cards to help automate repetitive tasks and improve productivity. +* (**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. +* (**quicksight**) This release includes API needed to support for Unstructured Data in Q in QuickSight Q&A (IDC). +* (**redshift**) Adds support for Amazon Redshift RegisterNamespace and DeregisterNamespace APIs to share data to AWS Glue Data Catalog. +* (**redshiftserverless**) Adds support for the ListManagedWorkgroups API to get an overview of existing managed workgroups. +* (**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. +* (**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. + +### Documentation +* (**cloudwatch**) Support for configuring AiOps investigation as alarm action + ## [1.3.86] - 12/03/2024 ### Features diff --git a/codegen/sdk/packages.json b/codegen/sdk/packages.json index ddd871d1576..8f23f3fad54 100644 --- a/codegen/sdk/packages.json +++ b/codegen/sdk/packages.json @@ -582,6 +582,12 @@ "artifactName": "dlm", "brazilName": "AwsSdkKotlinDlm" }, + { + "sdkId": "DSQL", + "namespace": "aws.sdk.kotlin.services.dsql", + "artifactName": "dsql", + "brazilName": "AwsSdkKotlinDsql" + }, { "sdkId": "Data Pipeline", "namespace": "aws.sdk.kotlin.services.datapipeline", @@ -1806,6 +1812,12 @@ "artifactName": "s3outposts", "brazilName": "AwsSdkKotlinS3outposts" }, + { + "sdkId": "S3Tables", + "namespace": "aws.sdk.kotlin.services.s3tables", + "artifactName": "s3tables", + "brazilName": "AwsSdkKotlinS3tables" + }, { "sdkId": "SES", "namespace": "aws.sdk.kotlin.services.ses", diff --git a/gradle.properties b/gradle.properties index 01e5a479d36..8c0aed32b35 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G # sdk -sdkVersion=1.3.87-SNAPSHOT +sdkVersion=1.3.87 # dokka config (values specified at build-time as needed) smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/