fly-apps / terraform-provider-fly

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

Bump github.com/imroc/req/v3 from 3.13.1 to 3.17.3 #58

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/imroc/req/v3 from 3.13.1 to 3.17.3.

Release notes

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

v3.17.3 Release

  • Add HeaderToString() for req and resp.
  • Make sure the resp.Err set in the ResponseMiddleware is propagated to the caller.
  • Update examples.

v3.17.2 Release

  • Request.Do() accepts 0 or 1 context.
  • Support 0 or 1 url in Client's Get, Post and etc.
  • Support Request.SetQueryParamsAnyType.

v3.17.1 Release

  • Support SetFormDataAnyType(#148)

v3.17.0 Release

  • Support middleware in Client(#138).
  • Expose Body and GetBody in Request.

v3.16.0 Release

  • Support pointer of pointer in resp.Unmarshal and resp.Into
  • Support middleware in Transport(#138)

v3.15.0 Release

  • Support nil pointer and pointer of pointer in SetResult and SetError(#139)
  • Support Do API style(#137)
  • SetBody support basic types

v3.14.4 Release

  • Support response middleware executed even error is not nil (#140)

v3.14.3 Release

  • Merge commit from upstream net/http and quic-go.
  • Support go1.19.

v3.14.2 Release

  • Ignore empty proxy url in SetProxyURL (#145)

v3.14.1 Release

Ajust log level to debug when cannot determine the unmarshal function(#133)

v3.14.0 Release

  • Support HTTP3.
  • Support chainable methods for Transport.
  • Expose Client.GetTransport().
  • Cancel set header in DevMode (#134).
  • Add Client.GetLogger() to expose internal logger (#132).
  • Refactor the code structure to make it easier to extend.

v3.13.2 Release

  • Fix potential nil pointer issue when retrying with request (@​88250 #131 )
Commits
  • 0ca4e58 add opentelemetry-jaeger-tracing example
  • ac9ac4d ensure err in client's RoundTrip
  • 85a3582 add HeaderToString for req and resp
  • cbf1b33 update go mod for examples
  • bc476a0 add requtil: ConvertHeaderToString
  • d0ecd07 Support Request.SetQueryParamsAnyType
  • 0029353 Support 0 or 1 url in Client's Get, Post and so on
  • b9be287 Request.Do() accepts 0 or 1 context
  • 5ece883 Support SetFormDataAnyType(#148)
  • 9406b76 ajust struct field order
  • 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 2 years ago

Superseded by #59.