From 8e84c132f5c9a5eb8c80c8f90c09d01d22d9e686 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 3 Dec 2024 05:32:19 +0000 Subject: [PATCH] Bumping version to 1.35.73 --- .changes/1.35.73.json | 17 +++++++++++++++++ .../api-change-bedrockruntime-22361.json | 5 ----- .../api-change-s3control-70121.json | 5 ----- .../api-change-socialmessaging-9994.json | 5 ----- CHANGELOG.rst | 8 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 7 files changed, 27 insertions(+), 17 deletions(-) create mode 100644 .changes/1.35.73.json delete mode 100644 .changes/next-release/api-change-bedrockruntime-22361.json delete mode 100644 .changes/next-release/api-change-s3control-70121.json delete mode 100644 .changes/next-release/api-change-socialmessaging-9994.json diff --git a/.changes/1.35.73.json b/.changes/1.35.73.json new file mode 100644 index 0000000000..8cc093c5fc --- /dev/null +++ b/.changes/1.35.73.json @@ -0,0 +1,17 @@ +[ + { + "category": "``bedrock-runtime``", + "description": "Add an API parameter that allows customers to set performance configuration for invoking a model.", + "type": "api-change" + }, + { + "category": "``s3control``", + "description": "It allows customers to pass CRC64NVME as a header in S3 Batch Operations copy requests", + "type": "api-change" + }, + { + "category": "``socialmessaging``", + "description": "Added support for passing role arn corresponding to the supported event destination", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockruntime-22361.json b/.changes/next-release/api-change-bedrockruntime-22361.json deleted file mode 100644 index b2f190156d..0000000000 --- a/.changes/next-release/api-change-bedrockruntime-22361.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-runtime``", - "description": "Add an API parameter that allows customers to set performance configuration for invoking a model." -} diff --git a/.changes/next-release/api-change-s3control-70121.json b/.changes/next-release/api-change-s3control-70121.json deleted file mode 100644 index 8c39e9c36b..0000000000 --- a/.changes/next-release/api-change-s3control-70121.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3control``", - "description": "It allows customers to pass CRC64NVME as a header in S3 Batch Operations copy requests" -} diff --git a/.changes/next-release/api-change-socialmessaging-9994.json b/.changes/next-release/api-change-socialmessaging-9994.json deleted file mode 100644 index 831e103f78..0000000000 --- a/.changes/next-release/api-change-socialmessaging-9994.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``socialmessaging``", - "description": "Added support for passing role arn corresponding to the supported event destination" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e50bd60d13..b6c2168a13 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.35.73 +======= + +* api-change:``bedrock-runtime``: Add an API parameter that allows customers to set performance configuration for invoking a model. +* api-change:``s3control``: It allows customers to pass CRC64NVME as a header in S3 Batch Operations copy requests +* api-change:``socialmessaging``: Added support for passing role arn corresponding to the supported event destination + + 1.35.72 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index ab1c918e1a..cd55779387 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.72' +__version__ = '1.35.73' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 740052a915..a49fbbf691 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.35.' # The full version, including alpha/beta/rc tags. -release = '1.35.72' +release = '1.35.73' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.