From c7543e5095270dc9ef5109f5d123fef1259b3db8 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 31 Jan 2025 19:05:36 +0000 Subject: [PATCH] Bumping version to 1.36.11 --- .changes/1.36.11.json | 32 +++++++++++++++++++ .../next-release/api-change-amp-38963.json | 5 --- .../api-change-bedrockagentruntime-58906.json | 5 --- .../api-change-codebuild-4321.json | 5 --- .../api-change-georoutes-73088.json | 5 --- .../next-release/api-change-rds-16289.json | 5 --- .../api-change-sagemaker-71900.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.36.11.json delete mode 100644 .changes/next-release/api-change-amp-38963.json delete mode 100644 .changes/next-release/api-change-bedrockagentruntime-58906.json delete mode 100644 .changes/next-release/api-change-codebuild-4321.json delete mode 100644 .changes/next-release/api-change-georoutes-73088.json delete mode 100644 .changes/next-release/api-change-rds-16289.json delete mode 100644 .changes/next-release/api-change-sagemaker-71900.json diff --git a/.changes/1.36.11.json b/.changes/1.36.11.json new file mode 100644 index 0000000000..7d404d432c --- /dev/null +++ b/.changes/1.36.11.json @@ -0,0 +1,32 @@ +[ + { + "category": "``amp``", + "description": "[``botocore``] Add support for sending metrics to cross account and CMCK AMP workspaces through RoleConfiguration on Create/Update Scraper.", + "type": "api-change" + }, + { + "category": "``bedrock-agent-runtime``", + "description": "[``botocore``] This change is to deprecate the existing citation field under RetrieveAndGenerateStream API response in lieu of GeneratedResponsePart and RetrievedReferences", + "type": "api-change" + }, + { + "category": "``codebuild``", + "description": "[``botocore``] Added support for CodeBuild self-hosted Buildkite runner builds", + "type": "api-change" + }, + { + "category": "``geo-routes``", + "description": "[``botocore``] The OptimizeWaypoints API now supports 50 waypoints per request (20 with constraints like AccessHours or AppointmentTime). It adds waypoint clustering via Clustering and ClusteringIndex for better optimization. Also, total distance validation is removed for greater flexibility.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] Updates to Aurora MySQL and Aurora PostgreSQL API pages with instance log type in the create and modify DB Cluster.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] This release introduces a new valid value in InstanceType parameter: p5en.48xlarge, in ProductionVariant.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amp-38963.json b/.changes/next-release/api-change-amp-38963.json deleted file mode 100644 index c505f21c1e..0000000000 --- a/.changes/next-release/api-change-amp-38963.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``amp``", - "description": "[``botocore``] Add support for sending metrics to cross account and CMCK AMP workspaces through RoleConfiguration on Create/Update Scraper." -} diff --git a/.changes/next-release/api-change-bedrockagentruntime-58906.json b/.changes/next-release/api-change-bedrockagentruntime-58906.json deleted file mode 100644 index 296a30c5c4..0000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-58906.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "[``botocore``] This change is to deprecate the existing citation field under RetrieveAndGenerateStream API response in lieu of GeneratedResponsePart and RetrievedReferences" -} diff --git a/.changes/next-release/api-change-codebuild-4321.json b/.changes/next-release/api-change-codebuild-4321.json deleted file mode 100644 index ca9f3136db..0000000000 --- a/.changes/next-release/api-change-codebuild-4321.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "[``botocore``] Added support for CodeBuild self-hosted Buildkite runner builds" -} diff --git a/.changes/next-release/api-change-georoutes-73088.json b/.changes/next-release/api-change-georoutes-73088.json deleted file mode 100644 index b14c16cb3f..0000000000 --- a/.changes/next-release/api-change-georoutes-73088.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``geo-routes``", - "description": "[``botocore``] The OptimizeWaypoints API now supports 50 waypoints per request (20 with constraints like AccessHours or AppointmentTime). It adds waypoint clustering via Clustering and ClusteringIndex for better optimization. Also, total distance validation is removed for greater flexibility." -} diff --git a/.changes/next-release/api-change-rds-16289.json b/.changes/next-release/api-change-rds-16289.json deleted file mode 100644 index ad3892a618..0000000000 --- a/.changes/next-release/api-change-rds-16289.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] Updates to Aurora MySQL and Aurora PostgreSQL API pages with instance log type in the create and modify DB Cluster." -} diff --git a/.changes/next-release/api-change-sagemaker-71900.json b/.changes/next-release/api-change-sagemaker-71900.json deleted file mode 100644 index 46739de53b..0000000000 --- a/.changes/next-release/api-change-sagemaker-71900.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] This release introduces a new valid value in InstanceType parameter: p5en.48xlarge, in ProductionVariant." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 64bc31c667..d98bff1354 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.36.11 +======= + +* api-change:``amp``: [``botocore``] Add support for sending metrics to cross account and CMCK AMP workspaces through RoleConfiguration on Create/Update Scraper. +* api-change:``bedrock-agent-runtime``: [``botocore``] This change is to deprecate the existing citation field under RetrieveAndGenerateStream API response in lieu of GeneratedResponsePart and RetrievedReferences +* api-change:``codebuild``: [``botocore``] Added support for CodeBuild self-hosted Buildkite runner builds +* api-change:``geo-routes``: [``botocore``] The OptimizeWaypoints API now supports 50 waypoints per request (20 with constraints like AccessHours or AppointmentTime). It adds waypoint clustering via Clustering and ClusteringIndex for better optimization. Also, total distance validation is removed for greater flexibility. +* api-change:``rds``: [``botocore``] Updates to Aurora MySQL and Aurora PostgreSQL API pages with instance log type in the create and modify DB Cluster. +* api-change:``sagemaker``: [``botocore``] This release introduces a new valid value in InstanceType parameter: p5en.48xlarge, in ProductionVariant. + + 1.36.10 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 98db1285c4..41569793b2 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.36.10' +__version__ = '1.36.11' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 358e932d9f..1dc79dc917 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.36.10,<1.37.0 + botocore>=1.36.11,<1.37.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.11.0,<0.12.0 diff --git a/setup.py b/setup.py index 8430afea5e..c2e31e5ca0 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.36.10,<1.37.0', + 'botocore>=1.36.11,<1.37.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.11.0,<0.12.0', ]