From 9ce493a9968453bfb447c59ccd125ef1340be326 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 18 Oct 2022 18:08:51 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-frauddetector-51644.json | 5 +++++ .changes/next-release/api-change-sagemaker-41731.json | 5 +++++ .changes/next-release/api-change-servicediscovery-10130.json | 5 +++++ .changes/next-release/api-change-sesv2-23455.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-frauddetector-51644.json create mode 100644 .changes/next-release/api-change-sagemaker-41731.json create mode 100644 .changes/next-release/api-change-servicediscovery-10130.json create mode 100644 .changes/next-release/api-change-sesv2-23455.json diff --git a/.changes/next-release/api-change-frauddetector-51644.json b/.changes/next-release/api-change-frauddetector-51644.json new file mode 100644 index 0000000000..9ff244dd40 --- /dev/null +++ b/.changes/next-release/api-change-frauddetector-51644.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``frauddetector``", + "description": "[``botocore``] Documentation Updates for Amazon Fraud Detector" +} diff --git a/.changes/next-release/api-change-sagemaker-41731.json b/.changes/next-release/api-change-sagemaker-41731.json new file mode 100644 index 0000000000..0e033af837 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-41731.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] This change allows customers to enable data capturing while running a batch transform job, and configure monitoring schedule to monitoring the captured data." +} diff --git a/.changes/next-release/api-change-servicediscovery-10130.json b/.changes/next-release/api-change-servicediscovery-10130.json new file mode 100644 index 0000000000..950a724bf0 --- /dev/null +++ b/.changes/next-release/api-change-servicediscovery-10130.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``servicediscovery``", + "description": "[``botocore``] Updated the ListNamespaces API to support the NAME and HTTP_NAME filters, and the BEGINS_WITH filter condition." +} diff --git a/.changes/next-release/api-change-sesv2-23455.json b/.changes/next-release/api-change-sesv2-23455.json new file mode 100644 index 0000000000..e1a499882b --- /dev/null +++ b/.changes/next-release/api-change-sesv2-23455.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sesv2``", + "description": "[``botocore``] This release allows subscribers to enable Dedicated IPs (managed) to send email via a fully managed dedicated IP experience. It also adds identities' VerificationStatus in the response of GetEmailIdentity and ListEmailIdentities APIs, and ImportJobs counts in the response of ListImportJobs API." +} From 58617f6d7c90695f7ef639fd2aa200325a60a120 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 18 Oct 2022 18:09:10 +0000 Subject: [PATCH 2/2] Bumping version to 1.24.93 --- .changes/1.24.93.json | 22 +++++++++++++++++++ .../api-change-frauddetector-51644.json | 5 ----- .../api-change-sagemaker-41731.json | 5 ----- .../api-change-servicediscovery-10130.json | 5 ----- .../next-release/api-change-sesv2-23455.json | 5 ----- CHANGELOG.rst | 9 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 34 insertions(+), 23 deletions(-) create mode 100644 .changes/1.24.93.json delete mode 100644 .changes/next-release/api-change-frauddetector-51644.json delete mode 100644 .changes/next-release/api-change-sagemaker-41731.json delete mode 100644 .changes/next-release/api-change-servicediscovery-10130.json delete mode 100644 .changes/next-release/api-change-sesv2-23455.json diff --git a/.changes/1.24.93.json b/.changes/1.24.93.json new file mode 100644 index 0000000000..b34c6f16c2 --- /dev/null +++ b/.changes/1.24.93.json @@ -0,0 +1,22 @@ +[ + { + "category": "``frauddetector``", + "description": "[``botocore``] Documentation Updates for Amazon Fraud Detector", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] This change allows customers to enable data capturing while running a batch transform job, and configure monitoring schedule to monitoring the captured data.", + "type": "api-change" + }, + { + "category": "``servicediscovery``", + "description": "[``botocore``] Updated the ListNamespaces API to support the NAME and HTTP_NAME filters, and the BEGINS_WITH filter condition.", + "type": "api-change" + }, + { + "category": "``sesv2``", + "description": "[``botocore``] This release allows subscribers to enable Dedicated IPs (managed) to send email via a fully managed dedicated IP experience. It also adds identities' VerificationStatus in the response of GetEmailIdentity and ListEmailIdentities APIs, and ImportJobs counts in the response of ListImportJobs API.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-frauddetector-51644.json b/.changes/next-release/api-change-frauddetector-51644.json deleted file mode 100644 index 9ff244dd40..0000000000 --- a/.changes/next-release/api-change-frauddetector-51644.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``frauddetector``", - "description": "[``botocore``] Documentation Updates for Amazon Fraud Detector" -} diff --git a/.changes/next-release/api-change-sagemaker-41731.json b/.changes/next-release/api-change-sagemaker-41731.json deleted file mode 100644 index 0e033af837..0000000000 --- a/.changes/next-release/api-change-sagemaker-41731.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] This change allows customers to enable data capturing while running a batch transform job, and configure monitoring schedule to monitoring the captured data." -} diff --git a/.changes/next-release/api-change-servicediscovery-10130.json b/.changes/next-release/api-change-servicediscovery-10130.json deleted file mode 100644 index 950a724bf0..0000000000 --- a/.changes/next-release/api-change-servicediscovery-10130.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``servicediscovery``", - "description": "[``botocore``] Updated the ListNamespaces API to support the NAME and HTTP_NAME filters, and the BEGINS_WITH filter condition." -} diff --git a/.changes/next-release/api-change-sesv2-23455.json b/.changes/next-release/api-change-sesv2-23455.json deleted file mode 100644 index e1a499882b..0000000000 --- a/.changes/next-release/api-change-sesv2-23455.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sesv2``", - "description": "[``botocore``] This release allows subscribers to enable Dedicated IPs (managed) to send email via a fully managed dedicated IP experience. It also adds identities' VerificationStatus in the response of GetEmailIdentity and ListEmailIdentities APIs, and ImportJobs counts in the response of ListImportJobs API." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9f8400deb1..8a38c90a9f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.24.93 +======= + +* api-change:``frauddetector``: [``botocore``] Documentation Updates for Amazon Fraud Detector +* api-change:``sagemaker``: [``botocore``] This change allows customers to enable data capturing while running a batch transform job, and configure monitoring schedule to monitoring the captured data. +* api-change:``servicediscovery``: [``botocore``] Updated the ListNamespaces API to support the NAME and HTTP_NAME filters, and the BEGINS_WITH filter condition. +* api-change:``sesv2``: [``botocore``] This release allows subscribers to enable Dedicated IPs (managed) to send email via a fully managed dedicated IP experience. It also adds identities' VerificationStatus in the response of GetEmailIdentity and ListEmailIdentities APIs, and ImportJobs counts in the response of ListImportJobs API. + + 1.24.92 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 6040cdc59d..0e5a5276e1 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.24.92' +__version__ = '1.24.93' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 915a8a4ef9..7daf38ba43 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.27.92,<1.28.0 + botocore>=1.27.93,<1.28.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index edfcf86754..c00d08ee29 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.27.92,<1.28.0', + 'botocore>=1.27.93,<1.28.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]