From 030de63b2dbd7be227573da6d904da67dee80261 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 27 Jan 2025 19:26:11 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-bedrockagent-32833.json | 5 +++++ .changes/next-release/api-change-iot-41373.json | 5 +++++ .changes/next-release/api-change-mediaconvert-15589.json | 5 +++++ .changes/next-release/api-change-s3control-1041.json | 5 +++++ .changes/next-release/bugfix-Signing-82847.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-bedrockagent-32833.json create mode 100644 .changes/next-release/api-change-iot-41373.json create mode 100644 .changes/next-release/api-change-mediaconvert-15589.json create mode 100644 .changes/next-release/api-change-s3control-1041.json create mode 100644 .changes/next-release/bugfix-Signing-82847.json diff --git a/.changes/next-release/api-change-bedrockagent-32833.json b/.changes/next-release/api-change-bedrockagent-32833.json new file mode 100644 index 0000000000..c7a762451f --- /dev/null +++ b/.changes/next-release/api-change-bedrockagent-32833.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent``", + "description": "[``botocore``] Add support for the prompt caching feature for Bedrock Prompt Management" +} diff --git a/.changes/next-release/api-change-iot-41373.json b/.changes/next-release/api-change-iot-41373.json new file mode 100644 index 0000000000..5e43a0aebd --- /dev/null +++ b/.changes/next-release/api-change-iot-41373.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iot``", + "description": "[``botocore``] Raised the documentParameters size limit to 30 KB for AWS IoT Device Management - Jobs." +} diff --git a/.changes/next-release/api-change-mediaconvert-15589.json b/.changes/next-release/api-change-mediaconvert-15589.json new file mode 100644 index 0000000000..1381823f4b --- /dev/null +++ b/.changes/next-release/api-change-mediaconvert-15589.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediaconvert``", + "description": "[``botocore``] This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes." +} diff --git a/.changes/next-release/api-change-s3control-1041.json b/.changes/next-release/api-change-s3control-1041.json new file mode 100644 index 0000000000..889ebe8f8e --- /dev/null +++ b/.changes/next-release/api-change-s3control-1041.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``s3control``", + "description": "[``botocore``] Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations" +} diff --git a/.changes/next-release/bugfix-Signing-82847.json b/.changes/next-release/bugfix-Signing-82847.json new file mode 100644 index 0000000000..3cd2129986 --- /dev/null +++ b/.changes/next-release/bugfix-Signing-82847.json @@ -0,0 +1,5 @@ +{ + "type": "bugfix", + "category": "Signing", + "description": "[``botocore``] No longer sign transfer-encoding header for SigV4" +} From 9d078a74b3c09f0d0cfd05da04720f2bbb9212d1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 27 Jan 2025 19:26:36 +0000 Subject: [PATCH 2/2] Bumping version to 1.36.7 --- .changes/1.36.7.json | 27 +++++++++++++++++++ .../api-change-bedrockagent-32833.json | 5 ---- .../next-release/api-change-iot-41373.json | 5 ---- .../api-change-mediaconvert-15589.json | 5 ---- .../api-change-s3control-1041.json | 5 ---- .../next-release/bugfix-Signing-82847.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.36.7.json delete mode 100644 .changes/next-release/api-change-bedrockagent-32833.json delete mode 100644 .changes/next-release/api-change-iot-41373.json delete mode 100644 .changes/next-release/api-change-mediaconvert-15589.json delete mode 100644 .changes/next-release/api-change-s3control-1041.json delete mode 100644 .changes/next-release/bugfix-Signing-82847.json diff --git a/.changes/1.36.7.json b/.changes/1.36.7.json new file mode 100644 index 0000000000..71db815d12 --- /dev/null +++ b/.changes/1.36.7.json @@ -0,0 +1,27 @@ +[ + { + "category": "``bedrock-agent``", + "description": "[``botocore``] Add support for the prompt caching feature for Bedrock Prompt Management", + "type": "api-change" + }, + { + "category": "``iot``", + "description": "[``botocore``] Raised the documentParameters size limit to 30 KB for AWS IoT Device Management - Jobs.", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "[``botocore``] This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes.", + "type": "api-change" + }, + { + "category": "``s3control``", + "description": "[``botocore``] Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations", + "type": "api-change" + }, + { + "category": "Signing", + "description": "[``botocore``] No longer sign transfer-encoding header for SigV4", + "type": "bugfix" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagent-32833.json b/.changes/next-release/api-change-bedrockagent-32833.json deleted file mode 100644 index c7a762451f..0000000000 --- a/.changes/next-release/api-change-bedrockagent-32833.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "[``botocore``] Add support for the prompt caching feature for Bedrock Prompt Management" -} diff --git a/.changes/next-release/api-change-iot-41373.json b/.changes/next-release/api-change-iot-41373.json deleted file mode 100644 index 5e43a0aebd..0000000000 --- a/.changes/next-release/api-change-iot-41373.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iot``", - "description": "[``botocore``] Raised the documentParameters size limit to 30 KB for AWS IoT Device Management - Jobs." -} diff --git a/.changes/next-release/api-change-mediaconvert-15589.json b/.changes/next-release/api-change-mediaconvert-15589.json deleted file mode 100644 index 1381823f4b..0000000000 --- a/.changes/next-release/api-change-mediaconvert-15589.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "[``botocore``] This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes." -} diff --git a/.changes/next-release/api-change-s3control-1041.json b/.changes/next-release/api-change-s3control-1041.json deleted file mode 100644 index 889ebe8f8e..0000000000 --- a/.changes/next-release/api-change-s3control-1041.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3control``", - "description": "[``botocore``] Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations" -} diff --git a/.changes/next-release/bugfix-Signing-82847.json b/.changes/next-release/bugfix-Signing-82847.json deleted file mode 100644 index 3cd2129986..0000000000 --- a/.changes/next-release/bugfix-Signing-82847.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "bugfix", - "category": "Signing", - "description": "[``botocore``] No longer sign transfer-encoding header for SigV4" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5fafaa1238..3417052e15 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.36.7 +====== + +* api-change:``bedrock-agent``: [``botocore``] Add support for the prompt caching feature for Bedrock Prompt Management +* api-change:``iot``: [``botocore``] Raised the documentParameters size limit to 30 KB for AWS IoT Device Management - Jobs. +* api-change:``mediaconvert``: [``botocore``] This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes. +* api-change:``s3control``: [``botocore``] Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations +* bugfix:Signing: [``botocore``] No longer sign transfer-encoding header for SigV4 + + 1.36.6 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index cec2ad32ed..dd7c84d998 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.6' +__version__ = '1.36.7' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 34edaa4efb..a09dcdec4e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.36.6,<1.37.0 + botocore>=1.36.7,<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 9281e447cb..70c67dd59c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.36.6,<1.37.0', + 'botocore>=1.36.7,<1.37.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.11.0,<0.12.0', ]