From 0e35146b263506b92aef5411bcdb3cb5f182072d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 30 Oct 2024 18:12:05 +0000 Subject: [PATCH] Bumping version to 1.35.52 --- .changes/1.35.52.json | 87 +++++++++++++++++++ .../next-release/api-change-appsync-4868.json | 5 -- .../api-change-connect-64907.json | 5 -- .../api-change-datasync-26320.json | 5 -- .../next-release/api-change-ec2-13321.json | 5 -- .../next-release/api-change-ecs-95615.json | 5 -- .../api-change-geomaps-78599.json | 5 -- .../api-change-geoplaces-29149.json | 5 -- .../api-change-georoutes-10608.json | 5 -- .../api-change-keyspaces-41077.json | 5 -- .../api-change-networkfirewall-37729.json | 5 -- .../api-change-opensearch-74520.json | 5 -- ...api-change-opensearchserverless-20085.json | 5 -- .../api-change-redshift-26681.json | 5 -- .../api-change-redshiftserverless-28900.json | 5 -- .../api-change-route53-96064.json | 5 -- .../api-change-sagemaker-59258.json | 5 -- .../api-change-workmail-94364.json | 5 -- CHANGELOG.rst | 22 +++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 21 files changed, 111 insertions(+), 87 deletions(-) create mode 100644 .changes/1.35.52.json delete mode 100644 .changes/next-release/api-change-appsync-4868.json delete mode 100644 .changes/next-release/api-change-connect-64907.json delete mode 100644 .changes/next-release/api-change-datasync-26320.json delete mode 100644 .changes/next-release/api-change-ec2-13321.json delete mode 100644 .changes/next-release/api-change-ecs-95615.json delete mode 100644 .changes/next-release/api-change-geomaps-78599.json delete mode 100644 .changes/next-release/api-change-geoplaces-29149.json delete mode 100644 .changes/next-release/api-change-georoutes-10608.json delete mode 100644 .changes/next-release/api-change-keyspaces-41077.json delete mode 100644 .changes/next-release/api-change-networkfirewall-37729.json delete mode 100644 .changes/next-release/api-change-opensearch-74520.json delete mode 100644 .changes/next-release/api-change-opensearchserverless-20085.json delete mode 100644 .changes/next-release/api-change-redshift-26681.json delete mode 100644 .changes/next-release/api-change-redshiftserverless-28900.json delete mode 100644 .changes/next-release/api-change-route53-96064.json delete mode 100644 .changes/next-release/api-change-sagemaker-59258.json delete mode 100644 .changes/next-release/api-change-workmail-94364.json diff --git a/.changes/1.35.52.json b/.changes/1.35.52.json new file mode 100644 index 0000000000..6b685c5fcd --- /dev/null +++ b/.changes/1.35.52.json @@ -0,0 +1,87 @@ +[ + { + "category": "``appsync``", + "description": "This release adds support for AppSync Event APIs.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "Updated the public documentation for the UserIdentityInfo object to accurately reflect the character limits for the FirstName and LastName fields, which were previously listed as 1-100 characters.", + "type": "api-change" + }, + { + "category": "``datasync``", + "description": "AWS DataSync now supports Enhanced mode tasks. This task mode supports transfer of virtually unlimited numbers of objects with enhanced metrics, more detailed logs, and higher performance than Basic mode. This mode currently supports transfers between Amazon S3 locations.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history.", + "type": "api-change" + }, + { + "category": "``geo-maps``", + "description": "Release of Amazon Location Maps API. Maps enables you to build digital maps that showcase your locations, visualize your data, and unlock insights to drive your business", + "type": "api-change" + }, + { + "category": "``geo-places``", + "description": "Release of Amazon Location Places API. Places enables you to quickly search, display, and filter places, businesses, and locations based on proximity, category, and name", + "type": "api-change" + }, + { + "category": "``geo-routes``", + "description": "Release of Amazon Location Routes API. Routes enables you to plan efficient routes and streamline deliveries by leveraging real-time traffic, vehicle restrictions, and turn-by-turn directions.", + "type": "api-change" + }, + { + "category": "``keyspaces``", + "description": "Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type.", + "type": "api-change" + }, + { + "category": "``network-firewall``", + "description": "AWS Network Firewall now supports configuring TCP idle timeout", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "This release introduces the new OpenSearch user interface (Dashboards), a new web-based application that can be associated with multiple data sources across OpenSearch managed clusters, serverless collections, and Amazon S3, so that users can gain a comprehensive insights in an unified interface.", + "type": "api-change" + }, + { + "category": "``opensearchserverless``", + "description": "Neo Integration via IAM Identity Center (IdC)", + "type": "api-change" + }, + { + "category": "``redshift``", + "description": "This release launches S3 event integrations to create and manage integrations from an Amazon S3 source into an Amazon Redshift database.", + "type": "api-change" + }, + { + "category": "``redshift-serverless``", + "description": "Adds and updates API members for the Redshift Serverless AI-driven scaling and optimization feature using the price-performance target setting.", + "type": "api-change" + }, + { + "category": "``route53``", + "description": "This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "Added support for Model Registry Staging construct. Users can define series of stages that models can progress through for model workflows and lifecycle. This simplifies tracking and managing models as they transition through development, testing, and production stages.", + "type": "api-change" + }, + { + "category": "``workmail``", + "description": "This release adds support for Multi-Factor Authentication (MFA) and Personal Access Tokens through integration with AWS IAM Identity Center.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appsync-4868.json b/.changes/next-release/api-change-appsync-4868.json deleted file mode 100644 index f49bc04724..0000000000 --- a/.changes/next-release/api-change-appsync-4868.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appsync``", - "description": "This release adds support for AppSync Event APIs." -} diff --git a/.changes/next-release/api-change-connect-64907.json b/.changes/next-release/api-change-connect-64907.json deleted file mode 100644 index 434827ee12..0000000000 --- a/.changes/next-release/api-change-connect-64907.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "Updated the public documentation for the UserIdentityInfo object to accurately reflect the character limits for the FirstName and LastName fields, which were previously listed as 1-100 characters." -} diff --git a/.changes/next-release/api-change-datasync-26320.json b/.changes/next-release/api-change-datasync-26320.json deleted file mode 100644 index 5be806dc0b..0000000000 --- a/.changes/next-release/api-change-datasync-26320.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datasync``", - "description": "AWS DataSync now supports Enhanced mode tasks. This task mode supports transfer of virtually unlimited numbers of objects with enhanced metrics, more detailed logs, and higher performance than Basic mode. This mode currently supports transfers between Amazon S3 locations." -} diff --git a/.changes/next-release/api-change-ec2-13321.json b/.changes/next-release/api-change-ec2-13321.json deleted file mode 100644 index 9419d65864..0000000000 --- a/.changes/next-release/api-change-ec2-13321.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups." -} diff --git a/.changes/next-release/api-change-ecs-95615.json b/.changes/next-release/api-change-ecs-95615.json deleted file mode 100644 index d31996638e..0000000000 --- a/.changes/next-release/api-change-ecs-95615.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history." -} diff --git a/.changes/next-release/api-change-geomaps-78599.json b/.changes/next-release/api-change-geomaps-78599.json deleted file mode 100644 index 549b3a63e0..0000000000 --- a/.changes/next-release/api-change-geomaps-78599.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``geo-maps``", - "description": "Release of Amazon Location Maps API. Maps enables you to build digital maps that showcase your locations, visualize your data, and unlock insights to drive your business" -} diff --git a/.changes/next-release/api-change-geoplaces-29149.json b/.changes/next-release/api-change-geoplaces-29149.json deleted file mode 100644 index 0eb446d2a6..0000000000 --- a/.changes/next-release/api-change-geoplaces-29149.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``geo-places``", - "description": "Release of Amazon Location Places API. Places enables you to quickly search, display, and filter places, businesses, and locations based on proximity, category, and name" -} diff --git a/.changes/next-release/api-change-georoutes-10608.json b/.changes/next-release/api-change-georoutes-10608.json deleted file mode 100644 index 7f8bbd5fd1..0000000000 --- a/.changes/next-release/api-change-georoutes-10608.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``geo-routes``", - "description": "Release of Amazon Location Routes API. Routes enables you to plan efficient routes and streamline deliveries by leveraging real-time traffic, vehicle restrictions, and turn-by-turn directions." -} diff --git a/.changes/next-release/api-change-keyspaces-41077.json b/.changes/next-release/api-change-keyspaces-41077.json deleted file mode 100644 index 7c5872f74d..0000000000 --- a/.changes/next-release/api-change-keyspaces-41077.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``keyspaces``", - "description": "Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type." -} diff --git a/.changes/next-release/api-change-networkfirewall-37729.json b/.changes/next-release/api-change-networkfirewall-37729.json deleted file mode 100644 index 51b2fdbf73..0000000000 --- a/.changes/next-release/api-change-networkfirewall-37729.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``network-firewall``", - "description": "AWS Network Firewall now supports configuring TCP idle timeout" -} diff --git a/.changes/next-release/api-change-opensearch-74520.json b/.changes/next-release/api-change-opensearch-74520.json deleted file mode 100644 index 9554c0b05d..0000000000 --- a/.changes/next-release/api-change-opensearch-74520.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearch``", - "description": "This release introduces the new OpenSearch user interface (Dashboards), a new web-based application that can be associated with multiple data sources across OpenSearch managed clusters, serverless collections, and Amazon S3, so that users can gain a comprehensive insights in an unified interface." -} diff --git a/.changes/next-release/api-change-opensearchserverless-20085.json b/.changes/next-release/api-change-opensearchserverless-20085.json deleted file mode 100644 index 05349b1704..0000000000 --- a/.changes/next-release/api-change-opensearchserverless-20085.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearchserverless``", - "description": "Neo Integration via IAM Identity Center (IdC)" -} diff --git a/.changes/next-release/api-change-redshift-26681.json b/.changes/next-release/api-change-redshift-26681.json deleted file mode 100644 index e16978731e..0000000000 --- a/.changes/next-release/api-change-redshift-26681.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift``", - "description": "This release launches S3 event integrations to create and manage integrations from an Amazon S3 source into an Amazon Redshift database." -} diff --git a/.changes/next-release/api-change-redshiftserverless-28900.json b/.changes/next-release/api-change-redshiftserverless-28900.json deleted file mode 100644 index e97a5570e4..0000000000 --- a/.changes/next-release/api-change-redshiftserverless-28900.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift-serverless``", - "description": "Adds and updates API members for the Redshift Serverless AI-driven scaling and optimization feature using the price-performance target setting." -} diff --git a/.changes/next-release/api-change-route53-96064.json b/.changes/next-release/api-change-route53-96064.json deleted file mode 100644 index 268534f0aa..0000000000 --- a/.changes/next-release/api-change-route53-96064.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53``", - "description": "This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types." -} diff --git a/.changes/next-release/api-change-sagemaker-59258.json b/.changes/next-release/api-change-sagemaker-59258.json deleted file mode 100644 index 3f466922a3..0000000000 --- a/.changes/next-release/api-change-sagemaker-59258.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "Added support for Model Registry Staging construct. Users can define series of stages that models can progress through for model workflows and lifecycle. This simplifies tracking and managing models as they transition through development, testing, and production stages." -} diff --git a/.changes/next-release/api-change-workmail-94364.json b/.changes/next-release/api-change-workmail-94364.json deleted file mode 100644 index 943243f63c..0000000000 --- a/.changes/next-release/api-change-workmail-94364.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workmail``", - "description": "This release adds support for Multi-Factor Authentication (MFA) and Personal Access Tokens through integration with AWS IAM Identity Center." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 908484da99..e24b2501c5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,28 @@ CHANGELOG ========= +1.35.52 +======= + +* api-change:``appsync``: This release adds support for AppSync Event APIs. +* api-change:``connect``: Updated the public documentation for the UserIdentityInfo object to accurately reflect the character limits for the FirstName and LastName fields, which were previously listed as 1-100 characters. +* api-change:``datasync``: AWS DataSync now supports Enhanced mode tasks. This task mode supports transfer of virtually unlimited numbers of objects with enhanced metrics, more detailed logs, and higher performance than Basic mode. This mode currently supports transfers between Amazon S3 locations. +* api-change:``ec2``: This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups. +* api-change:``ecs``: This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history. +* api-change:``geo-maps``: Release of Amazon Location Maps API. Maps enables you to build digital maps that showcase your locations, visualize your data, and unlock insights to drive your business +* api-change:``geo-places``: Release of Amazon Location Places API. Places enables you to quickly search, display, and filter places, businesses, and locations based on proximity, category, and name +* api-change:``geo-routes``: Release of Amazon Location Routes API. Routes enables you to plan efficient routes and streamline deliveries by leveraging real-time traffic, vehicle restrictions, and turn-by-turn directions. +* api-change:``keyspaces``: Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type. +* api-change:``network-firewall``: AWS Network Firewall now supports configuring TCP idle timeout +* api-change:``opensearch``: This release introduces the new OpenSearch user interface (Dashboards), a new web-based application that can be associated with multiple data sources across OpenSearch managed clusters, serverless collections, and Amazon S3, so that users can gain a comprehensive insights in an unified interface. +* api-change:``opensearchserverless``: Neo Integration via IAM Identity Center (IdC) +* api-change:``redshift``: This release launches S3 event integrations to create and manage integrations from an Amazon S3 source into an Amazon Redshift database. +* api-change:``redshift-serverless``: Adds and updates API members for the Redshift Serverless AI-driven scaling and optimization feature using the price-performance target setting. +* api-change:``route53``: This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types. +* api-change:``sagemaker``: Added support for Model Registry Staging construct. Users can define series of stages that models can progress through for model workflows and lifecycle. This simplifies tracking and managing models as they transition through development, testing, and production stages. +* api-change:``workmail``: This release adds support for Multi-Factor Authentication (MFA) and Personal Access Tokens through integration with AWS IAM Identity Center. + + 1.35.51 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index c33143e68d..52d5707539 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.51' +__version__ = '1.35.52' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index aa13184091..b709ae8733 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.35.' # The full version, including alpha/beta/rc tags. -release = '1.35.51' +release = '1.35.52' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.