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.34.0 #174

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.34.0.

Release notes

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

v3.34.0 Release

  • Support latest quic-go version, requires go1.19

v3.33.2 Release

  • Fix http3 upgrade: use host and port from alt-svc header

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

... (truncated)

Commits
  • d25aa32 Update README
  • 943e35d Drop go1.18 ci workflow
  • 9f87b5b Support latest quic-go version, requires go1.19
  • 7a7eada Merge pull request #223 from kingluo/alt_svc_bugfix
  • 0602357 fix: use host and port from alt-svc header
  • 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)
  • 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 #181.