From 7e51f58161df1d9108311d59a61dd0a41bcfdc12 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 28 Mar 2024 18:13:14 +0000 Subject: [PATCH] Bumping version to 1.34.73 --- .changes/1.34.73.json | 42 +++++++++++++++++++ .../api-change-codecatalyst-1831.json | 5 --- .../api-change-computeoptimizer-62510.json | 5 --- .../next-release/api-change-ec2-50482.json | 5 --- .../next-release/api-change-eks-48904.json | 5 --- .../api-change-guardduty-77500.json | 5 --- .../api-change-neptunegraph-78364.json | 5 --- .../next-release/api-change-oam-96419.json | 5 --- .../api-change-quicksight-25035.json | 5 --- CHANGELOG.rst | 13 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 13 files changed, 58 insertions(+), 43 deletions(-) create mode 100644 .changes/1.34.73.json delete mode 100644 .changes/next-release/api-change-codecatalyst-1831.json delete mode 100644 .changes/next-release/api-change-computeoptimizer-62510.json delete mode 100644 .changes/next-release/api-change-ec2-50482.json delete mode 100644 .changes/next-release/api-change-eks-48904.json delete mode 100644 .changes/next-release/api-change-guardduty-77500.json delete mode 100644 .changes/next-release/api-change-neptunegraph-78364.json delete mode 100644 .changes/next-release/api-change-oam-96419.json delete mode 100644 .changes/next-release/api-change-quicksight-25035.json diff --git a/.changes/1.34.73.json b/.changes/1.34.73.json new file mode 100644 index 0000000000..c8459750bd --- /dev/null +++ b/.changes/1.34.73.json @@ -0,0 +1,42 @@ +[ + { + "category": "``codecatalyst``", + "description": "[``botocore``] This release adds support for understanding pending changes to subscriptions by including two new response parameters for the GetSubscription API for Amazon CodeCatalyst.", + "type": "api-change" + }, + { + "category": "``compute-optimizer``", + "description": "[``botocore``] This release enables AWS Compute Optimizer to analyze and generate recommendations with a new customization preference, Memory Utilization.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Amazon EC2 C7gd, M7gd and R7gd metal instances with up to 3.8 TB of local NVMe-based SSD block-level storage have up to 45% improved real-time NVMe storage performance than comparable Graviton2-based instances.", + "type": "api-change" + }, + { + "category": "``eks``", + "description": "[``botocore``] Add multiple customer error code to handle customer caused failure when managing EKS node groups", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "[``botocore``] Add EC2 support for GuardDuty Runtime Monitoring auto management.", + "type": "api-change" + }, + { + "category": "``neptune-graph``", + "description": "[``botocore``] Update ImportTaskCancelled waiter to evaluate task state correctly and minor documentation changes.", + "type": "api-change" + }, + { + "category": "``oam``", + "description": "[``botocore``] This release adds support for sharing AWS::InternetMonitor::Monitor resources.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "[``botocore``] Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codecatalyst-1831.json b/.changes/next-release/api-change-codecatalyst-1831.json deleted file mode 100644 index 337f1d55e3..0000000000 --- a/.changes/next-release/api-change-codecatalyst-1831.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codecatalyst``", - "description": "[``botocore``] This release adds support for understanding pending changes to subscriptions by including two new response parameters for the GetSubscription API for Amazon CodeCatalyst." -} diff --git a/.changes/next-release/api-change-computeoptimizer-62510.json b/.changes/next-release/api-change-computeoptimizer-62510.json deleted file mode 100644 index f5beac0a3a..0000000000 --- a/.changes/next-release/api-change-computeoptimizer-62510.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``compute-optimizer``", - "description": "[``botocore``] This release enables AWS Compute Optimizer to analyze and generate recommendations with a new customization preference, Memory Utilization." -} diff --git a/.changes/next-release/api-change-ec2-50482.json b/.changes/next-release/api-change-ec2-50482.json deleted file mode 100644 index ae3fa75e46..0000000000 --- a/.changes/next-release/api-change-ec2-50482.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Amazon EC2 C7gd, M7gd and R7gd metal instances with up to 3.8 TB of local NVMe-based SSD block-level storage have up to 45% improved real-time NVMe storage performance than comparable Graviton2-based instances." -} diff --git a/.changes/next-release/api-change-eks-48904.json b/.changes/next-release/api-change-eks-48904.json deleted file mode 100644 index 267ffefdfb..0000000000 --- a/.changes/next-release/api-change-eks-48904.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``eks``", - "description": "[``botocore``] Add multiple customer error code to handle customer caused failure when managing EKS node groups" -} diff --git a/.changes/next-release/api-change-guardduty-77500.json b/.changes/next-release/api-change-guardduty-77500.json deleted file mode 100644 index 43232a941b..0000000000 --- a/.changes/next-release/api-change-guardduty-77500.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "[``botocore``] Add EC2 support for GuardDuty Runtime Monitoring auto management." -} diff --git a/.changes/next-release/api-change-neptunegraph-78364.json b/.changes/next-release/api-change-neptunegraph-78364.json deleted file mode 100644 index ac1d8381ed..0000000000 --- a/.changes/next-release/api-change-neptunegraph-78364.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``neptune-graph``", - "description": "[``botocore``] Update ImportTaskCancelled waiter to evaluate task state correctly and minor documentation changes." -} diff --git a/.changes/next-release/api-change-oam-96419.json b/.changes/next-release/api-change-oam-96419.json deleted file mode 100644 index c950754629..0000000000 --- a/.changes/next-release/api-change-oam-96419.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``oam``", - "description": "[``botocore``] This release adds support for sharing AWS::InternetMonitor::Monitor resources." -} diff --git a/.changes/next-release/api-change-quicksight-25035.json b/.changes/next-release/api-change-quicksight-25035.json deleted file mode 100644 index c9e344ff41..0000000000 --- a/.changes/next-release/api-change-quicksight-25035.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "[``botocore``] Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c36af0a97c..192b1ffe8b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ CHANGELOG ========= +1.34.73 +======= + +* api-change:``codecatalyst``: [``botocore``] This release adds support for understanding pending changes to subscriptions by including two new response parameters for the GetSubscription API for Amazon CodeCatalyst. +* api-change:``compute-optimizer``: [``botocore``] This release enables AWS Compute Optimizer to analyze and generate recommendations with a new customization preference, Memory Utilization. +* api-change:``ec2``: [``botocore``] Amazon EC2 C7gd, M7gd and R7gd metal instances with up to 3.8 TB of local NVMe-based SSD block-level storage have up to 45% improved real-time NVMe storage performance than comparable Graviton2-based instances. +* api-change:``eks``: [``botocore``] Add multiple customer error code to handle customer caused failure when managing EKS node groups +* api-change:``guardduty``: [``botocore``] Add EC2 support for GuardDuty Runtime Monitoring auto management. +* api-change:``neptune-graph``: [``botocore``] Update ImportTaskCancelled waiter to evaluate task state correctly and minor documentation changes. +* api-change:``oam``: [``botocore``] This release adds support for sharing AWS::InternetMonitor::Monitor resources. +* api-change:``quicksight``: [``botocore``] Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website. + + 1.34.72 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index de8957621d..81f44763c1 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.72' +__version__ = '1.34.73' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 6a4dff4b82..a7bc6dbacc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.72,<1.35.0 + botocore>=1.34.73,<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 e96dbe5cb7..c36859cd44 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.72,<1.35.0', + 'botocore>=1.34.73,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]