From c1f635d1b348a6a41339f6db1af3c8e7c67296a2 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 18 Jul 2024 19:22:30 +0000 Subject: [PATCH] Bumping version to 1.34.145 --- .changes/1.34.145.json | 67 +++++++++++++++++++ .../next-release/api-change-acmpca-8983.json | 5 -- .../api-change-connect-24816.json | 5 -- .../next-release/api-change-ec2-38874.json | 5 -- .../api-change-firehose-44210.json | 5 -- .../api-change-ivschat-68235.json | 5 -- .../api-change-medialive-2443.json | 5 -- .../next-release/api-change-rds-60841.json | 5 -- .../api-change-sagemaker-39890.json | 5 -- .../api-change-secretsmanager-33190.json | 5 -- .../api-change-taxsettings-33097.json | 5 -- .../api-change-timestreamquery-6736.json | 5 -- ...api-change-workspacesthinclient-53210.json | 5 -- .../next-release/bugfix-Waiter-88466.json | 5 -- CHANGELOG.rst | 18 +++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 17 files changed, 87 insertions(+), 67 deletions(-) create mode 100644 .changes/1.34.145.json delete mode 100644 .changes/next-release/api-change-acmpca-8983.json delete mode 100644 .changes/next-release/api-change-connect-24816.json delete mode 100644 .changes/next-release/api-change-ec2-38874.json delete mode 100644 .changes/next-release/api-change-firehose-44210.json delete mode 100644 .changes/next-release/api-change-ivschat-68235.json delete mode 100644 .changes/next-release/api-change-medialive-2443.json delete mode 100644 .changes/next-release/api-change-rds-60841.json delete mode 100644 .changes/next-release/api-change-sagemaker-39890.json delete mode 100644 .changes/next-release/api-change-secretsmanager-33190.json delete mode 100644 .changes/next-release/api-change-taxsettings-33097.json delete mode 100644 .changes/next-release/api-change-timestreamquery-6736.json delete mode 100644 .changes/next-release/api-change-workspacesthinclient-53210.json delete mode 100644 .changes/next-release/bugfix-Waiter-88466.json diff --git a/.changes/1.34.145.json b/.changes/1.34.145.json new file mode 100644 index 0000000000..5b8643f0e1 --- /dev/null +++ b/.changes/1.34.145.json @@ -0,0 +1,67 @@ +[ + { + "category": "``acm-pca``", + "description": "Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint)", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range.", + "type": "api-change" + }, + { + "category": "``firehose``", + "description": "This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination.", + "type": "api-change" + }, + { + "category": "``ivschat``", + "description": "Documentation update for IVS Chat API Reference.", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "Updates Amazon RDS documentation to specify an eventual consistency model for DescribePendingMaintenanceActions.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family.", + "type": "api-change" + }, + { + "category": "``secretsmanager``", + "description": "Doc only update for Secrets Manager", + "type": "api-change" + }, + { + "category": "``taxsettings``", + "description": "Set default endpoint for aws partition. Requests from all regions in aws partition will be forward to us-east-1 endpoint.", + "type": "api-change" + }, + { + "category": "``timestream-query``", + "description": "Doc-only update for TimestreamQuery. Added guidance about the accepted valid value for the QueryPricingModel parameter.", + "type": "api-change" + }, + { + "category": "``workspaces-thin-client``", + "description": "Documentation update for WorkSpaces Thin Client.", + "type": "api-change" + }, + { + "category": "Waiter", + "description": "Update waiters to handle expected boolean values when matching errors (`boto/botocore#3220 `__)", + "type": "bugfix" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-acmpca-8983.json b/.changes/next-release/api-change-acmpca-8983.json deleted file mode 100644 index 8f3e29022c..0000000000 --- a/.changes/next-release/api-change-acmpca-8983.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``acm-pca``", - "description": "Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK." -} diff --git a/.changes/next-release/api-change-connect-24816.json b/.changes/next-release/api-change-connect-24816.json deleted file mode 100644 index 75dc961761..0000000000 --- a/.changes/next-release/api-change-connect-24816.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint)" -} diff --git a/.changes/next-release/api-change-ec2-38874.json b/.changes/next-release/api-change-ec2-38874.json deleted file mode 100644 index 0985d3a431..0000000000 --- a/.changes/next-release/api-change-ec2-38874.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range." -} diff --git a/.changes/next-release/api-change-firehose-44210.json b/.changes/next-release/api-change-firehose-44210.json deleted file mode 100644 index 9f594be5ff..0000000000 --- a/.changes/next-release/api-change-firehose-44210.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``firehose``", - "description": "This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination." -} diff --git a/.changes/next-release/api-change-ivschat-68235.json b/.changes/next-release/api-change-ivschat-68235.json deleted file mode 100644 index ec1afdcfa3..0000000000 --- a/.changes/next-release/api-change-ivschat-68235.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivschat``", - "description": "Documentation update for IVS Chat API Reference." -} diff --git a/.changes/next-release/api-change-medialive-2443.json b/.changes/next-release/api-change-medialive-2443.json deleted file mode 100644 index c10f3a88b2..0000000000 --- a/.changes/next-release/api-change-medialive-2443.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type." -} diff --git a/.changes/next-release/api-change-rds-60841.json b/.changes/next-release/api-change-rds-60841.json deleted file mode 100644 index e8522a49b2..0000000000 --- a/.changes/next-release/api-change-rds-60841.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "Updates Amazon RDS documentation to specify an eventual consistency model for DescribePendingMaintenanceActions." -} diff --git a/.changes/next-release/api-change-sagemaker-39890.json b/.changes/next-release/api-change-sagemaker-39890.json deleted file mode 100644 index 43a7aacf4b..0000000000 --- a/.changes/next-release/api-change-sagemaker-39890.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family." -} diff --git a/.changes/next-release/api-change-secretsmanager-33190.json b/.changes/next-release/api-change-secretsmanager-33190.json deleted file mode 100644 index 32e0eb5f7c..0000000000 --- a/.changes/next-release/api-change-secretsmanager-33190.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``secretsmanager``", - "description": "Doc only update for Secrets Manager" -} diff --git a/.changes/next-release/api-change-taxsettings-33097.json b/.changes/next-release/api-change-taxsettings-33097.json deleted file mode 100644 index bb31ac0e21..0000000000 --- a/.changes/next-release/api-change-taxsettings-33097.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``taxsettings``", - "description": "Set default endpoint for aws partition. Requests from all regions in aws partition will be forward to us-east-1 endpoint." -} diff --git a/.changes/next-release/api-change-timestreamquery-6736.json b/.changes/next-release/api-change-timestreamquery-6736.json deleted file mode 100644 index 35c8830020..0000000000 --- a/.changes/next-release/api-change-timestreamquery-6736.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``timestream-query``", - "description": "Doc-only update for TimestreamQuery. Added guidance about the accepted valid value for the QueryPricingModel parameter." -} diff --git a/.changes/next-release/api-change-workspacesthinclient-53210.json b/.changes/next-release/api-change-workspacesthinclient-53210.json deleted file mode 100644 index e1e662a357..0000000000 --- a/.changes/next-release/api-change-workspacesthinclient-53210.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces-thin-client``", - "description": "Documentation update for WorkSpaces Thin Client." -} diff --git a/.changes/next-release/bugfix-Waiter-88466.json b/.changes/next-release/bugfix-Waiter-88466.json deleted file mode 100644 index 35e969b4cb..0000000000 --- a/.changes/next-release/bugfix-Waiter-88466.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "bugfix", - "category": "Waiter", - "description": "Update waiters to handle expected boolean values when matching errors (`boto/botocore#3220 `__)" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a790598543..56802fba3f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,24 @@ CHANGELOG ========= +1.34.145 +======== + +* api-change:``acm-pca``: Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK. +* api-change:``connect``: Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint) +* api-change:``ec2``: Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range. +* api-change:``firehose``: This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination. +* api-change:``ivschat``: Documentation update for IVS Chat API Reference. +* api-change:``medialive``: AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type. +* api-change:``rds``: Updates Amazon RDS documentation to specify an eventual consistency model for DescribePendingMaintenanceActions. +* api-change:``sagemaker``: SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family. +* api-change:``secretsmanager``: Doc only update for Secrets Manager +* api-change:``taxsettings``: Set default endpoint for aws partition. Requests from all regions in aws partition will be forward to us-east-1 endpoint. +* api-change:``timestream-query``: Doc-only update for TimestreamQuery. Added guidance about the accepted valid value for the QueryPricingModel parameter. +* api-change:``workspaces-thin-client``: Documentation update for WorkSpaces Thin Client. +* bugfix:Waiter: Update waiters to handle expected boolean values when matching errors (`boto/botocore#3220 `__) + + 1.34.144 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index a62d5fa992..76e16ce436 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.144' +__version__ = '1.34.145' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index afe2192913..73c138269b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.1' # The full version, including alpha/beta/rc tags. -release = '1.34.144' +release = '1.34.145' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.