Skip to content

Commit

Permalink
Bumping version to 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jan 15, 2025
1 parent e98990a commit 524174c
Show file tree
Hide file tree
Showing 18 changed files with 86 additions and 67 deletions.
62 changes: 62 additions & 0 deletions .changes/1.37.0.json
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"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-apigateway-60347.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cognitoidentity-69156.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3-32487.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securityir-21058.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sesv2-69110.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workspaces-8280.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-s3-71868.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-s3-95405.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-s3-96694.json

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
CHANGELOG
=========

1.37.0
======

* api-change:``apigateway``: Documentation updates for Amazon API Gateway
* api-change:``bedrock-agent-runtime``: Now supports streaming for inline agents.
* api-change:``cognito-identity``: corrects the dual-stack endpoint configuration
* api-change:``partnercentral-selling``: Add Tagging support for ResourceSnapshotJob resources
* api-change:``s3``: 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.
* api-change:``security-ir``: Increase minimum length of Threat Actor IP 'userAgent' to 1.
* api-change:``sesv2``: This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities.
* api-change:``workspaces``: Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes.
* api-change:``workspaces-thin-client``: Mark type in MaintenanceWindow as required.
* feature:``s3``: 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``.
* feature:``s3``: Added support for the CRC64NVME checksum algorithm in the S3 client through the optional AWS CRT (``awscrt``) dependency.
* feature:``s3``: 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.


1.36.40
=======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import os

__version__ = '1.36.40'
__version__ = '1.37.0'

#
# Get our data path to be added to botocore's search path
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '1.36.'
version = '1.37'
# The full version, including alpha/beta/rc tags.
release = '1.36.40'
release = '1.37.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ universal = 0

[metadata]
requires_dist =
botocore==1.35.99
botocore==1.36.0
docutils>=0.10,<0.17
s3transfer>=0.10.0,<0.11.0
s3transfer>=0.11.0,<0.12.0
PyYAML>=3.10,<6.1
colorama>=0.2.5,<0.4.7
rsa>=3.1.2,<4.8
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.35.99',
'botocore==1.36.0',
'docutils>=0.10,<0.17',
's3transfer>=0.10.0,<0.11.0',
's3transfer>=0.11.0,<0.12.0',
'PyYAML>=3.10,<6.1',
'colorama>=0.2.5,<0.4.7',
'rsa>=3.1.2,<4.8',
Expand Down

0 comments on commit 524174c

Please sign in to comment.