fly-apps / terraform-provider-fly

Terraform provider for the Fly.io API
BSD 3-Clause "New" or "Revised" License
114 stars 38 forks source link

Bump github.com/imroc/req/v3 from 3.22.0 to 3.32.3 #160

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/imroc/req/v3 from 3.22.0 to 3.32.3.

Release notes

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

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

  • Support SetResponseBodyTransformer.

v3.27.0 Release

... (truncated)

Commits
  • 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
  • 6d9b23e Refactor http3 implementation
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #174.