From 85fb86db4fd7cb57acd45497aff40aaaef2feb77 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 3 Dec 2024 05:31:16 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-bedrockruntime-39694.json | 5 +++++ .changes/next-release/api-change-s3control-26317.json | 5 +++++ .changes/next-release/api-change-socialmessaging-43290.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-bedrockruntime-39694.json create mode 100644 .changes/next-release/api-change-s3control-26317.json create mode 100644 .changes/next-release/api-change-socialmessaging-43290.json diff --git a/.changes/next-release/api-change-bedrockruntime-39694.json b/.changes/next-release/api-change-bedrockruntime-39694.json new file mode 100644 index 000000000000..b2f190156d26 --- /dev/null +++ b/.changes/next-release/api-change-bedrockruntime-39694.json @@ -0,0 +1,5 @@ +{ + "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-26317.json b/.changes/next-release/api-change-s3control-26317.json new file mode 100644 index 000000000000..8c39e9c36b33 --- /dev/null +++ b/.changes/next-release/api-change-s3control-26317.json @@ -0,0 +1,5 @@ +{ + "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-43290.json b/.changes/next-release/api-change-socialmessaging-43290.json new file mode 100644 index 000000000000..831e103f7827 --- /dev/null +++ b/.changes/next-release/api-change-socialmessaging-43290.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``socialmessaging``", + "description": "Added support for passing role arn corresponding to the supported event destination" +} From dfa73d9b1aa48fea7b074191aed55475f26ebb2e Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 3 Dec 2024 05:32:37 +0000 Subject: [PATCH 2/2] Bumping version to 1.36.14 --- .changes/1.36.14.json | 17 +++++++++++++++++ .../api-change-bedrockruntime-39694.json | 5 ----- .../api-change-s3control-26317.json | 5 ----- .../api-change-socialmessaging-43290.json | 5 ----- CHANGELOG.rst | 8 ++++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 29 insertions(+), 19 deletions(-) create mode 100644 .changes/1.36.14.json delete mode 100644 .changes/next-release/api-change-bedrockruntime-39694.json delete mode 100644 .changes/next-release/api-change-s3control-26317.json delete mode 100644 .changes/next-release/api-change-socialmessaging-43290.json diff --git a/.changes/1.36.14.json b/.changes/1.36.14.json new file mode 100644 index 000000000000..8cc093c5fcc5 --- /dev/null +++ b/.changes/1.36.14.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-39694.json b/.changes/next-release/api-change-bedrockruntime-39694.json deleted file mode 100644 index b2f190156d26..000000000000 --- a/.changes/next-release/api-change-bedrockruntime-39694.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-26317.json b/.changes/next-release/api-change-s3control-26317.json deleted file mode 100644 index 8c39e9c36b33..000000000000 --- a/.changes/next-release/api-change-s3control-26317.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-43290.json b/.changes/next-release/api-change-socialmessaging-43290.json deleted file mode 100644 index 831e103f7827..000000000000 --- a/.changes/next-release/api-change-socialmessaging-43290.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 54b97e29427d..7b54d3aed4cc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.36.14 +======= + +* 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.36.13 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index f3467b91c7ba..f11528cd5f50 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.36.13' +__version__ = '1.36.14' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index 5bc03b333936..6f362a26ffbf 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.36.' # The full version, including alpha/beta/rc tags. -release = '1.36.13' +release = '1.36.14' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 3e99ae6a74e7..d67e86a05e5b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.35.72 + botocore==1.35.73 docutils>=0.10,<0.17 s3transfer>=0.10.0,<0.11.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 74c8fe1c3963..938a0a170670 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.35.72', + 'botocore==1.35.73', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',