Skip to content

Bump github.com/imroc/req/v3 from 3.26.5 to 3.33.0#22

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/imroc/req/v3-3.33.0
Closed

Bump github.com/imroc/req/v3 from 3.26.5 to 3.33.0#22
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/imroc/req/v3-3.33.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github.com/imroc/req/v3 from 3.26.5 to 3.33.0.

Release notes

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

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

  • Ensure response middleware executed when error occurs

v3.28.0 Release

... (truncated)

Commits
  • 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
  • 436172e Add go1.20 to ci
  • 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.26.5 to 3.33.0.
- [Release notes](https://github.com/imroc/req/releases)
- [Commits](imroc/req@v3.26.5...v3.33.0)

---
updated-dependencies:
- dependency-name: github.com/imroc/req/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 8, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2023

Superseded by #23.

@dependabot dependabot bot closed this Mar 10, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/imroc/req/v3-3.33.0 branch March 10, 2023 03:04
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