Skip to content

Commit

Permalink
Merge branch 'release-0.11.2' into develop
Browse files Browse the repository at this point in the history
* release-0.11.2:
  Bumping version to 0.11.2
  • Loading branch information
aws-sdk-python-automation committed Jan 23, 2025
2 parents bc23c92 + d66e5b6 commit 136b3c2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changes/0.11.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"category": "upload",
"description": "Only set a default checksum if the ``request_checksum_calculation`` config is set to ``when_supported``. Fixes `boto/s3transfer#327 <https://github.com/boto/s3transfer/issues/327>`__.",
"type": "bugfix"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-upload-80266.json

This file was deleted.

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

0.11.2
======

* bugfix:upload: Only set a default checksum if the ``request_checksum_calculation`` config is set to ``when_supported``. Fixes `boto/s3transfer#327 <https://github.com/boto/s3transfer/issues/327>`__.


0.11.1
======

Expand Down
2 changes: 1 addition & 1 deletion s3transfer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def __call__(self, bytes_amount):
from s3transfer.exceptions import RetriesExceededError, S3UploadFailedError

__author__ = 'Amazon Web Services'
__version__ = '0.11.1'
__version__ = '0.11.2'


class NullHandler(logging.Handler):
Expand Down

0 comments on commit 136b3c2

Please sign in to comment.