From 88bbcd45727770cd99abd53eb60066c70b9a982c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 31 Oct 2024 18:20:00 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-amp-13316.json | 5 +++++ .changes/next-release/api-change-autoscaling-65543.json | 5 +++++ .changes/next-release/api-change-batch-91411.json | 5 +++++ .changes/next-release/api-change-elbv2-40706.json | 5 +++++ .changes/next-release/api-change-glue-9670.json | 5 +++++ .changes/next-release/api-change-sagemaker-56273.json | 5 +++++ .changes/next-release/api-change-sesv2-28340.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-amp-13316.json create mode 100644 .changes/next-release/api-change-autoscaling-65543.json create mode 100644 .changes/next-release/api-change-batch-91411.json create mode 100644 .changes/next-release/api-change-elbv2-40706.json create mode 100644 .changes/next-release/api-change-glue-9670.json create mode 100644 .changes/next-release/api-change-sagemaker-56273.json create mode 100644 .changes/next-release/api-change-sesv2-28340.json diff --git a/.changes/next-release/api-change-amp-13316.json b/.changes/next-release/api-change-amp-13316.json new file mode 100644 index 0000000000..0d842229c4 --- /dev/null +++ b/.changes/next-release/api-change-amp-13316.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``amp``", + "description": "[``botocore``] Added support for UpdateScraper API, to enable updating collector configuration in-place" +} diff --git a/.changes/next-release/api-change-autoscaling-65543.json b/.changes/next-release/api-change-autoscaling-65543.json new file mode 100644 index 0000000000..28be92486c --- /dev/null +++ b/.changes/next-release/api-change-autoscaling-65543.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``autoscaling``", + "description": "[``botocore``] Adds bake time for Auto Scaling group Instance Refresh" +} diff --git a/.changes/next-release/api-change-batch-91411.json b/.changes/next-release/api-change-batch-91411.json new file mode 100644 index 0000000000..82fd6dc4bf --- /dev/null +++ b/.changes/next-release/api-change-batch-91411.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``batch``", + "description": "[``botocore``] Add `podNamespace` to `EksAttemptDetail` and `containerID` to `EksAttemptContainerDetail`." +} diff --git a/.changes/next-release/api-change-elbv2-40706.json b/.changes/next-release/api-change-elbv2-40706.json new file mode 100644 index 0000000000..f9ca544175 --- /dev/null +++ b/.changes/next-release/api-change-elbv2-40706.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``elbv2``", + "description": "[``botocore``] Add UDP support for AWS PrivateLink and dual-stack Network Load Balancers" +} diff --git a/.changes/next-release/api-change-glue-9670.json b/.changes/next-release/api-change-glue-9670.json new file mode 100644 index 0000000000..d16b318d13 --- /dev/null +++ b/.changes/next-release/api-change-glue-9670.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``glue``", + "description": "[``botocore``] Add schedule support for AWS Glue column statistics" +} diff --git a/.changes/next-release/api-change-sagemaker-56273.json b/.changes/next-release/api-change-sagemaker-56273.json new file mode 100644 index 0000000000..2682c85988 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-56273.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] SageMaker HyperPod adds scale-down at instance level via BatchDeleteClusterNodes API and group level via UpdateCluster API. SageMaker Training exposes secondary job status in TrainingJobSummary from ListTrainingJobs API. SageMaker now supports G6, G6e, P5e instances for HyperPod and Training." +} diff --git a/.changes/next-release/api-change-sesv2-28340.json b/.changes/next-release/api-change-sesv2-28340.json new file mode 100644 index 0000000000..22889781e6 --- /dev/null +++ b/.changes/next-release/api-change-sesv2-28340.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sesv2``", + "description": "[``botocore``] This release enables customers to provide the email template content in the SESv2 SendEmail and SendBulkEmail APIs instead of the name or the ARN of a stored email template." +} From d6e1a82314444d32df6163af0814355fa8decc49 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 31 Oct 2024 18:20:25 +0000 Subject: [PATCH 2/2] Bumping version to 1.35.53 --- .changes/1.35.53.json | 37 +++++++++++++++++++ .../next-release/api-change-amp-13316.json | 5 --- .../api-change-autoscaling-65543.json | 5 --- .../next-release/api-change-batch-91411.json | 5 --- .../next-release/api-change-elbv2-40706.json | 5 --- .../next-release/api-change-glue-9670.json | 5 --- .../api-change-sagemaker-56273.json | 5 --- .../next-release/api-change-sesv2-28340.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.53.json delete mode 100644 .changes/next-release/api-change-amp-13316.json delete mode 100644 .changes/next-release/api-change-autoscaling-65543.json delete mode 100644 .changes/next-release/api-change-batch-91411.json delete mode 100644 .changes/next-release/api-change-elbv2-40706.json delete mode 100644 .changes/next-release/api-change-glue-9670.json delete mode 100644 .changes/next-release/api-change-sagemaker-56273.json delete mode 100644 .changes/next-release/api-change-sesv2-28340.json diff --git a/.changes/1.35.53.json b/.changes/1.35.53.json new file mode 100644 index 0000000000..85187c8a99 --- /dev/null +++ b/.changes/1.35.53.json @@ -0,0 +1,37 @@ +[ + { + "category": "``amp``", + "description": "[``botocore``] Added support for UpdateScraper API, to enable updating collector configuration in-place", + "type": "api-change" + }, + { + "category": "``autoscaling``", + "description": "[``botocore``] Adds bake time for Auto Scaling group Instance Refresh", + "type": "api-change" + }, + { + "category": "``batch``", + "description": "[``botocore``] Add `podNamespace` to `EksAttemptDetail` and `containerID` to `EksAttemptContainerDetail`.", + "type": "api-change" + }, + { + "category": "``elbv2``", + "description": "[``botocore``] Add UDP support for AWS PrivateLink and dual-stack Network Load Balancers", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] Add schedule support for AWS Glue column statistics", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] SageMaker HyperPod adds scale-down at instance level via BatchDeleteClusterNodes API and group level via UpdateCluster API. SageMaker Training exposes secondary job status in TrainingJobSummary from ListTrainingJobs API. SageMaker now supports G6, G6e, P5e instances for HyperPod and Training.", + "type": "api-change" + }, + { + "category": "``sesv2``", + "description": "[``botocore``] This release enables customers to provide the email template content in the SESv2 SendEmail and SendBulkEmail APIs instead of the name or the ARN of a stored email template.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amp-13316.json b/.changes/next-release/api-change-amp-13316.json deleted file mode 100644 index 0d842229c4..0000000000 --- a/.changes/next-release/api-change-amp-13316.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``amp``", - "description": "[``botocore``] Added support for UpdateScraper API, to enable updating collector configuration in-place" -} diff --git a/.changes/next-release/api-change-autoscaling-65543.json b/.changes/next-release/api-change-autoscaling-65543.json deleted file mode 100644 index 28be92486c..0000000000 --- a/.changes/next-release/api-change-autoscaling-65543.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``autoscaling``", - "description": "[``botocore``] Adds bake time for Auto Scaling group Instance Refresh" -} diff --git a/.changes/next-release/api-change-batch-91411.json b/.changes/next-release/api-change-batch-91411.json deleted file mode 100644 index 82fd6dc4bf..0000000000 --- a/.changes/next-release/api-change-batch-91411.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``batch``", - "description": "[``botocore``] Add `podNamespace` to `EksAttemptDetail` and `containerID` to `EksAttemptContainerDetail`." -} diff --git a/.changes/next-release/api-change-elbv2-40706.json b/.changes/next-release/api-change-elbv2-40706.json deleted file mode 100644 index f9ca544175..0000000000 --- a/.changes/next-release/api-change-elbv2-40706.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elbv2``", - "description": "[``botocore``] Add UDP support for AWS PrivateLink and dual-stack Network Load Balancers" -} diff --git a/.changes/next-release/api-change-glue-9670.json b/.changes/next-release/api-change-glue-9670.json deleted file mode 100644 index d16b318d13..0000000000 --- a/.changes/next-release/api-change-glue-9670.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "[``botocore``] Add schedule support for AWS Glue column statistics" -} diff --git a/.changes/next-release/api-change-sagemaker-56273.json b/.changes/next-release/api-change-sagemaker-56273.json deleted file mode 100644 index 2682c85988..0000000000 --- a/.changes/next-release/api-change-sagemaker-56273.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] SageMaker HyperPod adds scale-down at instance level via BatchDeleteClusterNodes API and group level via UpdateCluster API. SageMaker Training exposes secondary job status in TrainingJobSummary from ListTrainingJobs API. SageMaker now supports G6, G6e, P5e instances for HyperPod and Training." -} diff --git a/.changes/next-release/api-change-sesv2-28340.json b/.changes/next-release/api-change-sesv2-28340.json deleted file mode 100644 index 22889781e6..0000000000 --- a/.changes/next-release/api-change-sesv2-28340.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sesv2``", - "description": "[``botocore``] This release enables customers to provide the email template content in the SESv2 SendEmail and SendBulkEmail APIs instead of the name or the ARN of a stored email template." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ccf3bac544..92a10ddc57 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.35.53 +======= + +* api-change:``amp``: [``botocore``] Added support for UpdateScraper API, to enable updating collector configuration in-place +* api-change:``autoscaling``: [``botocore``] Adds bake time for Auto Scaling group Instance Refresh +* api-change:``batch``: [``botocore``] Add `podNamespace` to `EksAttemptDetail` and `containerID` to `EksAttemptContainerDetail`. +* api-change:``elbv2``: [``botocore``] Add UDP support for AWS PrivateLink and dual-stack Network Load Balancers +* api-change:``glue``: [``botocore``] Add schedule support for AWS Glue column statistics +* api-change:``sagemaker``: [``botocore``] SageMaker HyperPod adds scale-down at instance level via BatchDeleteClusterNodes API and group level via UpdateCluster API. SageMaker Training exposes secondary job status in TrainingJobSummary from ListTrainingJobs API. SageMaker now supports G6, G6e, P5e instances for HyperPod and Training. +* api-change:``sesv2``: [``botocore``] This release enables customers to provide the email template content in the SESv2 SendEmail and SendBulkEmail APIs instead of the name or the ARN of a stored email template. + + 1.35.52 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 48e0b5b83a..a8d5a2be9d 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.52' +__version__ = '1.35.53' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index c446f80a00..d85a3b440f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.52,<1.36.0 + botocore>=1.35.53,<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 ffeb96113c..099d13e3b2 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.52,<1.36.0', + 'botocore>=1.35.53,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]