Skip to content

Commit

Permalink
Release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Sep 13, 2023
1 parent 9d14440 commit f635497
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
25 changes: 18 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## v0.4.3 (2023-09-13)

* [`Req.new/1`]: Fix setting `:redact_auth`

* [`Req.Request`]: Add `Req.Request.get_option_lazy/3`

* [`Req.Request`]: Add `Req.Request.drop_options/2`

## v0.4.2 (2023-09-04)

* [`put_plug`]: Handle response streaming on Plug 1.15+.
Expand Down Expand Up @@ -731,16 +739,19 @@ See "Adapter" section in `Req.Request` module documentation for more information
[`retry`]: https://hexdocs.pm/req/Req.Steps.html#retry/1
[`run_finch`]: https://hexdocs.pm/req/Req.Steps.html#run_finch/1

[`Req.new/1`]: https://hexdocs.pm/req/Req.html#new/1
[`Req.request/2`]: https://hexdocs.pm/req/Req.html#request/2
[`Req.update/2`]: https://hexdocs.pm/req/Req.html#update/2

[`Req.Request`]: https://hexdocs.pm/req/Req.Request.html
[`Req.Request.new/1`]: https://hexdocs.pm/req/Req.Request.html#new/1
[`Req.Request.run_request/1`]: https://hexdocs.pm/req/Req.Request.html#run_request/1
[`Req.Request.get_option/3`]: https://hexdocs.pm/req/Req.Request.html#get_option/3
[`Req.Request.fetch_option/2`]: https://hexdocs.pm/req/Req.Request.html#fetch_option/2
[`Req.Request.fetch_option!/2`]: https://hexdocs.pm/req/Req.Request.html#fetch_option!/2
[`Req.Request.delete_option/2`]: https://hexdocs.pm/req/Req.Request.html#delete_option/2
[`Req.Request`]: https://hexdocs.pm/req/Req.Request.html
[`Req.Request.new/1`]: https://hexdocs.pm/req/Req.Request.html#new/1
[`Req.Request.run_request/1`]: https://hexdocs.pm/req/Req.Request.html#run_request/1
[`Req.Request.get_option/3`]: https://hexdocs.pm/req/Req.Request.html#get_option/3
[`Req.Request.get_option_lazy/2`]: https://hexdocs.pm/req/Req.Request.html#get_option_lazy/2
[`Req.Request.fetch_option/2`]: https://hexdocs.pm/req/Req.Request.html#fetch_option/2
[`Req.Request.fetch_option!/2`]: https://hexdocs.pm/req/Req.Request.html#fetch_option!/2
[`Req.Request.delete_option/2`]: https://hexdocs.pm/req/Req.Request.html#delete_option/2
[`Req.Request.drop_options/2`]: https://hexdocs.pm/req/Req.Request.html#drop_options/2
[`Req.Request.update_private/4`]: https://hexdocs.pm/req/Req.Request.html#update_private/4

[`Req.Response`]: https://hexdocs.pm/req/Req.Response.html
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Req.MixProject do
use Mix.Project

@version "0.4.2"
@version "0.4.3"
@source_url "https://github.com/wojtekmach/req"

def project do
Expand Down

0 comments on commit f635497

Please sign in to comment.