Skip to content

Commit

Permalink
Release v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jul 18, 2024
1 parent 9928489 commit 8733431
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v0.5.4 (2024-07-18)

* [`run_finch`], [`Req.parse_message/2`]: Gracefully handle process messages not meant
for the asynchronous response. In that case, `Req.parse_message/2` returns `:unknown`.

## v0.5.3 (2024-07-18)

* [`Req.Test`]: Fix using shared mode
Expand Down Expand Up @@ -312,7 +317,7 @@ If you wish to maximize request rate or have more control over how messages are

## v0.4.12 (2024-03-06)

* [`Req`]: Add response body streaming via `into: :self`, `Req.parse_message/2`,
* [`Req`]: Add response body streaming via `into: :self`, [`Req.parse_message/2`],
and `Req.cancel_async_response/1`.

* [`Req`]: Deprecate `Req.update/2` in favour of [`Req.merge/2`]
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.5.3"
@version "0.5.4"
@source_url "https://github.com/wojtekmach/req"

def project do
Expand Down

0 comments on commit 8733431

Please sign in to comment.