recklessop / Zerto_Exporter

Custom node-exporter to export Zerto metrics to Prometheus
Apache License 2.0
0 stars 0 forks source link

Bump s3transfer from 0.7.0 to 0.10.1 #34

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps s3transfer from 0.7.0 to 0.10.1.

Changelog

Sourced from s3transfer's changelog.

0.10.1

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

0.10.0

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

0.9.0

  • feature:Python: End of support for Python 3.7

0.8.2

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

0.8.1

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

0.8.0

  • 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.
Commits
  • 106c814 Merge branch 'release-0.10.1'
  • 6914663 Bumping version to 0.10.1
  • 1751c65 Merge pull request #301 from apmorton/am/fix-urllib3-incomplete-download
  • d57aff5 Add changelog
  • c4d548c Linting fix
  • 5fc308a Fix retrying incomplete downloads with urllib3 2.x
  • ffc1b46 Merge branch 'release-0.10.0'
  • dad5c83 Merge branch 'release-0.10.0' into develop
  • 2a5e1b1 Bumping version to 0.10.0
  • 343ea01 Enable s3express support in the transfer manager when CRT is enabled (#299)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 months ago

Superseded by #39.