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/imroc/req/v3 from 3.20.0 to 3.33.1 #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/imroc/req/v3 from 3.20.0 to 3.33.1.

Release notes

Sourced from github.com/imroc/req/v3's releases.

v3.33.1 Release

  • Only auto-read response if code > 199

v3.33.0 Release

  • Expose more http2 settings to client and transport

v3.32.3 Release

  • Ensure response middleware executed when internal middleware returns error

v3.32.2 Release

Fix: avoid resp.Err been overridden

v3.32.1 Release

  • Fix: do not retry when RetryCount eq 0
  • Fix: negative resp.TotalTime() (#214)

v3.32.0 Release

  • Refactor http3 implementation, remove embedded quic-go.
  • Add go1.20 to ci.
  • Remove deprecated ioutil functions.

v3.31.2 Release

  • Move github.com/marten-seemann/qpack to github.com/quic-go/qpack

v3.31.1 Release

  • Avoid err been override when response middleware is set.
  • Support infinity retry.
  • Support slice and array in SetBody.

v3.31.0 Release

Refactor API style:

  • For Client:

    • Deprecate SetCommonError, add SetCommonErrorResult
    • Add SetResultStateCheckFunc
  • For Request: * Deprecate SetResult, add SetSuccessResult * Deprecate SetError, add SetErrorResult

  • For Response: * Deprecate IsSuccess, add IsSuccessState * Deprecate IsError, add IsErrorState * Deprecate Result, add SuccessResult * Deprecate Error, add ErrorResult * Add ResultState

v3.30.0 Release

  • embed quic-go and support go1.20

v3.29.0 Release

... (truncated)

Commits
  • 0f702b4 Only auto-read response if code > 199
  • de7450a expose more http2 settings to client and transport
  • 9e2d4b1 Ensure response middleware executed when internal middleware returns error
  • 868660c Fix: avoid resp.Err been overridden
  • be24aaa Fix negative resp.TotalTime() (#214)
  • 67b393b Merge pull request #210 from jfilipczyk/bugfix/do-not-retry-when-count-zero
  • 4d93b33 chore: change test name
  • 2ffcfc5 fix: do not retry when RetryCount eq 0
  • f0c0c12 Fix TestTransportEventTraceTLSVerify
  • 05894c6 Remove deprecated ioutil functions
  • 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 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/imroc/req/v3](https://github.com/imroc/req) from 3.20.0 to 3.33.1.
- [Release notes](https://github.com/imroc/req/releases)
- [Commits](imroc/req@v3.20.0...v3.33.1)

---
updated-dependencies:
- dependency-name: github.com/imroc/req/v3
  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 Mar 9, 2023
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