Skip to content

Bump github.com/imroc/req/v3 from 3.26.5 to 3.31.0#13

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/imroc/req/v3-3.31.0
Closed

Bump github.com/imroc/req/v3 from 3.26.5 to 3.31.0#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/imroc/req/v3-3.31.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 25, 2023

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

Release notes

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

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

  • Support SetResponseBodyTransformer.

v3.27.0 Release

  • Update go modules.
  • Merge upstream goalng/x/net/http2 commits.
  • Unexpose unnecessary NetConnWrapper interface.
  • Improve comments for Transport settings.

v3.26.7 Release

  • Fix missing TraceInfo when download callback is set(#200)

v3.26.6 Release

  • Fix data race in http2 dump(#181)
  • Add comments to explain the Request.URL field (#197)
Commits
  • f5594c5 Remove SetUnknownResultHandlerFunc
  • f0e2325 SetCommonResultStateCheckFunc --> SetResultStateCheckFunc
  • 3af71df Update examples
  • 9dd6a03 Update examples
  • 3444959 Remove global wrapper tests
  • da458d6 Rename deprecated methods to new one in tests
  • 09ccf1d Improve comments for Client
  • 220aaf5 Complete global wrapper and rename Checker to CheckFunc
  • 15ce662 fix comments
  • ce54801 Refactor API style
  • 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.31.0.
- [Release notes](https://github.com/imroc/req/releases)
- [Commits](imroc/req@v3.26.5...v3.31.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 Jan 25, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 1, 2023

Superseded by #14.

@dependabot dependabot Bot closed this Feb 1, 2023
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/imroc/req/v3-3.31.0 branch February 1, 2023 02:15
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