Skip to content

Commit

Permalink
Merge branch 'release-1.35.74' into develop
Browse files Browse the repository at this point in the history
* release-1.35.74:
  Bumping version to 1.35.74
  Update to latest models
  Merge customizations for DSQL
  • Loading branch information
aws-sdk-python-automation committed Dec 3, 2024
2 parents 7c7d87d + 893ac66 commit 5e4b564
Show file tree
Hide file tree
Showing 41 changed files with 15,109 additions and 437 deletions.
92 changes: 92 additions & 0 deletions .changes/1.35.74.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
[
{
"category": "``athena``",
"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.",
"type": "api-change"
},
{
"category": "``bedrock``",
"description": "Tagging support for Async Invoke resources. Added support for Distillation in CreateModelCustomizationJob API. Support for videoDataDeliveryEnabled flag in invocation logging.",
"type": "api-change"
},
{
"category": "``bedrock-agent``",
"description": "Releasing SDK for Multi-Agent Collaboration.",
"type": "api-change"
},
{
"category": "``bedrock-agent-runtime``",
"description": "Releasing SDK for multi agent collaboration",
"type": "api-change"
},
{
"category": "``bedrock-runtime``",
"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.",
"type": "api-change"
},
{
"category": "``cloudwatch``",
"description": "Support for configuring AiOps investigation as alarm action",
"type": "api-change"
},
{
"category": "``datazone``",
"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.",
"type": "api-change"
},
{
"category": "``dsql``",
"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.",
"type": "api-change"
},
{
"category": "``dynamodb``",
"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.",
"type": "api-change"
},
{
"category": "``glue``",
"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",
"type": "api-change"
},
{
"category": "``lakeformation``",
"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.",
"type": "api-change"
},
{
"category": "``qapps``",
"description": "Add support for 11 new plugins as action cards to help automate repetitive tasks and improve productivity.",
"type": "api-change"
},
{
"category": "``qbusiness``",
"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.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "This release includes API needed to support for Unstructured Data in Q in QuickSight Q&A (IDC).",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "Adds support for Amazon Redshift RegisterNamespace and DeregisterNamespace APIs to share data to AWS Glue Data Catalog.",
"type": "api-change"
},
{
"category": "``redshift-serverless``",
"description": "Adds support for the ListManagedWorkgroups API to get an overview of existing managed workgroups.",
"type": "api-change"
},
{
"category": "``s3``",
"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.",
"type": "api-change"
},
{
"category": "``s3tables``",
"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.",
"type": "api-change"
}
]
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
CHANGELOG
=========

1.35.74
=======

* api-change:``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.
* api-change:``bedrock``: Tagging support for Async Invoke resources. Added support for Distillation in CreateModelCustomizationJob API. Support for videoDataDeliveryEnabled flag in invocation logging.
* api-change:``bedrock-agent``: Releasing SDK for Multi-Agent Collaboration.
* api-change:``bedrock-agent-runtime``: Releasing SDK for multi agent collaboration
* api-change:``bedrock-runtime``: 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.
* api-change:``cloudwatch``: Support for configuring AiOps investigation as alarm action
* api-change:``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.
* api-change:``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.
* api-change:``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.
* api-change:``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
* api-change:``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.
* api-change:``qapps``: Add support for 11 new plugins as action cards to help automate repetitive tasks and improve productivity.
* api-change:``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.
* api-change:``quicksight``: This release includes API needed to support for Unstructured Data in Q in QuickSight Q&A (IDC).
* api-change:``redshift``: Adds support for Amazon Redshift RegisterNamespace and DeregisterNamespace APIs to share data to AWS Glue Data Catalog.
* api-change:``redshift-serverless``: Adds support for the ListManagedWorkgroups API to get an overview of existing managed workgroups.
* api-change:``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.
* api-change:``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.


1.35.73
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.73'
__version__ = '1.35.74'


class NullHandler(logging.Handler):
Expand Down
Loading

0 comments on commit 5e4b564

Please sign in to comment.