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.7 #61

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

Release notes

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

v3.17.7 Release

  • Enable allow GET with body by default, discard body if disabled(#153)

v3.17.6 Release

  • Restore Response.Body when AutoReadResponse is enabled(#152).

v3.17.5 Release

  • Update example.
  • Unexpose Client's RoundTrip.

v3.17.4 Release

  • Use http.ErrUseLastResponse to prevent return error in NoRedirectPolicy.

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

... (truncated)

Commits
  • bae0ebf remove unused api.md
  • dbb8317 enable allow GET with body by default, discard body if disabled(#153)
  • 6a39a63 update comment for SetCookieJar
  • 2861e6a update README
  • 6e38959 Restore Response.Body when AutoReadResponse is enabled(#152)
  • 6984f39 unexpose Client's RoundTrip
  • f83370e update example: opentelemetry-jaeger-tracing
  • 7de5887 update example: opentelemetry-jaeger-tracing
  • a7293c9 update example: fix typo
  • bb78825 update example: opentelemetry-jaeger-tracing
  • 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 #64.