bumped version to 0.21.1

This commit is contained in:
HoneyryderChuck 2022-10-04 00:06:18 +01:00
parent 39fc7dae16
commit f8c2207e94
3 changed files with 16 additions and 1 deletions

View 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)-

View File

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

View File

@ -1,4 +1,7 @@
-
-
name: "0.21.1"
path: "0_21_1_md.html"
-
name: "0.21.0"
path: "0_21_0_md.html"