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.20.1 #69

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

Release notes

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

v3.20.1 Release

  • Fix data race (#159)

v3.20.0 Release

  • Support h2c.

v3.19.2 Release

  • Fix concurrent map in Client.Clone() when high concurrency (#157).
  • Fix no Host in URL when SetScheme invoked.

v3.19.1 Release

  • Support http3 in go1.19

v3.19.0 Release

  • Add ClearCookies for Client.
  • Fix autodecode when html page is small.

v3.18.0 Release

  • Add EnableDumpEachRequestXXX methods (syntax sugar) for Client.

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.

... (truncated)

Commits


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