Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency s3transfer to v0.11.2 #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 4, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
s3transfer ==0.2.0 -> ==0.11.2 age adoption passing confidence

Release Notes

boto/s3transfer (s3transfer)

v0.11.2

Compare Source

======

  • 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>__.

v0.11.1

Compare Source

======

  • bugfix:Dependencies: Update the floor version of botocore to 1.36.0 to match imports.

v0.11.0

Compare Source

======

  • feature:manager: Use CRC32 by default and support user provided full-object checksums.

v0.10.4

Compare Source

======

  • enhancement:s3: Added Multi-Region Access Points support to CRT transfers.

v0.10.3

Compare Source

======

  • enhancement:Python: Added provisional Python 3.13 support to s3transfer

v0.10.2

Compare Source

======

  • bugfix:awscrt: Pass operation name to awscrt.s3 to improve error handling.

v0.10.1

Compare Source

======

  • bugfix:urllib3: Fixed retry handling for IncompleteRead exception raised by urllib3 2.x during data transfer

v0.10.0

Compare Source

======

  • feature:s3: Added CRT support for S3 Express One Zone

v0.9.0

Compare Source

=====

  • feature:Python: End of support for Python 3.7

v0.8.2

Compare Source

=====

  • bugfix:Subscribers: Added caching for Subscribers to improve throughput by up to 24% in high volume transfer

v0.8.1

Compare Source

=====

  • enhancement:s3: Added support for defaulting checksums to CRC32 for s3express.

v0.8.0

Compare Source

=====

  • enhancement:crt: Automatically configure CRC32 checksums for uploads and checksum validation for downloads through the CRT transfer manager.
  • feature:crt: S3transfer now supports a wider range of CRT functionality for uploads to improve throughput in the CLI/Boto3.
  • enhancement:Botocore: S3Transfer now requires Botocore >=1.32.7
  • enhancement:crt: Update target_throughput defaults. If not configured, s3transfer will use the AWS CRT to attempt to determine a recommended target throughput to use based on the system. If there is no recommended throughput, s3transfer now falls back to ten gigabits per second.
  • enhancement:crt: Add support for uploading and downloading file-like objects using CRT transfer manager. It supports both seekable and non-seekable file-like objects.

v0.7.0

Compare Source

=====

  • feature:SSE-C: Pass SSECustomer* arguments to CompleteMultipartUpload for upload operations

v0.6.2

Compare Source

=====

  • enhancement:Python: Added provisional Python 3.12 support to s3transfer

v0.6.1

Compare Source

=====

  • bugfix:copy: Added support for ChecksumAlgorithm when uploading copy data in parts.

v0.6.0

Compare Source

=====

  • feature:Python: Dropped support for Python 3.6

v0.5.2

Compare Source

=====

  • enhancement:s3: Added support for flexible checksums when uploading or downloading objects.

v0.5.1

Compare Source

=====

  • enhancement:Python: Officially add Python 3.10 support

v0.5.0

Compare Source

=====

  • feature:Python: Dropped support for Python 2.7

v0.4.2

Compare Source

=====

  • enhancement:s3: Add support for ExpectedBucketOwner. Fixes #&#8203;181 <https://github.com/boto/s3transfer/issues/181>__.

v0.4.1

Compare Source

=====

  • enhancement:crt: Add set_exception to CRTTransferFuture to allow setting exceptions in subscribers.

v0.4.0

Compare Source

=====

  • feature:crt: Add optional AWS Common Runtime (CRT) support. The AWS CRT provides a C-based S3 transfer client that can improve transfer throughput.

v0.3.7

Compare Source

=====

  • bugfix:ReadFileChunk: Fix seek behavior in ReadFileChunk class

v0.3.6

Compare Source

=====

  • bugfix:packaging: Fix setup.py metadata for futures on Python 2.7

v0.3.5

Compare Source

=====

  • enhancement:s3: Block TransferManager methods for S3 Object Lambda resources

v0.3.4

Compare Source

=====

  • enhancement:s3: Add server side encryption context into allowed list

v0.3.3

Compare Source

=====

  • bugfix:dependency: Updated botocore version range to allow for developmental installs.

v0.3.2

Compare Source

=====

  • bugfix:s3: Fixes boto/botocore#&#8203;1916 <https://github.com/boto/botocore/issues/1916>__

v0.3.1

Compare Source

=====

  • enhancement:TransferManager: Expose client and config properties
  • enhancement:Tags: Add support for Tagging and TaggingDirective

v0.3.0

Compare Source

=====

  • feature:Python: Dropped support for Python 2.6 and 3.3.

v0.2.1

Compare Source

