Skip to content

Commit

Permalink
Merge branch 'release-1.35.74'
Browse files Browse the repository at this point in the history
* release-1.35.74:
  Bumping version to 1.35.74
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Dec 3, 2024
2 parents 19bae74 + 304539d commit cf1ce04
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 3 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] Releasing SDK for Multi-Agent Collaboration.",
"type": "api-change"
},
{
"category": "``bedrock-agent-runtime``",
"description": "[``botocore``] Releasing SDK for multi agent collaboration",
"type": "api-change"
},
{
"category": "``bedrock-runtime``",
"description": "[``botocore``] 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": "[``botocore``] Support for configuring AiOps investigation as alarm action",
"type": "api-change"
},
{
"category": "``datazone``",
"description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] Add support for 11 new plugins as action cards to help automate repetitive tasks and improve productivity.",
"type": "api-change"
},
{
"category": "``qbusiness``",
"description": "[``botocore``] 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": "[``botocore``] This release includes API needed to support for Unstructured Data in Q in QuickSight Q&A (IDC).",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "[``botocore``] Adds support for Amazon Redshift RegisterNamespace and DeregisterNamespace APIs to share data to AWS Glue Data Catalog.",
"type": "api-change"
},
{
"category": "``redshift-serverless``",
"description": "[``botocore``] Adds support for the ListManagedWorkgroups API to get an overview of existing managed workgroups.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "[``botocore``] 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": "[``botocore``] 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``: [``botocore``] 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``: [``botocore``] Tagging support for Async Invoke resources. Added support for Distillation in CreateModelCustomizationJob API. Support for videoDataDeliveryEnabled flag in invocation logging.
* api-change:``bedrock-agent``: [``botocore``] Releasing SDK for Multi-Agent Collaboration.
* api-change:``bedrock-agent-runtime``: [``botocore``] Releasing SDK for multi agent collaboration
* api-change:``bedrock-runtime``: [``botocore``] 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``: [``botocore``] Support for configuring AiOps investigation as alarm action
* api-change:``datazone``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] Add support for 11 new plugins as action cards to help automate repetitive tasks and improve productivity.
* api-change:``qbusiness``: [``botocore``] 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``: [``botocore``] This release includes API needed to support for Unstructured Data in Q in QuickSight Q&A (IDC).
* api-change:``redshift``: [``botocore``] Adds support for Amazon Redshift RegisterNamespace and DeregisterNamespace APIs to share data to AWS Glue Data Catalog.
* api-change:``redshift-serverless``: [``botocore``] Adds support for the ListManagedWorkgroups API to get an overview of existing managed workgroups.
* api-change:``s3``: [``botocore``] 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``: [``botocore``] 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 boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.35.73'
__version__ = '1.35.74'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.35.73,<1.36.0
botocore>=1.35.74,<1.36.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.35.73,<1.36.0',
'botocore>=1.35.74,<1.36.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit cf1ce04

Please sign in to comment.