Skip to content

Commit

Permalink
Bumping version to 1.36.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jan 27, 2025
1 parent 030de63 commit 9d078a7
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 28 deletions.
27 changes: 27 additions & 0 deletions .changes/1.36.7.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrockagent-32833.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iot-41373.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediaconvert-15589.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3control-1041.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Signing-82847.json

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
Expand Down

0 comments on commit 9d078a7

Please sign in to comment.