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
"description": "[``botocore``] Documentation updates for Amazon API Gateway",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``bedrock-agent-runtime``",
9
+
"description": "[``botocore``] Now supports streaming for inline agents.",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``cognito-identity``",
14
+
"description": "[``botocore``] corrects the dual-stack endpoint configuration",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``partnercentral-selling``",
19
+
"description": "[``botocore``] Add Tagging support for ResourceSnapshotJob resources",
20
+
"type": "api-change"
21
+
},
22
+
{
23
+
"category": "``s3``",
24
+
"description": "[``botocore``] This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests.",
25
+
"type": "api-change"
26
+
},
27
+
{
28
+
"category": "``security-ir``",
29
+
"description": "[``botocore``] Increase minimum length of Threat Actor IP 'userAgent' to 1.",
30
+
"type": "api-change"
31
+
},
32
+
{
33
+
"category": "``sesv2``",
34
+
"description": "[``botocore``] This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities.",
"description": "[``botocore``] Mark type in MaintenanceWindow as required.",
45
+
"type": "api-change"
46
+
},
47
+
{
48
+
"category": "AWSCRT",
49
+
"description": "[``botocore``] Update awscrt version to 0.23.4",
50
+
"type": "enhancement"
51
+
},
52
+
{
53
+
"category": "``s3``",
54
+
"description": "[``botocore``] The S3 client attempts to validate response checksums for all S3 API operations that support checksums. However, if the SDK has not implemented the specified checksum algorithm then this validation is skipped. Checksum validation behavior can be configured using the ``when_supported`` and ``when_required`` options - in code using the ``response_checksum_validation`` parameter for ``botocore.config.Config``, in the shared AWS config file using ``response_checksum_validation``, or as an env variable using ``AWS_RESPONSE_CHECKSUM_VALIDATION``.",
55
+
"type": "feature"
56
+
},
57
+
{
58
+
"category": "``s3``",
59
+
"description": "[``botocore``] Added support for the CRC64NVME checksum algorithm in the S3 client through the optional AWS CRT (``awscrt``) dependency.",
60
+
"type": "feature"
61
+
},
62
+
{
63
+
"category": "``s3``",
64
+
"description": "[``botocore``] S3 client behavior is updated to always calculate a CRC32 checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). Checksum behavior can be configured using ``when_supported`` and ``when_required`` options - in code using the ``request_checksum_calculation`` parameter for ``botocore.config.Config``, in the shared AWS config file using ``request_checksum_calculation``, or as an env variable using ``AWS_REQUEST_CHECKSUM_CALCULATION``. Note: Botocore will no longer automatically compute and populate the Content-MD5 header.",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+18
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.36.0
6
+
======
7
+
8
+
* api-change:``apigateway``: [``botocore``] Documentation updates for Amazon API Gateway
9
+
* api-change:``bedrock-agent-runtime``: [``botocore``] Now supports streaming for inline agents.
10
+
* api-change:``cognito-identity``: [``botocore``] corrects the dual-stack endpoint configuration
11
+
* api-change:``partnercentral-selling``: [``botocore``] Add Tagging support for ResourceSnapshotJob resources
12
+
* api-change:``s3``: [``botocore``] This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests.
13
+
* api-change:``security-ir``: [``botocore``] Increase minimum length of Threat Actor IP 'userAgent' to 1.
14
+
* api-change:``sesv2``: [``botocore``] This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities.
* api-change:``workspaces-thin-client``: [``botocore``] Mark type in MaintenanceWindow as required.
17
+
* enhancement:AWSCRT: [``botocore``] Update awscrt version to 0.23.4
18
+
* feature:``s3``: [``botocore``] The S3 client attempts to validate response checksums for all S3 API operations that support checksums. However, if the SDK has not implemented the specified checksum algorithm then this validation is skipped. Checksum validation behavior can be configured using the ``when_supported`` and ``when_required`` options - in code using the ``response_checksum_validation`` parameter for ``botocore.config.Config``, in the shared AWS config file using ``response_checksum_validation``, or as an env variable using ``AWS_RESPONSE_CHECKSUM_VALIDATION``.
19
+
* feature:``s3``: [``botocore``] Added support for the CRC64NVME checksum algorithm in the S3 client through the optional AWS CRT (``awscrt``) dependency.
20
+
* feature:``s3``: [``botocore``] S3 client behavior is updated to always calculate a CRC32 checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). Checksum behavior can be configured using ``when_supported`` and ``when_required`` options - in code using the ``request_checksum_calculation`` parameter for ``botocore.config.Config``, in the shared AWS config file using ``request_checksum_calculation``, or as an env variable using ``AWS_REQUEST_CHECKSUM_CALCULATION``. Note: Botocore will no longer automatically compute and populate the Content-MD5 header.
0 commit comments