From 8733431677ab8cb656e693743ec4e7890053a900 Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Thu, 18 Jul 2024 21:45:20 +0200 Subject: [PATCH] Release v0.5.4 --- CHANGELOG.md | 7 ++++++- mix.exs | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e33f3..a1b1cc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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`] diff --git a/mix.exs b/mix.exs index 5ca9a89..44b0a89 100644 --- a/mix.exs +++ b/mix.exs @@ -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