mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
bumped version to 0.19.3
This commit is contained in:
parent
eeeac1f785
commit
890320e0bd
6
doc/release_notes/0_19_3.md
Normal file
6
doc/release_notes/0_19_3.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# 0.19.3
|
||||||
|
|
||||||
|
## Bugfixes
|
||||||
|
|
||||||
|
* `retries` plugin: allow passing floats to `:retry_after` option.
|
||||||
|
* dns: fixing cache lookups filtering by IP family which was causing socket connect handshake to start with no IP.
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module HTTPX
|
module HTTPX
|
||||||
VERSION = "0.19.2"
|
VERSION = "0.19.3"
|
||||||
end
|
end
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
-
|
-
|
||||||
|
-
|
||||||
|
name: "0.19.3"
|
||||||
|
path: "0_19_3_md.html"
|
||||||
-
|
-
|
||||||
name: "0.19.2"
|
name: "0.19.2"
|
||||||
path: "0_19_2_md.html"
|
path: "0_19_2_md.html"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user