-
Notifications
You must be signed in to change notification settings - Fork 8
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
chore(deps): update dependency s3transfer to v0.10.4 #394
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/s3transfer-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
renovate
bot
changed the title
chore(deps): update dependency s3transfer to v0.6.2
chore(deps): update dependency s3transfer to v0.7.0
Sep 26, 2023
renovate
bot
force-pushed
the
renovate/s3transfer-0.x
branch
from
September 26, 2023 21:59
d13b9d8
to
633825a
Compare
renovate
bot
changed the title
chore(deps): update dependency s3transfer to v0.7.0
chore(deps): update dependency s3transfer to v0.8.0
Nov 27, 2023
renovate
bot
force-pushed
the
renovate/s3transfer-0.x
branch
from
November 27, 2023 11:06
633825a
to
0e06bfd
Compare
renovate
bot
changed the title
chore(deps): update dependency s3transfer to v0.8.0
chore(deps): update dependency s3transfer to v0.8.1
Nov 28, 2023
renovate
bot
force-pushed
the
renovate/s3transfer-0.x
branch
from
November 28, 2023 20:54
0e06bfd
to
9de7879
Compare
renovate
bot
changed the title
chore(deps): update dependency s3transfer to v0.8.1
chore(deps): update dependency s3transfer to v0.8.2
Nov 29, 2023
renovate
bot
force-pushed
the
renovate/s3transfer-0.x
branch
from
November 29, 2023 22:14
9de7879
to
4d8e4cc
Compare
renovate
bot
changed the title
chore(deps): update dependency s3transfer to v0.8.2
chore(deps): update dependency s3transfer to v0.9.0
Dec 13, 2023
renovate
bot
force-pushed
the
renovate/s3transfer-0.x
branch
from
December 13, 2023 21:15
4d8e4cc
to
55e07bf
Compare
renovate
bot
changed the title
chore(deps): update dependency s3transfer to v0.9.0
chore(deps): update dependency s3transfer to v0.10.0
Dec 21, 2023
renovate
bot
force-pushed
the
renovate/s3transfer-0.x
branch
from
December 21, 2023 21:41
55e07bf
to
b6db7ca
Compare
renovate
bot
changed the title
chore(deps): update dependency s3transfer to v0.10.0
chore(deps): update dependency s3transfer to v0.10.1
Mar 14, 2024
renovate
bot
force-pushed
the
renovate/s3transfer-0.x
branch
from
March 14, 2024 22:30
b6db7ca
to
a798c99
Compare
renovate
bot
force-pushed
the
renovate/s3transfer-0.x
branch
from
June 25, 2024 01:01
a798c99
to
b50d75c
Compare
renovate
bot
changed the title
chore(deps): update dependency s3transfer to v0.10.1
chore(deps): update dependency s3transfer to v0.10.2
Jun 25, 2024
renovate
bot
changed the title
chore(deps): update dependency s3transfer to v0.10.2
chore(deps): update dependency s3transfer to v0.10.3
Oct 8, 2024
renovate
bot
force-pushed
the
renovate/s3transfer-0.x
branch
from
October 8, 2024 19:53
b50d75c
to
d0100e1
Compare
renovate
bot
force-pushed
the
renovate/s3transfer-0.x
branch
from
November 20, 2024 23:50
d0100e1
to
b86aad7
Compare
renovate
bot
changed the title
chore(deps): update dependency s3transfer to v0.10.3
chore(deps): update dependency s3transfer to v0.10.4
Nov 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.6.1
->==0.10.4
Release Notes
boto/s3transfer (s3transfer)
v0.10.4
Compare Source
======
s3
: Added Multi-Region Access Points support to CRT transfers.v0.10.3
Compare Source
======
v0.10.2
Compare Source
======
awscrt
: Pass operation name to awscrt.s3 to improve error handling.v0.10.1
Compare Source
======
urllib3
: Fixed retry handling for IncompleteRead exception raised by urllib3 2.x during data transferv0.10.0
Compare Source
======
s3
: Added CRT support for S3 Express One Zonev0.9.0
Compare Source
=====
v0.8.2
Compare Source
=====
v0.8.1
Compare Source
=====
s3
: Added support for defaulting checksums to CRC32 for s3express.v0.8.0
Compare Source
=====
crt
: Automatically configure CRC32 checksums for uploads and checksum validation for downloads through the CRT transfer manager.crt
: S3transfer now supports a wider range of CRT functionality for uploads to improve throughput in the CLI/Boto3.Botocore
: S3Transfer now requires Botocore >=1.32.7crt
: Updatetarget_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.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
=====
SSE-C
: Pass SSECustomer* arguments to CompleteMultipartUpload for upload operationsv0.6.2
Compare Source
=====
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.