From d535b803dd9d5a4b3bf8ad905229164b6ce0ac7d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 8 Jan 2025 19:07:20 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-rds-75020.json | 5 +++++ .changes/next-release/api-change-route53-49506.json | 5 +++++ .changes/next-release/api-change-sagemaker-71036.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-rds-75020.json create mode 100644 .changes/next-release/api-change-route53-49506.json create mode 100644 .changes/next-release/api-change-sagemaker-71036.json diff --git a/.changes/next-release/api-change-rds-75020.json b/.changes/next-release/api-change-rds-75020.json new file mode 100644 index 0000000000..1c81455428 --- /dev/null +++ b/.changes/next-release/api-change-rds-75020.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] Updates Amazon RDS documentation to clarify the RestoreDBClusterToPointInTime description." +} diff --git a/.changes/next-release/api-change-route53-49506.json b/.changes/next-release/api-change-route53-49506.json new file mode 100644 index 0000000000..f8bd70719a --- /dev/null +++ b/.changes/next-release/api-change-route53-49506.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``route53``", + "description": "[``botocore``] Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region" +} diff --git a/.changes/next-release/api-change-sagemaker-71036.json b/.changes/next-release/api-change-sagemaker-71036.json new file mode 100644 index 0000000000..81fafff597 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-71036.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] Adds support for IPv6 for SageMaker HyperPod cluster nodes." +} From b9361b60c0e93315348e2e46e55444c119ca1957 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 8 Jan 2025 19:07:47 +0000 Subject: [PATCH 2/2] Bumping version to 1.35.95 --- .changes/1.35.95.json | 17 +++++++++++++++++ .changes/next-release/api-change-rds-75020.json | 5 ----- .../next-release/api-change-route53-49506.json | 5 ----- .../api-change-sagemaker-71036.json | 5 ----- CHANGELOG.rst | 8 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 .changes/1.35.95.json delete mode 100644 .changes/next-release/api-change-rds-75020.json delete mode 100644 .changes/next-release/api-change-route53-49506.json delete mode 100644 .changes/next-release/api-change-sagemaker-71036.json diff --git a/.changes/1.35.95.json b/.changes/1.35.95.json new file mode 100644 index 0000000000..3d9e0444a4 --- /dev/null +++ b/.changes/1.35.95.json @@ -0,0 +1,17 @@ +[ + { + "category": "``rds``", + "description": "[``botocore``] Updates Amazon RDS documentation to clarify the RestoreDBClusterToPointInTime description.", + "type": "api-change" + }, + { + "category": "``route53``", + "description": "[``botocore``] Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Adds support for IPv6 for SageMaker HyperPod cluster nodes.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-rds-75020.json b/.changes/next-release/api-change-rds-75020.json deleted file mode 100644 index 1c81455428..0000000000 --- a/.changes/next-release/api-change-rds-75020.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] Updates Amazon RDS documentation to clarify the RestoreDBClusterToPointInTime description." -} diff --git a/.changes/next-release/api-change-route53-49506.json b/.changes/next-release/api-change-route53-49506.json deleted file mode 100644 index f8bd70719a..0000000000 --- a/.changes/next-release/api-change-route53-49506.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53``", - "description": "[``botocore``] Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region" -} diff --git a/.changes/next-release/api-change-sagemaker-71036.json b/.changes/next-release/api-change-sagemaker-71036.json deleted file mode 100644 index 81fafff597..0000000000 --- a/.changes/next-release/api-change-sagemaker-71036.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] Adds support for IPv6 for SageMaker HyperPod cluster nodes." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8435091869..0d50706d96 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.35.95 +======= + +* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation to clarify the RestoreDBClusterToPointInTime description. +* api-change:``route53``: [``botocore``] Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region +* api-change:``sagemaker``: [``botocore``] Adds support for IPv6 for SageMaker HyperPod cluster nodes. + + 1.35.94 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 1689be1ca9..1a4d066793 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.94' +__version__ = '1.35.95' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index b7f76aac68..678249fc1f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.94,<1.36.0 + botocore>=1.35.95,<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 458ff1b08d..1ee734b36a 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.94,<1.36.0', + 'botocore>=1.35.95,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]