From fbdd3acfcb5f71fb104ddd858a8f11bbd0c9f124 Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Thu, 1 Aug 2024 23:06:41 +0200 Subject: [PATCH] Release v0.5.5 --- CHANGELOG.md | 14 ++++++++++++++ mix.exs | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b1cc3..d83b134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## v0.5.5 (2024-08-01) + + * [`put_aws_sigv4`]: Fix detecting service + + * [`put_aws_sigv4`]: Raise on no `:access_key_id`/`:secret_access_key`/`:service` + + * [`put_aws_sigv4`]: Fix handling `?name` (no value) + + * [`handle_http_errors`]: should run before `verify_checksum` + + * [`encode_body`]: Support `%File.Stream{}` in `:form_multipart` + + * [`encode_body`]: Support `%File.Stream{}` from other nodes in `:form_multipart` + ## v0.5.4 (2024-07-18) * [`run_finch`], [`Req.parse_message/2`]: Gracefully handle process messages not meant diff --git a/mix.exs b/mix.exs index 44b0a89..004d066 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Req.MixProject do use Mix.Project - @version "0.5.4" + @version "0.5.5" @source_url "https://github.com/wojtekmach/req" def project do