forked from aws/aws-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-1.37.0' into develop
* release-1.37.0: Bumping version to 1.37.0 Add changelog entries from botocore Update changelog based on model updates Merge customizations for S3
- Loading branch information
Showing
13 changed files
with
190 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
[ | ||
{ | ||
"category": "``apigateway``", | ||
"description": "Documentation updates for Amazon API Gateway", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``bedrock-agent-runtime``", | ||
"description": "Now supports streaming for inline agents.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``cognito-identity``", | ||
"description": "corrects the dual-stack endpoint configuration", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``partnercentral-selling``", | ||
"description": "Add Tagging support for ResourceSnapshotJob resources", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``s3``", | ||
"description": "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.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``security-ir``", | ||
"description": "Increase minimum length of Threat Actor IP 'userAgent' to 1.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``sesv2``", | ||
"description": "This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``workspaces``", | ||
"description": "Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``workspaces-thin-client``", | ||
"description": "Mark type in MaintenanceWindow as required.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``s3``", | ||
"description": "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``.", | ||
"type": "feature" | ||
}, | ||
{ | ||
"category": "``s3``", | ||
"description": "Added support for the CRC64NVME checksum algorithm in the S3 client through the optional AWS CRT (``awscrt``) dependency.", | ||
"type": "feature" | ||
}, | ||
{ | ||
"category": "``s3``", | ||
"description": "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.", | ||
"type": "feature" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.