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

Bump stream-download from 0.9.0 to 0.11.1 #20

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps stream-download from 0.9.0 to 0.11.1.

Release notes

Sourced from stream-download's releases.

v0.11.1

Features

  • Add integration with reqwest-middleware (#116) - (a2acbb2)

v0.11.0

Features

  • Return error when the stream is cancelled by the user (#111) - (d37e547)
  • Allow cancelling the stream within a progress callback (#113) - (d74ac82)
  • Add reconnect callback (#114) - (617d6e7)

v0.10.0

Bug Fixes

  • Notify readers on stream failure (#109) - (39cd434)
  • Attempt range request even if not explicitly supported (#110) - (6a294c5)

Dependencies

  • (deps) Update testcontainers-modules requirement from 0.10.0 to 0.11.1 (#102) - (6ca97a3)
  • (deps) Update rstest requirement from 0.22.0 to 0.23.0 (#105) - (7af200d)
  • (deps) Expand compatible OpenDAL version range (#106) - (add3932)

Features

  • Error on read or seek when the stream failed to download (#108) - (e451153)
  • Add configurable timeout to retry streams after network failures (#107) - (c99bc21)
Changelog

Sourced from stream-download's changelog.

0.11.1 - 2024-11-03

Features

  • Add integration with reqwest-middleware (#116) - (a2acbb2)

0.11.0 - 2024-11-02

Features

  • Return error when the stream is cancelled by the user (#111) - (d37e547)
  • Allow cancelling the stream within a progress callback (#113) - (d74ac82)
  • Add reconnect callback (#114) - (617d6e7)

0.10.0 - 2024-11-02

Bug Fixes

  • Notify readers on stream failure (#109) - (39cd434)
  • Attempt range request even if not explicitly supported (#110) - (6a294c5)

Dependencies

  • (deps) Update testcontainers-modules requirement from 0.10.0 to 0.11.1 (#102) - (6ca97a3)
  • (deps) Update rstest requirement from 0.22.0 to 0.23.0 (#105) - (7af200d)
  • (deps) Expand compatible OpenDAL version range (#106) - (add3932)

Features

  • Error on read or seek when the stream failed to download (#108) - (e451153)
  • Add configurable timeout to retry streams after network failures (#107) - (c99bc21)
Commits
  • 6d078a0 chore: release v0.11.1 (#117)
  • a2acbb2 feat: add integration with reqwest-middleware (#116)
  • b26d50d chore: release v0.11.0 (#115)
  • 617d6e7 feat: add reconnect callback (#114)
  • d74ac82 feat: allow cancelling the stream within a progress callback (#113)
  • d37e547 feat: return error when the stream is cancelled by the user (#111)
  • 9f87188 chore: release v0.10.0 (#104)
  • 6a294c5 fix: attempt range request even if not explicitly supported (#110)
  • c99bc21 feat: add configurable timeout to retry streams after network failures (#107)
  • 39cd434 fix: notify readers on stream failure (#109)
  • 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 <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)

Bumps [stream-download](https://github.com/aschey/stream-download-rs) from 0.9.0 to 0.11.1.
- [Release notes](https://github.com/aschey/stream-download-rs/releases)
- [Changelog](https://github.com/aschey/stream-download-rs/blob/main/CHANGELOG.md)
- [Commits](aschey/stream-download-rs@v0.9.0...v0.11.1)

---
updated-dependencies:
- dependency-name: stream-download
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 4, 2024
Copy link
Author

dependabot bot commented on behalf of github Nov 5, 2024

Looks like stream-download is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 5, 2024
@dependabot dependabot bot deleted the dependabot/cargo/stream-download-0.11.1 branch November 5, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants