mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
bumped to 0.14.3
This commit is contained in:
parent
1901450f33
commit
31a6baf69f
6
doc/release_notes/0_14_2.md
Normal file
6
doc/release_notes/0_14_2.md
Normal file
@ -0,0 +1,6 @@
|
||||
# 0.14.2
|
||||
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* fixed: multipart request parts weren't using explicity set `:filename`.
|
5
doc/release_notes/0_14_3.md
Normal file
5
doc/release_notes/0_14_3.md
Normal 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.
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "0.14.2"
|
||||
VERSION = "0.14.3"
|
||||
end
|
||||
|
@ -1,4 +1,7 @@
|
||||
-
|
||||
-
|
||||
name: "0.14.3"
|
||||
path: "0_14_3_md.html"
|
||||
-
|
||||
name: "0.14.2"
|
||||
path: "0_14_2_md.html"
|
||||
|
Loading…
x
Reference in New Issue
Block a user