django-backblaze-b2
django-backblaze-b2 copied to clipboard
build(deps): bump b2sdk from 2.0.0 to 2.1.0
Bumps b2sdk from 2.0.0 to 2.1.0.
Release notes
Sourced from b2sdk's releases.
2.1.0
Changed
- Use ParallelDownloader for small files instead of SimpleDownloader to avoid blocking on I/O.
Fixed
- Fix
decode_content=True
causing an error when downloading tiny and large files.- Prevent errors due to the use of "seekable" download strategies for seekable, but not readable files.
Added
- Add set&get Event Notification rules methods to Bucket API as part of Event Notifications feature Private Preview. See https://www.backblaze.com/blog/announcing-event-notifications/ for details.
Changelog
Sourced from b2sdk's changelog.
2.1.0 - 2024-04-15
Changed
- Use ParallelDownloader for small files instead of SimpleDownloader to avoid blocking on I/O.
Fixed
- Fix
decode_content=True
causing an error when downloading tiny and large files.- Prevent errors due to the use of "seekable" download strategies for seekable, but not readable files.
Added
- Add set&get Event Notification rules methods to Bucket API as part of Event Notifications feature Private Preview. See https://www.backblaze.com/blog/announcing-event-notifications/ for details.
Commits
87311b9
release 2.1.059426aa
Merge pull request #490 from reef-technologies/notifications3d47ee1
feature preview of notification rules settingaaf8569
add notification rules support71d01f2
add pydantic validation to tests08cd487
Merge pull request #482 from reef-technologies/use_paraller_download_for_smal...8f20340
Fixdecode_content=True
causing an error when downloading tiny and large en...f814fdd
prevent errors due to the use of seekable download strategies for seekable bu...29696c4
use parallel downloader for small files- See full diff in compare view
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 <dependency name> 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)