From 2e3f5f1c2b1f33e60b7fb34c007ffdb6e80ad632 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 23 Oct 2024 18:07:24 +0000 Subject: [PATCH] Bumping version to 1.35.47 --- .changes/1.35.47.json | 37 +++++++++++++++++++ .../api-change-bedrock-42538.json | 5 --- .../api-change-connect-42307.json | 5 --- .../next-release/api-change-ec2-78070.json | 5 --- .../next-release/api-change-mwaa-76105.json | 5 --- .../api-change-paymentcryptography-31520.json | 5 --- ...-change-paymentcryptographydata-84745.json | 5 --- .changes/next-release/bugfix-s3-1405.json | 5 --- CHANGELOG.rst | 12 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 52 insertions(+), 38 deletions(-) create mode 100644 .changes/1.35.47.json delete mode 100644 .changes/next-release/api-change-bedrock-42538.json delete mode 100644 .changes/next-release/api-change-connect-42307.json delete mode 100644 .changes/next-release/api-change-ec2-78070.json delete mode 100644 .changes/next-release/api-change-mwaa-76105.json delete mode 100644 .changes/next-release/api-change-paymentcryptography-31520.json delete mode 100644 .changes/next-release/api-change-paymentcryptographydata-84745.json delete mode 100644 .changes/next-release/bugfix-s3-1405.json diff --git a/.changes/1.35.47.json b/.changes/1.35.47.json new file mode 100644 index 0000000000..2d7d5cad44 --- /dev/null +++ b/.changes/1.35.47.json @@ -0,0 +1,37 @@ +[ + { + "category": "``bedrock``", + "description": "[``botocore``] Doc updates for supporting converse", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Amazon EC2 X8g, C8g and M8g instances are powered by AWS Graviton4 processors. X8g provide the lowest cost per GiB of memory among Graviton4 instances. C8g provide the best price performance for compute-intensive workloads. M8g provide the best price performance in for general purpose workloads.", + "type": "api-change" + }, + { + "category": "``mwaa``", + "description": "[``botocore``] Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs.", + "type": "api-change" + }, + { + "category": "``payment-cryptography``", + "description": "[``botocore``] Add support for ECC P-256 and P-384 Keys.", + "type": "api-change" + }, + { + "category": "``payment-cryptography-data``", + "description": "[``botocore``] Add ECDH support on PIN operations.", + "type": "api-change" + }, + { + "category": "``s3``", + "description": "[``botocore``] Fix S3 200 Error handling to address bugs introduced in payload operations.", + "type": "bugfix" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrock-42538.json b/.changes/next-release/api-change-bedrock-42538.json deleted file mode 100644 index ddcaffa595..0000000000 --- a/.changes/next-release/api-change-bedrock-42538.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock``", - "description": "[``botocore``] Doc updates for supporting converse" -} diff --git a/.changes/next-release/api-change-connect-42307.json b/.changes/next-release/api-change-connect-42307.json deleted file mode 100644 index 569da146a6..0000000000 --- a/.changes/next-release/api-change-connect-42307.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact." -} diff --git a/.changes/next-release/api-change-ec2-78070.json b/.changes/next-release/api-change-ec2-78070.json deleted file mode 100644 index 1f9e3788c8..0000000000 --- a/.changes/next-release/api-change-ec2-78070.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Amazon EC2 X8g, C8g and M8g instances are powered by AWS Graviton4 processors. X8g provide the lowest cost per GiB of memory among Graviton4 instances. C8g provide the best price performance for compute-intensive workloads. M8g provide the best price performance in for general purpose workloads." -} diff --git a/.changes/next-release/api-change-mwaa-76105.json b/.changes/next-release/api-change-mwaa-76105.json deleted file mode 100644 index f6b8c76033..0000000000 --- a/.changes/next-release/api-change-mwaa-76105.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mwaa``", - "description": "[``botocore``] Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs." -} diff --git a/.changes/next-release/api-change-paymentcryptography-31520.json b/.changes/next-release/api-change-paymentcryptography-31520.json deleted file mode 100644 index 0321de8491..0000000000 --- a/.changes/next-release/api-change-paymentcryptography-31520.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``payment-cryptography``", - "description": "[``botocore``] Add support for ECC P-256 and P-384 Keys." -} diff --git a/.changes/next-release/api-change-paymentcryptographydata-84745.json b/.changes/next-release/api-change-paymentcryptographydata-84745.json deleted file mode 100644 index 3f45184905..0000000000 --- a/.changes/next-release/api-change-paymentcryptographydata-84745.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``payment-cryptography-data``", - "description": "[``botocore``] Add ECDH support on PIN operations." -} diff --git a/.changes/next-release/bugfix-s3-1405.json b/.changes/next-release/bugfix-s3-1405.json deleted file mode 100644 index d631f3191a..0000000000 --- a/.changes/next-release/bugfix-s3-1405.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "bugfix", - "category": "``s3``", - "description": "[``botocore``] Fix S3 200 Error handling to address bugs introduced in payload operations." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f1f4334eb9..38159e2220 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.35.47 +======= + +* api-change:``bedrock``: [``botocore``] Doc updates for supporting converse +* api-change:``connect``: [``botocore``] Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact. +* api-change:``ec2``: [``botocore``] Amazon EC2 X8g, C8g and M8g instances are powered by AWS Graviton4 processors. X8g provide the lowest cost per GiB of memory among Graviton4 instances. C8g provide the best price performance for compute-intensive workloads. M8g provide the best price performance in for general purpose workloads. +* api-change:``mwaa``: [``botocore``] Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs. +* api-change:``payment-cryptography``: [``botocore``] Add support for ECC P-256 and P-384 Keys. +* api-change:``payment-cryptography-data``: [``botocore``] Add ECDH support on PIN operations. +* bugfix:``s3``: [``botocore``] Fix S3 200 Error handling to address bugs introduced in payload operations. + + 1.35.46 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 2863990f3e..102e83aadd 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.35.46' +__version__ = '1.35.47' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 9dc66633b1..818c2159f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.46,<1.36.0 + botocore>=1.35.47,<1.36.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index bd8254355c..a5d91cee1d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.46,<1.36.0', + 'botocore>=1.35.47,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]