bumped to 0.14.3

This commit is contained in:
HoneyryderChuck 2021-05-28 12:44:52 +01:00
parent 1901450f33
commit 31a6baf69f
4 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,6 @@
# 0.14.2
## Bugfixes
* fixed: multipart request parts weren't using explicity set `:filename`.

View File

@ -0,0 +1,5 @@
# 0.14.3
## Bugfixes
* fixed: HTTP/1 "connection: close" header was "leaking" into subsequent redirect follow, including HTTP/2 requests which would fail due to the invalid header.

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module HTTPX
VERSION = "0.14.2"
VERSION = "0.14.3"
end

View File

@ -1,4 +1,7 @@
-
-
name: "0.14.3"
path: "0_14_3_md.html"
-
name: "0.14.2"
path: "0_14_2_md.html"