You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* release-1.36.7:
Bumping version to 1.36.7
Add changelog entries from botocore
Removes inline scripts and inline styles to make it compatible with the newly added security headers (#4369)
Bump aws-actions/stale-issue-cleanup
"description": "[``botocore``] Add support for the prompt caching feature for Bedrock Prompt Management",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``iot``",
9
+
"description": "[``botocore``] Raised the documentParameters size limit to 30 KB for AWS IoT Device Management - Jobs.",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``mediaconvert``",
14
+
"description": "[``botocore``] This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes.",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``s3control``",
19
+
"description": "[``botocore``] Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations",
20
+
"type": "api-change"
21
+
},
22
+
{
23
+
"category": "Signing",
24
+
"description": "[``botocore``] No longer sign transfer-encoding header for SigV4",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+10
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.36.7
6
+
======
7
+
8
+
* api-change:``bedrock-agent``: [``botocore``] Add support for the prompt caching feature for Bedrock Prompt Management
9
+
* api-change:``iot``: [``botocore``] Raised the documentParameters size limit to 30 KB for AWS IoT Device Management - Jobs.
10
+
* api-change:``mediaconvert``: [``botocore``] This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes.
11
+
* api-change:``s3control``: [``botocore``] Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations
12
+
* bugfix:Signing: [``botocore``] No longer sign transfer-encoding header for SigV4
0 commit comments