Skip to content

Commit

Permalink
Release v0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Feb 19, 2024
1 parent 2a72a5c commit 668c14d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## v0.4.10 (2024-02-19)

* [`run_finch`]: Default to `connect_options: [protocols: [:http1, :http2]]`.

* [`run_finch`]: Change version requirement to `~> 0.17`, that is all versions up to `1.0`.

* [`put_aws_sigv4`]: Support streaming request body.

* [`auth`]: Always update `authorization` header.

* [`decode_body`]: Gracefully handle multiple content-type values.

* [`Req.Request.new/1`]: Use `URI.parse` for now.

## v0.4.9 (2024-02-14)

* [`retry`]: Raise on invalid return from `:retry_delay` function
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.9"
@version "0.4.10"
@source_url "https://github.com/wojtekmach/req"

def project do
Expand Down

0 comments on commit 668c14d

Please sign in to comment.