=====

  • enhancment:ProcessPool: Adds user agent suffix.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from 11854f6 to 82cc455 Compare January 18, 2020 17:58
@renovate renovate bot changed the title Update dependency s3transfer to v0.2.1 Update dependency s3transfer to v0.3.1 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from 82cc455 to 4db6bae Compare February 8, 2020 20:57
@renovate renovate bot changed the title Update dependency s3transfer to v0.3.1 Update dependency s3transfer to v0.3.3 Feb 8, 2020
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from 4db6bae to 2fb22ce Compare January 23, 2021 12:53
@renovate renovate bot changed the title Update dependency s3transfer to v0.3.3 Update dependency s3transfer to v0.3.4 Jan 23, 2021
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from 2fb22ce to 2138949 Compare April 26, 2021 14:17
@renovate renovate bot changed the title Update dependency s3transfer to v0.3.4 Update dependency s3transfer to v0.4.2 Apr 26, 2021
@renovate renovate bot changed the title Update dependency s3transfer to v0.4.2 Update dependency s3transfer to v0.5.0 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from 2138949 to bf04290 Compare October 19, 2021 00:58
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from bf04290 to 81049d1 Compare March 7, 2022 18:06
@renovate renovate bot changed the title Update dependency s3transfer to v0.5.0 Update dependency s3transfer to v0.5.2 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from 81049d1 to ceec624 Compare June 18, 2022 22:39
@renovate renovate bot changed the title Update dependency s3transfer to v0.5.2 Update dependency s3transfer to v0.6.0 Jun 18, 2022
@renovate renovate bot changed the title Update dependency s3transfer to v0.6.0 Update dependency s3transfer to v0.6.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from ceec624 to b044053 Compare May 28, 2023 09:15
@renovate renovate bot changed the title Update dependency s3transfer to v0.6.1 Update dependency s3transfer to v0.6.2 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from b044053 to bb7d39f Compare August 15, 2023 23:17
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from bb7d39f to 90cbc9e Compare September 26, 2023 21:49
@renovate renovate bot changed the title Update dependency s3transfer to v0.6.2 Update dependency s3transfer to v0.7.0 Sep 26, 2023
@renovate renovate bot changed the title Update dependency s3transfer to v0.7.0 Update dependency s3transfer to v0.8.0 Nov 27, 2023
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from 90cbc9e to 092bbc4 Compare November 27, 2023 11:01
@renovate renovate bot changed the title Update dependency s3transfer to v0.8.0 Update dependency s3transfer to v0.8.1 Nov 28, 2023
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from 092bbc4 to f5678d6 Compare November 28, 2023 23:25
@renovate renovate bot changed the title Update dependency s3transfer to v0.8.1 Update dependency s3transfer to v0.8.2 Nov 29, 2023
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from f5678d6 to b70faa6 Compare November 29, 2023 21:27
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from b70faa6 to d694d36 Compare December 13, 2023 22:23
@renovate renovate bot changed the title Update dependency s3transfer to v0.8.2 Update dependency s3transfer to v0.9.0 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from d694d36 to bb2cc7d Compare December 21, 2023 22:22
@renovate renovate bot changed the title Update dependency s3transfer to v0.9.0 Update dependency s3transfer to v0.10.0 Dec 21, 2023
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from bb2cc7d to 42306de Compare March 14, 2024 19:30
@renovate renovate bot changed the title Update dependency s3transfer to v0.10.0 Update dependency s3transfer to v0.10.1 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from 42306de to 8d20da9 Compare June 24, 2024 23:02
@renovate renovate bot changed the title Update dependency s3transfer to v0.10.1 Update dependency s3transfer to v0.10.2 Jun 24, 2024
@renovate renovate bot changed the title Update dependency s3transfer to v0.10.2 Update dependency s3transfer to v0.10.3 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from 8d20da9 to 89fefae Compare October 8, 2024 22:00
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from 89fefae to 79c97ce Compare November 20, 2024 22:49
@renovate renovate bot changed the title Update dependency s3transfer to v0.10.3 Update dependency s3transfer to v0.10.4 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from 79c97ce to 46f8b00 Compare January 16, 2025 00:46
@renovate renovate bot changed the title Update dependency s3transfer to v0.10.4 Update dependency s3transfer to v0.11.0 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from 46f8b00 to f766b39 Compare January 17, 2025 01:46
@renovate renovate bot changed the title Update dependency s3transfer to v0.11.0 Update dependency s3transfer to v0.11.1 Jan 17, 2025
@renovate renovate bot changed the title Update dependency s3transfer to v0.11.1 Update dependency s3transfer to v0.11.2 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/s3transfer-0.x branch from f766b39 to 8ea8e63 Compare January 23, 2025 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants