ehossack / django-backblaze-b2

A storage backend for Django that uses Backblaze's B2 APIs
BSD 2-Clause "Simplified" License
27 stars 6 forks source link

build(deps): bump b2sdk from 2.4.1 to 2.5.0 #215

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 1 month ago

Bumps b2sdk from 2.4.1 to 2.5.0.

Release notes

Sourced from b2sdk's releases.

2.5.0

Fixed

  • Fix TruncatedOutput errors when downloading files over congested network (fixes B2_Command_Line_Tool#554).
  • Ensure FileSimulator.as_download_headers returns dict[str, str] mapping.

Added

  • Add unhide_file method to Bucket class.

Doc

  • Improve download_file_from_url methods type hints.

Infrastructure

  • Limit max CI (Github Actions) duration to 90 minutes.
Changelog

Sourced from b2sdk's changelog.

2.5.0 - 2024-07-30

Fixed

  • Fix TruncatedOutput errors when downloading files over congested network (fixes B2_Command_Line_Tool#554).
  • Ensure FileSimulator.as_download_headers returns dict[str, str] mapping.

Added

  • Add unhide_file method to Bucket class.

Doc

  • Improve download_file_from_url methods type hints.

Infrastructure

  • Limit max CI (Github Actions) duration to 90 minutes.
Commits
  • 470de14 better changelog msg for 2.5.0 release
  • 103756a release 2.5.0
  • 7535c7a Merge pull request #506 from reef-technologies/truncation_fix
  • 3d8b680 workaround for PyPy hangs due non-awaited futures
  • 269f575 limit Github Actions job to 90 minutes max (instead of default 6h)
  • f3f0521 fix TruncatedOutput errors during downloads over congested network
  • 806cc21 add enter&exit method to FakeResponse
  • 5157074 add more type hints
  • 80a6112 Improve download_file_from_url methods type hints
  • 965240c ensure FileSimulator.as_download_headers returns dict[str,str]
  • 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 4 weeks ago

Superseded by #220.