mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-11-29 00:01:06 -05:00
bumped version to 0.21.1
This commit is contained in:
parent
39fc7dae16
commit
f8c2207e94
12
doc/release_notes/0_21_1.md
Normal file
12
doc/release_notes/0_21_1.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# 0.21.1
|
||||||
|
|
||||||
|
## Bugfixes
|
||||||
|
|
||||||
|
* fix: protecting tcp connect phase against low-level syscall errors
|
||||||
|
* such as network unreachable, which can happen if connectivity is lost meanwhile.
|
||||||
|
* native resolver: fix for nameserver switch not happening in case of DNS timeout.
|
||||||
|
* when more than a nameserver was advertised by the system.
|
||||||
|
|
||||||
|
## Chore
|
||||||
|
|
||||||
|
* Removing usage of deprecated `Random::DEFAULT.rand` (using `Random.rand` instead)-
|
||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module HTTPX
|
module HTTPX
|
||||||
VERSION = "0.21.0"
|
VERSION = "0.21.1"
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,4 +1,7 @@
|
|||||||
-
|
-
|
||||||
|
-
|
||||||
|
name: "0.21.1"
|
||||||
|
path: "0_21_1_md.html"
|
||||||
-
|
-
|
||||||
name: "0.21.0"
|
name: "0.21.0"
|
||||||
path: "0_21_0_md.html"
|
path: "0_21_0_md.html"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user