From 361074f91c2990e3d9edc849302098de6453f3dd Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 26 Jun 2024 18:07:41 +0000 Subject: [PATCH] Bumping version to 1.34.134 --- .changes/1.34.134.json | 27 +++++++++++++++++++ .../api-change-controltower-84475.json | 5 ---- .../next-release/api-change-eks-53063.json | 5 ---- .../api-change-ivsrealtime-18064.json | 5 ---- .../api-change-kinesisanalyticsv2-11381.json | 5 ---- .../api-change-opensearch-88533.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.34.134.json delete mode 100644 .changes/next-release/api-change-controltower-84475.json delete mode 100644 .changes/next-release/api-change-eks-53063.json delete mode 100644 .changes/next-release/api-change-ivsrealtime-18064.json delete mode 100644 .changes/next-release/api-change-kinesisanalyticsv2-11381.json delete mode 100644 .changes/next-release/api-change-opensearch-88533.json diff --git a/.changes/1.34.134.json b/.changes/1.34.134.json new file mode 100644 index 0000000000..c5000ad2b8 --- /dev/null +++ b/.changes/1.34.134.json @@ -0,0 +1,27 @@ +[ + { + "category": "``controltower``", + "description": "[``botocore``] Added ListLandingZoneOperations API.", + "type": "api-change" + }, + { + "category": "``eks``", + "description": "[``botocore``] Added support for disabling unmanaged addons during cluster creation.", + "type": "api-change" + }, + { + "category": "``ivs-realtime``", + "description": "[``botocore``] IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens.", + "type": "api-change" + }, + { + "category": "``kinesisanalyticsv2``", + "description": "[``botocore``] This release adds support for new ListApplicationOperations and DescribeApplicationOperation APIs. It adds a new configuration to enable system rollbacks, adds field ApplicationVersionCreateTimestamp for clarity and improves support for pagination for APIs.", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "[``botocore``] This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-controltower-84475.json b/.changes/next-release/api-change-controltower-84475.json deleted file mode 100644 index 8c3463e463..0000000000 --- a/.changes/next-release/api-change-controltower-84475.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``controltower``", - "description": "[``botocore``] Added ListLandingZoneOperations API." -} diff --git a/.changes/next-release/api-change-eks-53063.json b/.changes/next-release/api-change-eks-53063.json deleted file mode 100644 index c53ad17413..0000000000 --- a/.changes/next-release/api-change-eks-53063.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``eks``", - "description": "[``botocore``] Added support for disabling unmanaged addons during cluster creation." -} diff --git a/.changes/next-release/api-change-ivsrealtime-18064.json b/.changes/next-release/api-change-ivsrealtime-18064.json deleted file mode 100644 index 5be346ae80..0000000000 --- a/.changes/next-release/api-change-ivsrealtime-18064.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivs-realtime``", - "description": "[``botocore``] IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens." -} diff --git a/.changes/next-release/api-change-kinesisanalyticsv2-11381.json b/.changes/next-release/api-change-kinesisanalyticsv2-11381.json deleted file mode 100644 index 334668af2e..0000000000 --- a/.changes/next-release/api-change-kinesisanalyticsv2-11381.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kinesisanalyticsv2``", - "description": "[``botocore``] This release adds support for new ListApplicationOperations and DescribeApplicationOperation APIs. It adds a new configuration to enable system rollbacks, adds field ApplicationVersionCreateTimestamp for clarity and improves support for pagination for APIs." -} diff --git a/.changes/next-release/api-change-opensearch-88533.json b/.changes/next-release/api-change-opensearch-88533.json deleted file mode 100644 index a92c472e77..0000000000 --- a/.changes/next-release/api-change-opensearch-88533.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearch``", - "description": "[``botocore``] This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0f957bd12d..70a3784753 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.34.134 +======== + +* api-change:``controltower``: [``botocore``] Added ListLandingZoneOperations API. +* api-change:``eks``: [``botocore``] Added support for disabling unmanaged addons during cluster creation. +* api-change:``ivs-realtime``: [``botocore``] IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens. +* api-change:``kinesisanalyticsv2``: [``botocore``] This release adds support for new ListApplicationOperations and DescribeApplicationOperation APIs. It adds a new configuration to enable system rollbacks, adds field ApplicationVersionCreateTimestamp for clarity and improves support for pagination for APIs. +* api-change:``opensearch``: [``botocore``] This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down. + + 1.34.133 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 3e77650925..eefc83088e 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.34.133' +__version__ = '1.34.134' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index a774146801..7db3cbd586 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.133,<1.35.0 + botocore>=1.34.134,<1.35.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 18fa200c55..855c447b48 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.133,<1.35.0', + 'botocore>=1.34.134,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]