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.10.1 #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

Mend Renovate

This PR contains the following updates:

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

Release Notes

boto/s3transfer (s3transfer)

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 has been generated by Mend Renovate. View repository job log here.

@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 changed the title Update dependency s3transfer to v0.3.1 Update dependency s3transfer to v0.3.3 Feb 8, 2020
@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 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 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 changed the title Update dependency s3transfer to v0.8.0 Update dependency s3transfer to v0.8.1 Nov 28, 2023
@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 changed the title Update dependency s3transfer to v0.8.2 Update dependency s3transfer to v0.9.0 Dec 13, 2023
@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
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.

None yet

0 participants