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 github.com/PuerkitoBio/rehttp from 1.2.0 to 1.3.0 #288

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps github.com/PuerkitoBio/rehttp from 1.2.0 to 1.3.0.

Release notes

Sourced from github.com/PuerkitoBio/rehttp's releases.

v1.3.0

  • Add support for per-attempt timeout
  • Promote use of Timeout() error method over the deprecated Temporary()

Thanks to @​justinrixx for contributing the bulk of this release!

Commits
  • 987d330 Merge branch 'justinrixx-per-attempt-timeouts'
  • 2d0ec0b Use fatalf to avoid running into subsequent panics
  • 381e7b3 Fix some lint issues
  • 1b9ff12 Add ability to set a per-attempt timeout
  • eda55af Test on latest 2 Go versions
  • 3f9a590 Merge pull request #7 from justinrixx/timeout-interface
  • 099e5c0 Try to fix the flaky net.Error check
  • b87c7cf Add debugging output for flaky test failure
  • 451466b Fix typo.
  • 284cd52 Promote the use of Timeout() over Temporary()
  • See full diff 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 [github.com/PuerkitoBio/rehttp](https://github.com/PuerkitoBio/rehttp) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/PuerkitoBio/rehttp/releases)
- [Commits](PuerkitoBio/rehttp@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/PuerkitoBio/rehttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 9, 2023 21:19
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 9, 2023
@codecov-commenter
Copy link

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (2cb5364) 94.75% compared to head (f5f928e) 94.75%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #288   +/-   ##
=======================================
  Coverage   94.75%   94.75%           
=======================================
  Files          46       46           
  Lines        8820     8820           
=======================================
  Hits         8357     8357           
  Misses        361      361           
  Partials      102      102           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Widcket Widcket merged commit 7ced5a4 into main Oct 9, 2023
4 checks passed
@Widcket Widcket deleted the dependabot/go_modules/github.com/PuerkitoBio/rehttp-1.3.0 branch October 9, 2023 22:50
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.

2 participants