Skip to content

Bump req from 0.5.8 to 0.5.18#144

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/req-0.5.18
Open

Bump req from 0.5.8 to 0.5.18#144
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/req-0.5.18

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Bumps req from 0.5.8 to 0.5.18.

Release notes

Sourced from req's releases.

v0.5.16

v0.5.10

Changelog

Sourced from req's changelog.

v0.5.18 (2026-05-20)

  • [run_finch]: Allow :finch option with IPv6 URLs.

  • [run_finch]: Normalize Finch.TransportError and Finch.HTTPError (introduced in Finch v0.22.0) into Req.TransportError and Req.HTTPError.

  • [retry]: Automatically retry on :pool_not_available.

  • Require Finch ~> 0.21.0 or ~> 0.22.0.

v0.5.17 (2026-01-22)

  • [retry]: Use default delay if retry-after is "negative"

    Previously, we were only handling "negative" retry-after in "http date" format and slept for zero seconds. We were crashing on retry-after with negative seconds.

    Now, we're using the default delay (1s, 2s, 4s, ...) in either format.

v0.5.16 (2025-11-10)

  • [Req.Test]: Fix verify_on_exit! accidentally using Mox name
  • [auth]: Support MFArgs
  • [auth]: Support digest auth
  • [put_aws_sigv4]: Support MFArgs
  • [put_path_params]: Encode :path_params even with reserved characters
  • [put_path_params]: Set :path_params_template on empty params
  • [run_plug]: Handle compressed request body

v0.5.15 (2025-07-14)

  • [Req.Response]: Add [Req.Response.to_map/1].

v0.5.14 (2025-07-02)

  • [run_plug]: Remove warning about into: fun with {:halt, acc} result.

    The warning never been particularly useful because it's not like users can do anything about it.

v0.5.13 (2025-07-02)

  • [run_plug]: Ease transition to automatically parsing request body.

    Since v0.5.11, this code:

    plug = fn conn ->
      {:ok, body, conn} = Plug.Conn.read_body(conn)
    

... (truncated)

Commits
  • 53c3b99 Release v0.5.18
  • dc1f3be Update ex_doc
  • dbd145c Update CHANGELOG.md
  • 75f077e retry: Automatically retry on :pool_not_available
  • 4cfbf54 run_finch: Normalize Finch.TransportError,HTTPError (Finch 0.22+) (#544)
  • 1a40841 Update CHANGELOG
  • b110a03 run_finch: Allow :finch option with IPv6 URLs (#538)
  • dce1009 Release v0.5.17
  • 2fbb092 retry: Use default delay if retry-after is "negative"
  • 28cb697 Refactor http digest handling
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [req](https://github.com/wojtekmach/req) from 0.5.8 to 0.5.18.
- [Release notes](https://github.com/wojtekmach/req/releases)
- [Changelog](https://github.com/wojtekmach/req/blob/main/CHANGELOG.md)
- [Commits](wojtekmach/req@v0.5.8...v0.5.18)

---
updated-dependencies:
- dependency-name: req
  dependency-version: 0.5.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants